GET STARTED

連接 Actionway。
繼續使用你熟悉的 AI 產品。

這裡依產品列出目前支援的接入方式與設定步驟。Remote MCP、Plugin、CLI + Skill 在支援它們的渠道中並列展示。

SUPPORTED CHANNELS

先找到你正在使用的產品。

每一列只顯示該產品目前支援的選項。下方章節提供各選項的完整設定。

Claude

Claude Desktop / Claude App桌面聊天應用程式

ChatGPT 與 Codex

ChatGPT Desktop AppmacOS / Windows
ChatGPT MobileiOS / Android

其他本機 Agent

CLI + SKILL

安裝本機 CLI 與持久 Skill。

此方式適用於能執行本機命令並載入 Skill 的 Agent,包括 Claude Code、Codex 與其他本機 Agent。

讓 Agent 執行安裝

選擇本機 Agent並複製完整設定訊息,貼到該 Agent 的新會話;允許它執行本機命令,瀏覽器 OAuth 出現時由你本人登入確認。

選擇你的本機 Agent手動選擇
Codex

讓 Codex 完成 CLI 與 Skill 安裝。

Skill 安裝位置~/.codex/skills/actionway
複製以下內容給 CodexREADY / COPY
Set up Actionway for Codex.

1. Confirm the host OS is macOS or Linux. If it differs, stop and ask me to copy the matching setup message from the website.
2. If your shell is sandboxed with network restrictions (e.g. the Claude Code sandbox), first allow `registry.npmjs.org`, `actionway.ai`, and `*.actionway.ai` — for Claude Code add them to `sandbox.network.allowedDomains` in settings. Blocked egress surfaces as a bare 403. Ask me before editing settings files.
3. Install by running `curl -fsSL https://actionway.ai/install.sh | sh`. The installer checks Node.js 20+ (installing the LTS if missing), installs the Actionway CLI, and runs its doctor check. Do not use `sudo` without my approval. If doctor reports failed checks, report them and stop; do not change npm registry, proxy, CA, PATH, or shell profile without my approval.
4. Run `actionway --agent-host=codex init --install-session-id=<install-session-id>`. For this Agent, keep the same `--agent-host` declaration immediately after `actionway` on every future Actionway command. Let me approve browser access; never ask me to paste credentials.
5. Read the `skill` block in the init output and use its local `source` path. Install it at `~/.codex/skills/actionway` so Codex can load it in future sessions.
6. Replace an existing destination only if it is an earlier Actionway Skill; otherwise ask me first.
7. Verify setup with `actionway --agent-host=codex whoami`, then give me three short examples from `actionway --agent-host=codex --help`.
  1. 01

    安裝 Actionway CLI

  2. 02

    在瀏覽器中完成安全登入

  3. 03

    將 Skill 安裝到 Codex 的 Skill 目錄

手動設定

先選擇作業系統,再依 01–04 操作;每一步完成並核對後再繼續。

01

在終端安裝 CLI

macOS / Linux 開啟 Terminal;Windows 開啟 PowerShell。貼上下方命令並等待結束;doctor 應確認 Node.js 20+、CLI 與 PATH 可用。

curl -fsSL https://actionway.ai/install.sh | sh
02

執行檢查並完成 OAuth

在同一終端先執行 doctor,再執行 init。瀏覽器開啟時登入 Actionway 並確認授權;返回終端並記下 Skill source 路徑。

actionway doctor
actionway init
03

核對帳戶與命令

執行 whoami,確認顯示正確的 Actionway 帳戶;再執行 --help。若出現 command not found,先重開終端再執行 doctor。

actionway whoami
actionway --help
04

複製 Skill 並重啟 Agent

將 Source 的完整 actionway 資料夾複製到 Agent 目標目錄。完成後重啟 Agent 或新建會話,確認能識別 Actionway Skill。

Codex: ~/.codex/skills/actionway
Claude Code: ~/.claude/skills/actionway
Source: ~/.actionway/skill/actionway

REMOTE MCP

連接託管的 MCP server。

Remote MCP 不在本機執行 Actionway CLI。客戶端透過 HTTPS 連接同一個 Actionway endpoint,並用 OAuth 關聯你的帳戶。

Actionway Remote MCP URL
https://mcp.actionway.ai/mcp

REMOTE MCP

Claude.ai Chat

網頁聊天
  1. 01

    在 claude.ai 左下角點擊頭像,進入 Settings → Connectors。

  2. 02

    Pro / Max:捲動到 Connectors,點擊 Add custom connector。Team / Enterprise 管理員:先進入 Organization connectors,再點擊 Add custom connector。

  3. 03

    Connector name 填入 Actionway;Remote MCP server URL 貼上 https://mcp.actionway.ai/mcp;點擊 Add。

  4. 04

    在清單找到 Actionway,點擊 Connect;在瀏覽器登入 Actionway 並確認 OAuth。

  5. 05

    建立新對話,開啟 Search and tools,選擇 Actionway 並啟用所需工具。

https://mcp.actionway.ai/mcp

Team / Enterprise 由 Owner 或 Primary Owner 先新增組織 Connector,每位成員仍需用自己的 Actionway 帳戶點擊 Connect。

PLUGIN

透過支援 Plugin 的產品載入 Actionway。

Plugin 是分發層,可把 Remote MCP、Skill 與其他資源作為一個安裝單元;不等於 ChatGPT Web 的 Custom MCP 建立入口。

Actionway 公開安裝狀態
Codex 與 Claude Code 的公開 Git marketplace 已發布;OpenAI 通用 Plugins Directory 與 Anthropic 官方 marketplace 尚未上架。
目前 Actionway 包含
Remote MCP 設定 + MCP 原生 Actionway Skill
本機 CLI
不安裝;Plugin 直接使用 Remote MCP
CHATGPT

ChatGPT Plugin

公開 Git marketplace 不會自動進入 ChatGPT Web、Desktop 或 Mobile 的通用 Plugins Directory。ChatGPT Web 現在可依上方 Remote MCP 步驟建立 Actionway Custom App;官方 Plugin 上架後再補充目錄安裝步驟。

CLAUDE CODE

Claude Code Plugin

在 Terminal 依序執行下方兩條命令,新增 PawLogic marketplace 並安裝 Actionway。進入 Claude Code 後輸入 /mcp,選擇 Actionway,完成瀏覽器 OAuth,並確認 Connected。

claude plugin marketplace add PawLogic/actionway-plugins
claude plugin install actionway@pawlogic
CODEX

Codex Desktop / CLI / IDE Plugin

在 Terminal 依序執行下方兩條命令,新增 PawLogic marketplace 並安裝 Actionway。重新啟動或建立 Codex 會話,依提示完成 Actionway OAuth,再於 /mcp 確認連線。

codex plugin marketplace add PawLogic/actionway-plugins
codex plugin add actionway@pawlogic

PRODUCT AVAILABILITY

Claude 與 ChatGPT 的功能入口、方案和工作區權限可能隨客戶端版本調整。本頁區分產品範圍,不把網頁聊天、本機應用程式與編碼 Agent 合併為同一渠道。