What To Do After Setup
After you finish provider + default model configuration, do these 5 things to move from "it works" to "I use it every day".
If you just installed NextClaw and have not configured any provider yet, start here first:
1. Confirm runtime health
nextclaw status --json
nextclaw doctor --jsonThis quickly verifies process state, config loading, and runtime readiness.
2. Run one 10-minute real task
Send a request you actually do every day, for example:
- summarize today's priorities
- draft a short status update
- turn a requirement note into an actionable checklist
Keep it simple. The goal is habit, not complexity.
3. Connect one channel you already use
Start with the platform you check every day (Discord / Telegram / Slack).
4. Add one minimal automation
Create a low-risk, high-frequency task like "daily 9:30 reminder for priorities".
- Entry doc: Cron & Heartbeat
5. Copy one proven setup from the resource hub
If you are unsure what to build next, start from existing ecosystem projects and adapt.
- Resource page: Resource Hub
External Tutorials and Community Shares (To Be Added Later)
This page is intentionally minimal for now. OpenClaw docs/repository links are not pre-filled and will be added manually later.
Recommended order (no overthinking)
- Health check
- One real task
- One channel
- One automation
- One copied pattern from resources