
简
SUPPORTED CHANNELS
先找到你正在使用的产品。
每一行只显示该产品当前支持的选项。下面的章节给出各选项的完整配置。
Claude
ChatGPT 与 Codex
其他本地 Agent
CLI + SKILL
安装本地 CLI 与持久 Skill。
此方式适用于能运行本地命令并加载 Skill 的 Agent,包括 Claude Code、Codex 和其他本地 Agent。
让 Agent 执行安装
选择本地 Agent,点击复制,把整段设置消息粘贴到该 Agent 的新会话中;允许它执行本机安装命令,并在浏览器 OAuth 出现时由你本人登录确认。
让 Codex 完成 CLI 与 Skill 安装。
~/.codex/skills/actionway- 01
安装 Actionway CLI
- 02
在浏览器中完成安全登录
- 03
将 Skill 安装到 Codex 的 Skill 目录
手动配置
先选择操作系统,再按 01–04 顺序操作;每一步都在完成并核对结果后再继续。
在终端安装 CLI
macOS / Linux 打开 Terminal;Windows 打开 PowerShell。粘贴下方命令并等待结束;末尾 doctor 应确认 Node.js 20+、CLI 与 PATH 均可用。
curl -fsSL https://actionway.ai/install.sh | sh运行检查并完成 OAuth
在同一个终端先运行 doctor;检查通过后运行 init。浏览器打开时登录 Actionway 并确认授权,再返回终端,记下 init 输出的 Skill source 路径。
actionway doctor
actionway init核对登录账户与命令
运行 whoami,确认显示的是准备使用的 Actionway 账户;再运行 --help,确认 CLI 能正常列出命令。若终端提示 command not found,先重开终端再运行 doctor。
actionway whoami
actionway --help复制 Skill 并重启 Agent
把 Source 目录中的完整 actionway 文件夹复制到所用 Agent 的目标目录。复制完成后重启 Agent 或新建会话,再确认它能识别 Actionway Skill。
Codex: ~/.codex/skills/actionway
Claude Code: ~/.claude/skills/actionway
Source: ~/.actionway/skill/actionwayREMOTE MCP
连接托管的 MCP server。
Remote MCP 不在本机运行 Actionway CLI。客户端通过 HTTPS 连接同一个 Actionway endpoint,并用 OAuth 关联你的账户。
https://mcp.actionway.ai/mcpREMOTE MCP
Claude.ai Chat
网页聊天- 01
在 claude.ai 左下角点击头像,进入 Settings → Connectors。
- 02
个人 Pro / Max:滚动到 Connectors,点击 Add custom connector。Team / Enterprise 管理员:进入 Organization connectors,再点击 Add custom connector。
- 03
Connector name 填写 Actionway;Remote MCP server URL 粘贴 https://mcp.actionway.ai/mcp;点击 Add。
- 04
在 Connectors 列表找到 Actionway,点击 Connect;浏览器跳转后登录 Actionway,并确认 OAuth 授权。
- 05
新建 Claude 对话,打开 Search and tools,选择 Actionway,并启用需要的工具。
https://mcp.actionway.ai/mcpTeam / 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 Plugin
公开 Git marketplace 不会自动进入 ChatGPT Web、Desktop 或 Mobile 的通用 Plugins Directory。ChatGPT Web 现在可按上方 Remote MCP 步骤创建 Actionway Custom App;官方 Plugin 上架后再补充目录安装步骤。
Claude Code Plugin
在 Terminal 依次运行下方两条命令,添加 PawLogic marketplace 并安装 Actionway。进入 Claude Code 后输入 /mcp,选择 Actionway,完成浏览器 OAuth,并确认 Connected。
claude plugin marketplace add PawLogic/actionway-plugins
claude plugin install actionway@pawlogicCodex Desktop / CLI / IDE Plugin
在 Terminal 依次运行下方两条命令,添加 PawLogic marketplace 并安装 Actionway。重启或新建 Codex 会话,按提示完成 Actionway OAuth,再在 /mcp 中确认连接。
codex plugin marketplace add PawLogic/actionway-plugins
codex plugin add actionway@pawlogicPRODUCT AVAILABILITY
Claude 与 ChatGPT 的功能入口、方案和工作区权限可能随客户端版本调整。本页区分产品范围,不把网页聊天、本地应用与编码 Agent 合并为同一渠道。