Schedule and manage recurring or one-time jobs for main/project agents.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add InternScience/DrClaw --skill cron --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cron?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/internscience-cron-b3a8a7f7)More formats (shields.io, HTML) on the badges page.
---
name: cron
description: Schedule and manage recurring or one-time jobs for main/project agents.
i18n:
zh:
name: 定时任务
description: 为代理调度定时或一次性任务。
---
# Cron
Use the `cron` tool to create, list, remove, enable/disable, and run scheduled jobs.
## Actions
- `add`: create a job
- `list`: show jobs
- `remove`: delete a job by id
- `enable`: enable or disable by id
- `run`: run a job now
## Add Examples
Daily at 8:00:
```
cron(action="add", message="Report yesterday's progress", cron_expr="0 8 * * *")
```
Every 30 minutes:
```
cron(action="add", message="Check project status", every_seconds=1800)
```
Target a student/project agent:
```
cron(action="add", target="proj:project-id", message="Summarize blockers", cron_expr="0 9 * * 1-5")
```
One-time reminder:
```
cron(action="add", message="Prepare meeting notes", at="2026-03-10T14:00:00")
```
## Notes
- If `target` is omitted, default is `main`.
- For `add`, provide exactly one of: `every_seconds`, `cron_expr`, `at`.
- `tz` can be used only with `cron_expr`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.