metaschedule
FeaturedMetaBot's persistent server-side scheduler (cron + one-shot). Optional skill — not installed by default. Use when the user wants tasks that survive Claude session restarts, are visible to other bots, or need to run in MetaBot's PM2 process rather than this Claude session.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- xvirobotics
- Repository
- xvirobotics/metabot
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
scheduled-tasks
Schedule recurring or one-shot tasks using CronCreate/CronDelete/CronList. Auto-activates on schedule, recurring, cron, periodic, poll, remind, every N minutes, timer, interval, check every.
schedule
Create a scheduled task that can be run on demand or automatically on an interval. Use when the user says 'schedule X', 'remind me in N minutes', 'every weekday at 9am', or wants to convert a session task into a recurring/one-shot cron job. Outputs a create_scheduled_task tool call with cronExpression OR fireAt fields filled correctly.
cron
Schedule reminders and recurring tasks.