autonomous-cron-orchestrator
Installation
SKILL.md
Autonomous Cron Orchestrator
This skill focuses on the 'Shadow Agent' model—tasks that run 24/7 without the user being active in the chat.
Core Mechanics (99% Logic)
- Task Definition: Convert a user objective into a standalone, self-contained instruction string.
- Schedule Creation: Use
create_scheduleto set the frequency (Cron) and the delivery channel (WhatsApp/Email). - State Persistence: Ensure the scheduled task reads/writes to a workspace file to maintain context between runs.
- Success/Error Handling: Logic to notify the user only on specific milestones or critical failures.
- Swarm Management: Coordinate multiple cron jobs so they don't overlap or conflict in resources.
Examples
- "Check the price of BTC every hour and message me if it moves 5%."
- "Generate a daily lead list from LinkedIn at 7 AM and email it to me."