The Onboarding Wizard
Theprofclaw onboard command launches an interactive wizard that configures your instance in 5 steps. Run it after profclaw init:
You can re-run
profclaw onboard at any time to change your configuration. Existing settings are preserved - the wizard only overwrites what you explicitly change.Step 1: Environment Detection
profClaw automatically detects your runtime environment and applies appropriate defaults:Step 2: Deployment Mode
Choose your deployment mode based on available hardware resources:- Pico
- Mini (Default)
- Pro
Best for: IoT, edge devices, Raspberry Pi, personal use on constrained hardware.
- 512MB RAM, 1 CPU core
- Up to 3 AI providers
- 2 chat channels
- 15 essential tools
- In-memory queue only (no Redis required)
Step 3: AI Provider Setup
Configure at least one AI provider. The wizard prompts for API keys:Step 4: Chat Channel (Optional)
Connect a chat channel for conversational access from outside the web UI:http://localhost:3000 and requires no additional configuration.
For Slack, Discord, or other platforms, the wizard walks you through credential collection. You can also skip this step and configure channels later. See Chat Providers Overview for setup guides per platform.
Step 5: Security Policy
Choose the security posture that fits your deployment:
See Security Overview for a full description of all five security modes and the defense-in-depth architecture.
Verify Setup
After onboarding, confirm everything works:doctor command prints the specific issue and remediation steps.
Next: First Run
Start profClaw and send your first message to the agent.