MetaBot'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.
$npx -y skills add xvirobotics/metabot --skill metascheduleInstalls into the current project.
Run `npx skills use "https://github.com/xvirobotics/metabot" --skill "xvirobotics/metabot/metaschedule"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/xvirobotics/metabot" that are relevant to the current task. Run `npx skills add "https://github.com/xvirobotics/metabot"` and select the relevant skills, then follow their instructions.