← 返回
未分类 中文

Cron Automation Manager

Manage and create scheduled cron jobs, automated monitoring tasks, reminders, and periodic push notifications. Use when the user asks to create or manage any...
管理和创建定时任务、自动监控任务、提醒及周期性推送通知。当用户请求创建或管理任何...
mr-chen-05 mr-chen-05 来源
未分类 clawhub v1.2.1 1 版本 99864.9 Key: 无需
★ 0
Stars
📥 739
下载
💾 2
安装
1
版本
#latest

概述

Cron Automation Manager

This skill acts as an automation orchestrator for OpenClaw. It helps users create, manage, and monitor cron‑based automation tasks.

When to use

Use this skill whenever the user expresses intent related to automation, scheduled tasks, monitoring, or recurring notifications.

Typical triggers include natural language such as:

  • create a scheduled task
  • set up a cron job
  • every day / 每天 / daily reminder
  • every week / weekly report
  • monitor something automatically
  • send me updates periodically
  • automatically check something
  • build a daily or weekly report
  • track news, GitHub projects, prices, or keywords
  • remind me regularly
  • manage or inspect existing cron jobs

Core Capabilities

  1. Create cron jobs interactively
  2. Manage existing tasks (list, modify, delete)
  3. Deploy template automation systems
  4. Route push notifications to supported delivery channels
  5. Inspect automation health and detect failing tasks

Workflow

  1. Detect automation intent
  2. Ask for missing parameters (schedule, target, delivery)
  3. Generate cron job configuration
  4. Confirm with user
  5. Deploy job using the cron tool

IMPORTANT DEFAULT BEHAVIOR:

Every cron job created by this skill MUST automatically record its output into the daily intelligence log.

All jobs should append their results to:

intel/daily/YYYY-MM-DD.md

Rules:

  • Each job must append a section with the job name and timestamp.
  • The file acts as the persistent data layer for trend analysis.
  • 7‑day, weekly, and 30‑day analysis jobs must read from the intel/daily directory instead of relying on live searches.
  • If the daily file does not exist it must be created automatically.

Example structure:

2026-03-22

Job: AI News Radar

Time: 12:00

(content)


Job: GitHub Trending Radar

Time: 18:00

(content)

This ensures that all automation jobs contribute to a persistent intelligence dataset.

Delivery Channels

On first use the system may initialize the delivery configuration automatically using:

skills/cron-automation-manager/scripts/init-delivery-config.ps1

This script will create config/delivery-config.json from the example template if it does not already exist.

Users may edit the file to enable or disable delivery channels.

Delivery Channels

Delivery routing is controlled by configuration.

Primary configuration file:

config/delivery-config.json

If the configuration file does not exist, users should copy the template:

config/delivery-config.example.json

and rename it to:

delivery-config.json

Cron jobs should always generate reports locally first (intel/*).

The delivery router may distribute results to enabled channels defined in the config file.

Supported channels may include:

  • Feishu
  • Telegram
  • Discord
  • Web Console
  • Email
  • Local Files

Templates

Predefined automation templates live in templates/. These allow one‑step deployment of complex automation systems.

Currently included templates:

  • AI intelligence monitoring system
  • GitHub trending monitor
  • keyword news monitor
  • price monitoring

New templates can be added without modifying the core skill.

Example Automations

Common automation systems that can be created using this skill:

  • AI news monitoring and daily tech intelligence reports
  • GitHub trending project tracking
  • Keyword-based news alerts
  • Cryptocurrency / stock price monitoring
  • Daily reminders and habit notifications
  • Weekly or monthly summary reports
  • System health monitoring

Example Requests

These are common user requests that should trigger this skill (English or Chinese). The skill should activate whenever a user expresses intent related to automation, scheduling, reminders, monitoring, or recurring notifications:

English:

  • create daily report
  • monitor GitHub trending
  • remind me every morning
  • track AI news
  • set up cron automation
  • schedule a daily reminder
  • automatically monitor something
  • set up a weekly report
  • create a periodic task
  • help me build an automation workflow

Chinese:

  • 创建定时任务
  • 帮我做一个定时提醒
  • 每天给我推送
  • 每周生成报告
  • 监控 GitHub 热门项目
  • 监控 AI 新闻
  • 自动检查某件事情
  • 定期推送消息
  • 帮我设置自动化任务
  • 做一个 cron 定时任务

版本历史

共 1 个版本

  • v1.2.1 当前
    2026-05-03 05:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 840 📥 316,874
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,400 📥 323,367
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,113 📥 834,735