What's wrong with this entry?
Anonymous. No account, no email.
What
Schedule, update, list, or run remote Claude Code agents that execute on cron schedules in Anthropic's cloud infrastructure.
Usage
claude /schedule
claude /schedule "run tests every morning"Details
- Each trigger spawns a fully isolated remote session (CCR) with its own git checkout, tools, and optional MCP connections
- Supports four operations: create, update, list, and run triggers via the
/v1/code/triggersAPI - Can connect to GitHub repos (via the Claude GitHub App or token sync) and MCP connectors from claude.ai
- Automatically creates environments if none exist
- Includes git bundle uploading to seed remote sessions with your local code (including uncommitted changes)
- Requires claude.ai authentication (API-only accounts are not supported)
- Cron expressions are in UTC; the skill converts local times automatically
- Cannot delete triggers from CLI — directs users to https://claude.ai/code/scheduled
Evidence
Schedule remote agents skill (search for "Schedule Remote Agents" and "/v1/code/triggers")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.