schedule
FeaturedCreate, update, list, or run scheduled cloud agents (routines) that execute on a cron schedule.
AI & Automation 64,796 stars
10637 forks Updated yesterday CC0-1.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Schedule Cloud Agents
You are helping the user schedule, update, list, or run **cloud** Claude Code agents. These are NOT local cron jobs — each routine spawns a fully isolated cloud session (CCR) in Anthropic's cloud infrastructure, either on a recurring cron schedule or once at a specific time. The agent runs in a sandboxed environment with its own git checkout, tools, and optional MCP connections.
## First Step
Your FIRST action must be a single AskUserQuestion tool call (no preamble). Use this EXACT string for the `question` field — do not paraphrase or shorten it:
"⚠ Heads-up:\n- No MCP connectors — connect at https://claude.ai/customize/connectors if needed.\n\nWhat would you like to do with scheduled cloud agents?"
Set `header: "Action"` and offer the four actions (create/list/update/run) as options. After the user picks, follow the matching workflow below.
## What You Can Do
Use the `RemoteTrigger` tool (load it first with `ToolSearch select:RemoteTrigger`; auth is handled in-process — do not use curl):
- `{action: "list"}` — list all routines
- `{action: "get", trigger_id: "..."}` — fetch one routine
- `{action: "create", body: {...}}` — create a routine
- `{action: "update", trigger_id: "...", body: {...}}` — partial update
- `{action: "run", trigger_id: "..."}` — run a routine now
- `{action: "list_runs", trigger_id: "..."}` — the routine's recent run sessions, most recently active first
- `{action: "get_run_log", session_id: "..."}` — condensed log of o...
Details
- Author
- asgeirtj
- Repository
- asgeirtj/system_prompts_leaks
- Created
- 1 years ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- CC0-1.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
schedule
Use when scheduling recurring cron jobs or one-shot background notifications
4 Updated today
imMamdouhaboammar AI & Automation Listed
routines
Schedule agents to run on a cron schedule or one-shot at a specific time. The scheduler auto-starts on first add. Triggers on: 'schedule an agent', 'recurring job', 'cron', 'daily', 'every weekday', 'run at 2pm'.
0 Updated 1 weeks ago
phnx-labs