Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

cron-automation-managercron 自动化管理器

Agent Skill

cron-automation-manager 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,512

周安装

266

GitHub Stars

公开资料未说明

下载量

2,085
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cron-automation-manager(cron 自动化管理器)
来源仓库:https://github.com/mr-chen-05/cron-automation-manager
安装命令:
openclaw skills install cron-automation-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install cron-automation-manager

简介

cron-automation-manager 集中管理定时任务与推送通知调度。

  • 适用于创建周期性作业、监控执行状态与异常提醒设置场景。
  • 通过 clawhub 安装后集成到 OpenClaw Gateway 统一管控 cron 作业。
  • 高并发任务需考虑资源竞争与锁机制避免重复执行冲突。
  • 日志记录应包含时间戳与上下文以便故障排查与审计追踪。

SKILL.md

name
cron-automation-manager
description
Manage and create scheduled cron jobs, automated monitoring tasks, reminders, and periodic push notifications. Use when the user asks to create or manage any scheduled task, monitoring workflow, or automated push (daily reports, GitHub monitoring, AI news tracking, price alerts, etc.). Supports multiple delivery channels such as Feishu, Telegram, DingTalk, Slack, Discord, WhatsApp, Email, or the current chat.
tags
automation, cron, scheduler, monitoring, notifications, reminders, task-management

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 定时任务

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.21%
按下载量换算1,881

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills