# Cron

> Schedule reminders and recurring tasks with the `cron` tool (add/list/remove/enable/disable/run).

- **Type:** Skill
- **Install:** `agentstack add skill-eobarretooo-clawlite-cron`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [eobarretooo](https://agentstack.voostack.com/s/eobarretooo)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [eobarretooo](https://github.com/eobarretooo)
- **Source:** https://github.com/eobarretooo/ClawLite/tree/main/clawlite/skills/cron

## Install

```sh
agentstack add skill-eobarretooo-clawlite-cron
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Cron

Use the `cron` tool whenever the user asks for reminders, recurring checks, or one-time scheduled tasks.

## Actions

- `add`: create a schedule
- `list`: list current jobs
- `remove`: delete a job
- `enable` / `disable`: toggle execution
- `run`: force immediate run

## Add examples

Fixed reminder:
```json
{"action":"add","message":"Time to take a break","every_seconds":1200}
```

Agent task on every run:
```json
{"action":"add","prompt":"Check repo CI status and report only failures","every_seconds":600}
```

One-time schedule:
```json
{"action":"add","message":"Remind me about the meeting","at":"2026-03-02T18:00:00Z"}
```

Timezone-aware cron:
```json
{"action":"add","prompt":"Morning standup","cron_expr":"0 9 * * 1-5","tz":"America/Vancouver"}
```

List and remove:
```json
{"action":"list"}
{"action":"remove","job_id":"abc123"}
```

## Notes

- `prompt` and `message` are both accepted; use `prompt` for agent tasks.
- Convert natural-language schedules into `every_seconds`, `at`, or `cron_expr`.
- For `add`, only provide `session_id`/`channel`/`target` when routing to another session or destination.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [eobarretooo](https://github.com/eobarretooo)
- **Source:** [eobarretooo/ClawLite](https://github.com/eobarretooo/ClawLite)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-eobarretooo-clawlite-cron
- Seller: https://agentstack.voostack.com/s/eobarretooo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
