Documentation
README
MetaBot Scheduler
Persistent server-side scheduler. Use this when:
- The schedule needs to outlive the current Claude session.
- Another bot or operator may need to list, pause, or cancel it.
- You want it to run inside MetaBot's PM2 process (not Claude's).
For ad-hoc, session-scoped scheduling, prefer the Claude Code native tools
CronCreateand/loopinstead — they're faster, in-process, and need no MetaBot server call.
Quick Commands (metabot CLI)
The metabot CLI is pre-installed and handles auth automatically.
This is the opening of the README. Read the full README on GitHub.