Onboarding Wizard (CLI)
Onboarding Wizard (CLI)
Section titled “Onboarding Wizard (CLI)”The onboarding wizard is the recommended way to set up CoderClaw on macOS, Linux, or Windows (via WSL2; strongly recommended). It configures a local Gateway or a remote Gateway connection, plus channels, skills, and workspace defaults in one guided flow.
coderclaw onboardTo reconfigure later:
coderclaw configurecoderclaw agents add <name>QuickStart vs Advanced
Section titled “QuickStart vs Advanced”The wizard starts with QuickStart (defaults) vs Advanced (full control).
What the wizard configures
Section titled “What the wizard configures”Local mode (default) walks you through these steps:
- Model/Auth — Anthropic API key (recommended), OpenAI, or Custom Provider (OpenAI-compatible, Anthropic-compatible, or Unknown auto-detect). Pick a default model.
- Workspace — Location for agent files (default
~/.coderclaw/workspace). Seeds bootstrap files. - Gateway — Port, bind address, auth mode, Tailscale exposure.
- Channels — WhatsApp, Telegram, Discord, Google Chat, Mattermost, Signal, BlueBubbles, or iMessage.
- Daemon — Installs a LaunchAgent (macOS) or systemd user unit (Linux/WSL2).
- Health check — Starts the Gateway and verifies it’s running.
- Skills — Installs recommended skills and optional dependencies.
Remote mode only configures the local client to connect to a Gateway elsewhere. It does not install or change anything on the remote host.
Add another agent
Section titled “Add another agent”Use coderclaw agents add <name> to create a separate agent with its own workspace,
sessions, and auth profiles. Running without --workspace launches the wizard.
What it sets:
agents.list[].nameagents.list[].workspaceagents.list[].agentDir
Notes:
- Default workspaces follow
~/.coderclaw/workspace-<agentId>. - Add
bindingsto route inbound messages (the wizard can do this). - Non-interactive flags:
--model,--agent-dir,--bind,--non-interactive.
Full reference
Section titled “Full reference”For detailed step-by-step breakdowns, non-interactive scripting, Signal setup, RPC API, and a full list of config fields the wizard writes, see the Wizard Reference.
Related docs
Section titled “Related docs”- CLI command reference:
coderclaw onboard - Onboarding overview: Onboarding Overview
- macOS app onboarding: Onboarding
- Agent first-run ritual: Agent Bootstrapping