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

その他のローカル AgentRemote MCP またはローカルコマンド対応 Agent

CLI + SKILL

ローカル CLI と永続 Skill をインストール。

ローカルコマンドを実行し Skill を読み込める Agent で利用できます。Claude Code、Codex、その他のローカル Agent を含みます。

Agent に設定を実行させる

Agent を選んで完全な設定メッセージをコピーし、新しいセッションへ貼り付けます。ローカルコマンドを許可し、ブラウザ OAuth は本人がログインして承認します。

LOCAL AGENT を選択手動選択
Codex

Codex に CLI と Actionway 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

    Codex の Skill ディレクトリにインストール

手動設定

OS を選択し、01–04 を順に実行します。各結果を確認してから次へ進みます。

01

Terminal から CLI をインストール

macOS / Linux は Terminal、Windows は PowerShell を開きます。下のコマンドを貼り付け、doctor が Node.js 20+、CLI、PATH を確認するまで待ちます。

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

環境確認と OAuth

同じ Terminal で doctor、init の順に実行します。ブラウザで Actionway にログインして承認し、Terminal に戻って Skill source パスを控えます。

actionway doctor
actionway init
03

アカウントとコマンドを確認

whoami で使用する Actionway アカウントを確認し、--help を実行します。command not found の場合は Terminal を開き直して doctor を再実行します。

actionway whoami
actionway --help
04

Skill をコピーして Agent を再起動

Source の actionway フォルダ全体を Agent の対象ディレクトリへコピーします。Agent を再起動または新規セッションを作成し、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

Web チャット
  1. 01

    claude.ai 左下のアバターを選択し、Settings → Connectors を開きます。

  2. 02

    Pro / Max は 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 を作成できます。公式掲載後に Directory からのインストール手順を追加します。

CLAUDE CODE

Claude Code Plugin

Terminal で下の 2 コマンドを順に実行し、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 で下の 2 コマンドを順に実行し、PawLogic marketplace を追加して Actionway をインストールします。Codex を再起動するか新しいセッションを開始し、案内に従って Actionway OAuth を完了してから /mcp で接続を確認します。

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

PRODUCT AVAILABILITY

Claude と ChatGPT の入口、プラン、ワークスペース権限はクライアントの更新で変わる場合があります。このページでは Web チャット、ローカルアプリ、コーディング Agent を別の製品範囲として扱います。