Quickstart
Get SimpleClaw installed and send your first message in under 5 minutes.Prerequisites
- Node.js: Version 22 or higher
- Package Manager: npm, pnpm, or bun
- Operating System: macOS, Linux, or Windows (WSL2)
Installation
Install SimpleClaw globally via npm:Setup
Run the onboarding wizard to configure SimpleClaw:Model Setup
You’ll be prompted to configure your LLM provider (Anthropic, OpenAI, etc.) and API keys.
The wizard creates configuration at
~/.simpleclaw/config.yaml and sets up your workspace.Verify Installation
Check that the gateway is running:Open the Control UI
Launch the web dashboard:http://127.0.0.1:18789/ in your browser, where you can:
- Chat with your assistant
- View active sessions
- Monitor channel status
- Manage configuration
If the Control UI loads, your SimpleClaw installation is working!
Send Your First Message
Option 1: CLI Agent
Send a message directly from the command line:--thinking high flag shows the agent’s reasoning process.
Option 2: WebChat
Use the WebChat interface in the Control UI:- Open
http://127.0.0.1:18789/ - Navigate to the WebChat tab
- Type your message and press Enter
Option 3: Channel Message
If you’ve configured a channel (WhatsApp, Telegram, etc.):+1234567890 with your phone number or channel ID.
Understanding Responses
The agent will respond with:- Message content: The assistant’s response
- Thinking process: Internal reasoning (with
--thinking high) - Tool calls: Any tools used (browser, canvas, etc.)
- Session info: Session ID and context
Next Steps
Now that SimpleClaw is running, explore these features:Add Channels
Connect WhatsApp, Telegram, Discord, and more
Configure Models
Set up multiple LLM providers and failover
Voice Setup
Enable Voice Wake and Talk Mode
Multi-agent Routing
Create specialized agents for different tasks
Security Setup
Configure DM pairing and allowlists
Troubleshooting
Common issues and solutions
Common Commands
Here are some useful commands to get started:Troubleshooting
Gateway not starting
Run the diagnostic tool:No response from agent
Verify your model configuration:Command not found
Make sure SimpleClaw is in your PATH:~/.npm-global/bin to your PATH.
Learn More
Installation Guide
Detailed installation instructions for all platforms
Configuration
Complete configuration reference
CLI Reference
Full command-line documentation
First Chat Guide
Detailed guide to your first conversation