Your First Guided Routine in 10 Minutes
Connect Claude to CloudClawer, set a daily schedule, drop in a task, and watch the agent brief you and work — with cost tracking from the first token.
A Guided Routine is how you put Claude on a schedule. You set a time slot, drop tasks into a queue, and at the scheduled time CloudClawer fires Claude with your tasks injected automatically — no copy-pasting context, no manual trigger. By the end of this guide your agent will be briefing you on daily work items on its own.
Connect the MCP server
CloudClawer exposes its tools to Claude via MCP. There are two paths — pick whichever fits.
Path A — Claude.ai (no install)
In Claude.ai, open Settings → Integrations → Add custom integration. Paste the MCP endpoint and your API key from the CloudClawer dashboard. Authorize. Done — Claude now shows a CloudClawer tool in every conversation.
Path B — CLI (terminal)
npm install -g cloudclawer
cloudclawer initcloudclawer init writes the MCP config to your Claude Code settings automatically. No manual JSON editing.
mcp__CloudClawer__status and reply with your plan and memory count.Set your daily schedule
A schedule tells CloudClawer whento fire Claude. Each slot holds one fire per day. You'll set a single slot to start.
- Open the CloudClawer dashboard and go to Schedule
- Click Add time slot
- Pick a time — e.g. 09:00
- Set the mode to queue
- Save.
Queue mode is the most useful starting point: tasks accumulate in a list and each run consumes the next one. When the queue empties, the slot idles until you add more.
Push your first task
Now give the routine something to do. You can do this two ways — from the dashboard, or by asking Claude directly.
Option A — dashboard
Go to Routines → Guided Queue, click Add task, and type your task description. It lands in the queue and will be injected at the next scheduled fire.
Option B — ask Claude
In any Claude conversation (with the MCP connected), say:
Add a task to my CloudClawer queue:
"Review open PRs and post a comment on any that are ready to merge."Claude calls task_pushand confirms the task is queued. You'll see it appear in the dashboard immediately.
Watch it fire
At the scheduled time, CloudClawer fires Claude automatically. Here's exactly what happens inside that call:
You don't have to wait until tomorrow. On the fire URL page in your dashboard you can trigger a manual test fire any time — it runs your queue exactly as the schedule would, but right now.
Check the cost and fire log
Every run is tracked. Open Dashboard → Costs to see the session spend. You're looking for:
The fire log (under Routines → Fire log) shows every run: timestamp, task that was injected, outcome, and cost. If a run errored, the reason is there — usually a tool permission issue or a task description that was too vague.
cache_pcton the first run is normal — the cache warms up as your schedule runs the same context repeatedly. By day 3 of the same slot you'll see cache rates above 80%.What's next
You now have a working routine. From here there are two obvious directions: