Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计异常

cron-creator计划任务创建者

Agent Skill

cron-creator 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

618

周安装

26

GitHub Stars

589

下载量

216
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:cron-creator(计划任务创建者)
来源仓库:https://github.com/sundial-org/awesome-openclaw-skills
仓库路径:skills/cron-creator
安装命令:
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill cron-creator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill cron-creator

简介

该技能将自然语言转换为 Clawdbot 计划任务,支持提醒与周期性作业创建。

  • 适用于个人效率工具或轻量级自动化场景,无需手动编辑 crontab。
  • 提供中文指令解析与执行预览,降低 cron 语法学习门槛。
  • 需确认 Clawdbot 服务已启动并配置好任务执行环境,否则任务无法触发。
  • cron-creator 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Cron Creator

Create Clawdbot cron jobs automatically from natural language requests.

Quick Install (One Command)

Run this in your terminal:

bash -c "$(curl -sL https://raw.githubusercontent.com/digitaladaption/cron-creator/main/install.sh)"

Or manually:

# Install skill
mkdir -p ~/.clawdbot/skills
git clone https://github.com/digitaladaption/cron-creator.git ~/.clawdbot/skills/cron-creator

# Configure and restart
clawdbot gateway restart

That's it! Then just say things like:

  • "Create a daily Ikigai reminder at 8:45am"
  • "Remind me to drink water every 2 hours"
  • "Set up a weekly check-in on Mondays at 9am"

What It Does

  1. Hears your request to create a cron job
  2. Parses time, frequency, channel, and message
  3. Creates the cron job automatically
  4. Confirms it's done

Trigger Patterns

Say things like:

  • "Create a cron job for..."
  • "Set up a reminder..."
  • "Schedule a..."
  • "Remind me to..."
  • "Create a daily/weekly check-in..."
  • "Add a recurring..."

Examples

You SayWhat Happens
"Create a daily Ikigai reminder at 8:45am"Creates daily 8:45am Ikigai journal prompt
"Remind me to drink water every 2 hours"Creates hourly water reminder
"Set up a weekly check-in on Mondays at 9am"Creates Monday 9am weekly review
"Wake me at 7am every day"Creates daily 7am alarm/reminder
"Send me a quote every morning at 6:30"Creates daily quote at 6:30am

Supported Time Formats

You SayCron
"8am"0 8 * * *
"8:45am"45 8 * * *
"9pm"0 21 * * *
"noon"0 12 * * *
"midnight"0 0 * * *

Supported Frequencies

You SayCron
"daily" / "every day"Daily at specified time
"weekdays"Mon-Fri at specified time
"mondays" / "every monday"Weekly on Monday
"hourly" / "every hour"Every hour at:00
"every 2 hours"0 */2 * * *
"weekly"Weekly (defaults to Monday)
"monthly"Monthly (1st of month)

Channels

Just mention the channel in your request:

  • "on WhatsApp" → WhatsApp
  • "on Telegram" → Telegram
  • "on Slack" → Slack
  • "on Discord" → Discord

Default: WhatsApp

Default Messages

The skill auto-generates appropriate messages:

TypeDefault Message
IkigaiMorning journal with purpose, food, movement, connection, gratitude
Water"💧 Time to drink water! Stay hydrated! 🚰"
Morning"🌅 Good morning! Time for your daily check-in."
Evening"🌙 Evening check-in! How was your day?"
WeeklyWeekly goals review
Default"⏰ Your scheduled reminder is here!"

How It Works

  1. Install the skill (see Quick Install above)
  2. Chat naturally: "Create a daily reminder at 8am"
  3. Done! The cron job is created automatically

For Developers

Files

  • SKILL.md - This documentation
  • scripts/cron_creator.py - Natural language parser
  • install.sh - Automatic installer script

The Parser

The cron_creator.py script:

  • Extracts time, frequency, channel, destination from natural language
  • Generates appropriate clawdbot cron add command
  • Returns JSON with parsed fields and command

Manual Testing

# Test the parser
python3 scripts/cron_creator.py "Create a daily reminder at 8:45am"

# Output includes:
# - parsed time, frequency, channel
# - generated cron expression
# - full clawdbot cron add command

Configuration

The install script automatically configures:

  • Clawdbot tools.exec.host=gateway (allows running clawdbot commands)
  • Skill files in ~/.clawdbot/skills/cron-creator
  • Gateway restart to apply changes

Troubleshooting

Skill not loading?

clawdbot skills list | grep cron

Cron not created?

# Check clawdbot is running
clawdbot status

# Check cron jobs
clawdbot cron list

Need to reinstall?

# Run install again
bash -c "$(curl -sL https://raw.githubusercontent.com/digitaladaption/cron-creator/main/install.sh)"

GitHub

https://github.com/digitaladaption/cron-creator

Report issues or contribute there!

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.67%
按下载量换算77

Claude

30.58%
按下载量换算66

Cursor

17.37%
按下载量换算38

Gemini CLI

8.31%
按下载量换算18

安全审计

Gen Agent Trust Hub

未通过

Socket

未通过

Snyk

未通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill cron-creator 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills