routine-from-chat
FeaturedTurn a plain-language "do this automatically" request into a routine — either event-triggered ("text me when I get an email from my landlord") or scheduled ("remind me every Friday at 9am"). For third-party events (Gmail, GitHub, Slack…) it confirms with the guardian and then subscribes to the connector trigger so the event actually fires, even one that has never fired before. Ask for any missing detail, then confirm with a card. Reach for this first whenever the guardian wants something to happen automatically; do not explore the codebase or hand-build a trigger.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- rome-os
- Repository
- rome-os/rome
- Created
- 2 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
routines
How you run on your own. Applies when the person asks for something to happen on a schedule, to be watched, or to be repeated without them asking again, and when they ask what already runs on its own.
create-remote-routine
Use this skill whenever the user wants to create a scheduled routine, automated task, cron job, or recurring agent that sends outbound notifications, emails, messages, or HTTP requests to external services. Triggers on: "create a routine", "schedule a task", "send daily/weekly X", "automate sending", "set up a cron", "remind me via", "notify me when", or any request to periodically trigger an action in Lark, Slack, Discord, Telegram, Resend, SendGrid, Twilio, ntfy, Airtable, Notion, Make, Zapier, or similar services.