cron-management

cron-management is a skill for Claude Code, Codex from omnigentx/jarvis. It costs 54 tokens per session (918 once invoked), scanned A, original, MIT.

A workflow for downloading stories from websites into a local library, even when sites and languages differ. It first studies a story page to find its chapter links and readable text, then creates instructions for downloading the chapters.

In plain words
What is it for?
Use it to find a story or start from a supplied URL, detect the site’s structure, create a crawl recipe, check progress, and view stories already stored in the local library.
Why use it?
It avoids manually copying chapters and lets the downloading process handle long stories without passing every chapter through the agent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find a story or start from a supplied URL, detect the site’s structure, create a crawl recipe, check progress, and view stories already stored in the local library.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omnigentx/jarvis/cron-management
Install

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.

Any agent
npx skills add omnigentx/jarvis --skill cron-management
Clone the repo
git clone --depth 1 https://github.com/omnigentx/jarvis

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cron-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/omnigentx/jarvis/cron-management.svg)](https://agentmods.dev/skills/omnigentx/jarvis/cron-management)
Your own site
<a href="https://agentmods.dev/skills/omnigentx/jarvis/cron-management"><img src="https://agentmods.dev/badge/skills/omnigentx/jarvis/cron-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 918 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.00918
Opus 5 $0.00027 $0.00459
Sonnet 5 $0.00011 $0.00184
Haiku 4.5 $0.00005 $0.00092

Measured 8d ago against content hash 0e9e47582c4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

cron-management 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 8d 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.

backend/.fast-agent/skills/cron-management/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cron Management Skill

You have 4 ready-to-call tools: cron_create, cron_list, cron_update, cron_delete. No discovery needed.

Cron expression rules (REQUIRED)

A cron expression has 5 fields: minute hour day_of_month month day_of_week.

Common examples

  • 0 9 * * * → every day at 9:00
  • 0 9 * * 1-5 → 9:00 Monday through Friday
  • */30 * * * * → every 30 minutes
  • 0 */4 * * * → every 4 hours
  • 0 7 27 4 * → April 27 at 7:00 every year
  • 0 15 31 3 * + one_shot=true → once on March 31 at 15:00

Calendar type (REQUIRED)

  • Solar (Gregorian) — DEFAULT for normal date/month references.
  • Lunar — use ONLY when the user explicitly references lunar concepts (1st-of-month, full-moon, Lunar New Year, lunar death anniversary, etc.).
    • 0 7 15 * * + calendar_type="lunar" → 15th of every lunar month
    • 0 6 1 * * + calendar_type="lunar" → 1st of every lunar month
    • 0 7 10 3 * + calendar_type="lunar" → 10/3 lunar

Exec mode (REQUIRED)

User intent Exec mode Meaning
Plain reminder ("remind me") reminder Send a notification text to the user
Action ("summarise / analyse / check / crawl / find") agent_turn An agent executes a task automatically
  • exec_mode = "reminder"exec_payload is the reminder text. No exec_agent needed.
  • exec_mode = "agent_turn"exec_payload is the direct execution prompt, exec_agent is the agent name (REQUIRED). Valid agents:
    • jarvis — synthesis, analysis, complex queries
    • ResearchAgent — web search, news
    • FinanceAgent — stock / gold / crypto prices

⚠️ Writing exec_payload for agent_turn (IMPORTANT)

Read the full file on GitHub · 79 lines

Changes

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.

  1. 8d ago First seen · 79 lines · 54 tokens per session scan A 0e9e47582c4d

Subscribe to this mod's changes

cron-management is a skill published in the GitHub repository omnigentx/jarvis (37 stars, last pushed 11d ago), licensed MIT. It adds 54 tokens to every session and 918 once invoked, about $0.0003 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.