Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/eobarretooo/clawlite/cronnpx skills add eobarretooo/ClawLite --skill crongit clone --depth 1 https://github.com/eobarretooo/ClawLiteWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00023 | $0.00353 |
| Opus 5 | $0.00012 | $0.00177 |
| Sonnet 5 | $0.00005 | $0.00071 |
| Haiku 4.5 | $0.00002 | $0.00035 |
Grade A, and why
cron scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Cron
Use the cron tool whenever the user asks for reminders, recurring checks, or one-time scheduled tasks.
Actions
add: create a schedulelist: list current jobsremove: delete a jobenable/disable: toggle executionrun: force immediate run
Add examples
Fixed reminder:
{"action":"add","message":"Time to take a break","every_seconds":1200}
Agent task on every run:
{"action":"add","prompt":"Check repo CI status and report only failures","every_seconds":600}
One-time schedule:
{"action":"add","message":"Remind me about the meeting","at":"2026-03-02T18:00:00Z"}
Timezone-aware cron:
{"action":"add","prompt":"Morning standup","cron_expr":"0 9 * * 1-5","tz":"America/Vancouver"}
List and remove:
{"action":"list"}
{"action":"remove","job_id":"abc123"}
Notes
promptandmessageare both accepted; usepromptfor agent tasks.- Convert natural-language schedules into
every_seconds,at, orcron_expr. - For
add, only providesession_id/channel/targetwhen routing to another session or destination.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 53 lines · 23 tokens per session scan A abb01a8efab2
cron is a skill published in the GitHub repository eobarretooo/ClawLite (49 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 353 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
google-workspace
Read and act on the user's Gmail, Google Calendar, and Google Tasks through per-user OAuth.
morning-digest
Assemble and deliver one short morning digest for the person who owns the cron — what changed overnight in the sources they already connected, and what it means for their day.
warpctrl
Control and inspect the currently running local Warp application with the warpctrl CLI. Use this skill whenever the user asks the agent to manipulate Warp's own windows, tabs, panes, sessions, input buffer, themes, or UI surfaces; open a file in Warp; inspect local Warp state; or explain how to invoke Warp Control…
oma-recap
Analyze conversation histories from multiple AI tools (Grok, Claude, Codex, Gemini, Qwen, Cursor, Antigravity) and generate themed daily/period work summaries. Filter by date or time window.
change-keybinding
Customize Warp keyboard shortcuts (keybindings, keymappings) by editing the user's keybindings.yaml file. Use when the user asks to remap a key combination, rebind an action, change a shortcut, or remove a default keybinding (e.g. "change ctrl+space to ctrl+s", "rebind the command palette to cmd+p", "remove the…
create-tab-config
Create new Warp tab config TOML files from natural-language requests. Use when the user wants a new tab config, a new tab layout, or asks for a slash command to generate a tab config.