This is a full CRUD interface for managing cron jobs in CountBot. It handles the usual stuff like creating scheduled tasks with cron expressions, listing them, updating schedules, and deleting jobs. The interesting bits are the built-in retry logic (defaults to one retry after 60 seconds, configurable up to five), auto-delete on success for one-off reminders, and channel-aware delivery that can push task results directly to Feishu, Telegram, or other platforms. It also manages session data per task, so you can view execution history or clean up old messages. The CLI is the main interface, though it wraps a REST API running on localhost:8000. Useful when you need scheduled reminders or recurring tasks that interact with the bot's conversational context instead of just running headless jobs.
npx -y skills add countbot-ai/countbot --skill cron-manager --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template