返回顶部
c

cron本地定时引擎

Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetition, schedules, cadence, weekly/daily/monthly routines, future triggers, or wants to know what runs next. Captures natural language timing into structured local schedules, supports pause/resume, and surfaces upcoming executions. No external sync.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
124
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

cron

Cron

将重复性意图转化为结构化的本地日程。

核心理念

  1. 1. 重复性任务应被一次性捕获,然后被信任。
  2. 日程不仅仅是提醒——它是随时间推移的执行契约。
  3. 系统应使重复性可见、可编辑且可暂停。
  4. 用户应始终知道下一步将执行什么。

运行时要求

  • - Python 3 必须以 python3 形式可用
  • 无需外部包

存储

所有数据仅本地存储于:
  • - ~/.openclaw/workspace/memory/cron/jobs.json
  • ~/.openclaw/workspace/memory/cron/runs.json
  • ~/.openclaw/workspace/memory/cron/stats.json

无外部同步。无云存储。无第三方 cron 服务。

任务状态

  • - active:日程正在运行
  • paused:暂时禁用
  • archived:不再活跃,保留历史记录

日程类型

  • - daily(每日)
  • weekly(每周)
  • monthly(每月)
  • interval(间隔)

关键工作流

  • - 捕获重复任务:addjob.py
  • 查看下一步执行:nextrun.py
  • 暂停或恢复:pausejob.py、resumejob.py
  • 检查单个任务:showjob.py
  • 查看所有任务:listjobs.py

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cron-local-1776119223 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cron-local-1776119223 技能

通过命令行安装

skillhub install cron-local-1776119223

下载

⬇ 下载 cron v1.0.0(免费)

文件大小: 8.08 KB | 发布时间: 2026-4-14 10:41

v1.0.0 最新 2026-4-14 10:41
cron-local 1.0.0 initial release

- Introduced a local-only recurring schedule engine for reminders, tasks, and time-based execution.
- Supports capturing natural language recurrence and converting to structured local schedules.
- Allows users to add, pause, resume, inspect, and list recurring jobs with daily, weekly, monthly, or interval cadence.
- All data stored locally; no cloud sync or third-party service required.
- Users can always check what runs next and manage job status (active, paused, archived).

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部