Quick Start
Installation
bash
npm i -g nextclawStart the Service
Start the gateway + config UI in the background:
bash
nextclaw startOpen the UI
Open http://127.0.0.1:18791 in your browser. Set a provider (e.g. OpenRouter) and model in the UI.
Initialize Workspace
Optionally run nextclaw init to create a workspace with agent templates, or chat from the CLI:
bash
nextclaw agent -m "Hello!"Stop the Service
bash
nextclaw stopWhat's Next?
- Configuration — Set up providers, models, and workspace
- Channels — Connect to Discord, Telegram, Slack, and more
- Commands — Full CLI reference