Quick Start
This page helps you get ClawNeo running as quickly as possible.
1. Install
bash
npm install -g clawneo2. Configure
Run the interactive setup when needed:
bash
clawneo configIf you want the full configuration guide, see Configuration.
3. Start the service
bash
clawneo start4. Open the local status UI
After the service starts, open:
text
http://127.0.0.1:32105. Use ClawNeo from Discord
ClawNeo supports both plain-text /xxx messages and native Discord slash commands.
Common examples:
text
/help
/status
/cancel
/update
/restart
/stop6. Try a few natural-language tasks
Examples:
text
20 minutes later remind me to check the logs
what reminders do I haveWhere to go next
- For the full command list, see Commands
- For built-in tool details, see Tools
- For configuration details, see Configuration