“Turn this image into a 10-second video and keep the character consistent.”

EN
LOCAL AGENT ONBOARDING
Give Actionway CLI
to your agent
Copy the first message below into Codex, Claude, or another local agent. It will install the CLI, open browser authorization, and give you a concise Quick Start when connected.
WORKS WITH YOUR LOCAL AGENT
Start with the agent you already use.
Codex and Claude can install the Actionway Skill. Any other local agent that can run commands and open a browser can use the CLI too.
Let Codex install the CLI and its Actionway Skill.
~/.codex/skills/actionway- 01
Install the Actionway CLI
- 02
Sign in safely in the browser
- 03
Install the Skill in Codex's Skill directory
WHAT HAPPENS NEXT
You only approve access in the browser.
- 01
The agent checks Node and npm
- 02
It installs Actionway CLI
- 03
You sign in safely in the browser
- 04
It installs the Skill and returns examples
YOUR FIRST TASK
Once connected, describe the goal directly.
The agent discovers capabilities and reads inputs and pricing itself. It asks again before paid execution.
“Turn this paragraph into natural English narration.”
“Transcribe this video and tell me where the shot changes happen.”
MANUAL & TROUBLESHOOTING
Install manually only when needed
Let the agent handle these steps by default. Use them yourself only when the agent cannot change the local environment or you are troubleshooting.
1. Install the CLI
Install the Actionway CLI globally. The executable is actionway.
Windows: powershell -ExecutionPolicy Bypass -Command "irm https://actionway.ai/install.ps1 | iex"
macOS/Linux: curl -fsSL https://actionway.ai/install.sh | sh2. Initialize Actionway
Init opens browser authorization and stages the thin Skill at the fixed local path ~/.actionway/skill. Never paste a token or credential into the agent chat.
Windows: actionway.cmd doctor
actionway.cmd init
macOS/Linux: actionway doctor
actionway init3. Verify the setup
Confirm that identity and command discovery work. Then ask the agent for Actionway tasks in natural language.
Windows: actionway.cmd whoami
actionway.cmd --help
macOS/Linux: actionway whoami
actionway --help