LOCAL AGENT ONBOARDING

Actionway CLI を
Agent に渡す

下の最初のメッセージを Codex、Claude、または他のローカル Agent に貼り付けてください。Agent が CLI をインストールし、ブラウザ認証を開き、接続後に短い Quick Start を案内します。

WORKS WITH YOUR LOCAL AGENT

いつも使っている Agent から始める。

Codex と Claude は Actionway Skill をインストールできます。ローカルコマンドとブラウザを使える他の Agent も CLI を利用できます。

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 ディレクトリにインストール

WHAT HAPPENS NEXT

ブラウザでアクセスを承認するだけです。

  1. 01

    Agent が Node と npm を確認

  2. 02

    Actionway CLI をインストール

  3. 03

    ブラウザで安全にログイン

  4. 04

    Skill をインストールして例を返す

YOUR FIRST TASK

接続後は目的をそのまま伝える。

Agent が機能、入力要件、価格を自分で確認し、有料実行の前にもう一度承認を求めます。

EXAMPLE 01

この画像を人物の一貫性を保った10秒の動画にして。

EXAMPLE 02

この文章を自然な日本語ナレーションにして。

EXAMPLE 03

この動画を文字起こしし、ショットが変わる位置を教えて。

MANUAL & TROUBLESHOOTING

必要な場合のみ手動でインストール

通常は Agent に以下の手順を任せます。Agent がローカル環境を変更できない場合や、トラブルシューティング時のみ手動で実行してください。

01

1. CLI をインストール

Actionway CLI をグローバルにインストールします。実行ファイル名は actionway です。

Windows: powershell -ExecutionPolicy Bypass -Command "irm https://actionway.ai/install.ps1 | iex"
macOS/Linux: curl -fsSL https://actionway.ai/install.sh | sh
02

2. Actionway を初期化

init がブラウザ認証を開き、薄型 Skill をローカルの固定パス ~/.actionway/skill に用意します。Token や認証情報を Agent のチャットに貼り付けないでください。

Windows: actionway.cmd doctor
         actionway.cmd init
macOS/Linux: actionway doctor
             actionway init
03

3. 環境を確認

ID とコマンド一覧を確認します。完了後は自然言語で Agent に Actionway の作業を依頼できます。

Windows: actionway.cmd whoami
         actionway.cmd --help
macOS/Linux: actionway whoami
             actionway --help