schedule

Featured

Create, 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

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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