schedule

Solid

Create, update, list, or run scheduled remote agents (routines) that execute on a cron schedule.

AI & Automation 41,770 stars 6909 forks Updated today 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 Remote Agents You are helping the user schedule, update, list, or run **remote** Claude Code agents. These are NOT local cron jobs — each routine spawns a fully isolated remote 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 remote 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 (Note: the API uses `trigger_id` as the parameter name, but the user-facing term is "routine".) You CANNOT delete routines. If the user asks to delete, direct them to: ht...

Details

Author
asgeirtj
Repository
asgeirtj/system_prompts_leaks
Created
1 years ago
Last Updated
today
Language
JavaScript
License
CC0-1.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category