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 并确认授权,再返回终端,记下 init 输出的 Skill source 路径。

actionway doctor
actionway init
03

核对登录账户与命令

运行 whoami,确认显示的是准备使用的 Actionway 账户;再运行 --help,确认 CLI 能正常列出命令。若终端提示 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

    在 Connectors 列表找到 Actionway,点击 Connect;浏览器跳转后登录 Actionway,并确认 OAuth 授权。

  5. 05

    新建 Claude 对话,打开 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 合并为同一渠道。