cron-manager

Manage CountBot cron jobs via a unified CLI for CRUD, enable/disable, run, and audit operations.

762|97|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/countbot-ai/CountBot --skill cron-manager-countbot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-manager
Source: https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/cron-manager
Command: npx skills add https://github.com/countbot-ai/CountBot --skill cron-manager-countbot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

定时任务管理解决了在 CountBot 中需要频繁创建、查看、修改和删除定时任务的繁琐与易错性,通过集成的命令行接口,统一管理任务、会话数据与投递渠道。

Core Features & Use Cases

  • 提供完整的 CRUD(创建、读取、更新、删除)定时任务能力,以及暂停/启用、手动触发、批量操作。
  • 支持跨渠道投递与会话上下文自动补全,方便在飞书/微信等渠道进行任务投递。
  • 对 Cron 表达式进行验证与历史运行查询,确保任务可靠执行并便于追踪。

Quick Start

通过自然语言指令或直接在系统中创建、修改和查看任务,以实现对日常提醒和自动化流程的高效控制。

Frequently Asked Questions about cron-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage scheduled tasks across multiple channels like Feishu and WeChat?

Managing scheduled tasks across channels requires a unified CLI to create, view, and update cron jobs with channel-aware delivery. This skill automates cross-channel task distribution and session context completion for reliable message delivery.

What is the best way to validate cron expressions before running scheduled automation?

Validating cron expressions ensures reliable task automation by preventing malformed schedules. This skill implements strict cron expression validation directly within the task creation workflow to catch syntax errors before execution.

Can I batch update and disable existing cron jobs without deleting them?

Batch updating and disabling cron jobs is supported through the unified CLI. You can perform batch operations to enable, disable, or manually trigger existing scheduled tasks without needing to delete and recreate them.

How do I audit and trace the execution history of automated cron jobs?

Auditing cron job execution involves querying session history and past run logs. This skill provides built-in audit capabilities to trace task execution history, ensuring accountability and easier debugging of automated workflows.

Does this task scheduling tool support manual triggering of automated jobs?

Manual triggering of automated jobs is fully supported alongside standard CRUD operations. You can use the CLI to instantly run any existing scheduled task on demand without waiting for its next cron cycle.

Why are my scheduled task deliveries failing in specific channel contexts?

Scheduled task deliveries often fail due to mismatched channel contexts or invalid cron syntax. This skill handles session context auto-completion and applies channel-aware delivery to ensure tasks reach their intended targets.