← Back to Skills Marketplace
projectsnowwork

Cron

by ProjectSnowWork · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
8166
Downloads
6
Stars
95
Active Installs
1
Versions
Install in OpenClaw
/install cron
Description
Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit...
Usage Guidance
Install if you want a local recurring-schedule memory. Do not treat it as a background runner or system cron replacement unless you add a separate execution service, and avoid putting secrets in job titles or notes because they are stored persistently in local JSON files.
Capability Assessment
Purpose & Capability
The skill coherently implements local recurring schedules, pause/resume, listing, job inspection, and next-run calculation; wording about execution should be read as scheduling metadata, since the scripts do not actually run tasks at scheduled times.
Instruction Scope
The trigger language is broad for recurring timing requests but remains scoped to schedule management and does not ask the agent to override user intent or perform unrelated actions.
Install Mechanism
The package contains Python scripts and a manifest with no dependency installation, no entrypoints, and no privileged installer behavior.
Credentials
File access is limited to disclosed JSON files under ~/.openclaw/workspace/memory/cron, with no observed network calls, subprocess execution, credential access, or system scheduler integration.
Persistence & Privilege
It persistently stores job titles, notes, tags, timing fields, and simple stats locally, which is expected for this purpose but may retain private user-entered text.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cron
  3. After installation, invoke the skill by name or use /cron
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
[email protected]: Local-first recurring schedule engine for repeated tasks, routines, and time-based execution. Added daily/weekly/monthly/interval jobs, pause/resume controls, and next-run visibility.
Metadata
Slug cron
Version 1.0.0
License MIT-0
All-time Installs 272
Active Installs 95
Total Versions 1
Frequently Asked Questions

What is Cron?

Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit... It is an AI Agent Skill for Claude Code / OpenClaw, with 8166 downloads so far.

How do I install Cron?

Run "/install cron" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cron free?

Yes, Cron is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cron support?

Cron is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cron?

It is built and maintained by ProjectSnowWork (@projectsnowwork); the current version is v1.0.0.

💬 Comments