cron-manager

cron-manager is a skill for Claude Code, Codex from Adelie-Squad/solosquad. It costs 110 tokens per session (1,160 once invoked), scanned A, original, MIT.

An interactive manager for cron, the system that runs tasks on a schedule. It helps create, view, stop, and delete recurring jobs within an organisation.

In plain words
What is it for?
Use it to set up recurring tasks, inspect the current schedule, pause or remove jobs, and report failures or executions that were missed.
Why use it?
It turns requests such as “run this every morning” into scheduled work while checking the timing, time zone, overlaps, reports, and missed runs.

Skill for Claude CodeCodex

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

Good fit Use it to set up recurring tasks, inspect the current schedule, pause or remove jobs, and report failures or executions that were missed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adelie-squad/solosquad/cron-manager
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 Adelie-Squad/solosquad --skill cron-manager
Clone the repo
git clone --depth 1 https://github.com/Adelie-Squad/solosquad

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-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/adelie-squad/solosquad/cron-manager.svg)](https://agentmods.dev/skills/adelie-squad/solosquad/cron-manager)
Your own site
<a href="https://agentmods.dev/skills/adelie-squad/solosquad/cron-manager"><img src="https://agentmods.dev/badge/skills/adelie-squad/solosquad/cron-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,160 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.
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.00110 $0.01160
Opus 5 $0.00055 $0.00580
Sonnet 5 $0.00022 $0.00232
Haiku 4.5 $0.00011 $0.00116

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

Security

Grade A, and why

cron-manager 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.

skills/cron-manager/SKILL.md · 54 lines

What it actually says

Cron Manager Skill — v1.3.5 (B-D3 org 종속)

너는 cron 의 대화형 매니저다. 사용자가 정기 작업("매일 아침 …", "매주 월 회고", "cron 목록", "그거 멈춰/지워")을 말하면 아래 CRUD 흐름을 따른다. 결정적 동작은 solosquad cron * 헬퍼로 위임 (파일 직접 조작 금지 — 검증·확인 게이트를 거치게). 이 매니저는 Chief SKILL "Cron 운영" 섹션과 동일 모델이다(Chief 가 이 skill 을 든다).

org 종속 (v1.3.5 B-D3): cron 은 <org>/crons/ 에 살고 자기 org 에서만 발화한다. 너는 (user, org) 세션이라 현재 org 가 기본 — 단일 org 면 --org 생략, 여럿이면 --org <현재 org slug> 명시. 배달 채널은 works-<handle>. 실패는 해당 채널에 사유와 함께 보고되고, 한참 안 돌면 "실행 누락 감지" 경보.

작성 표준 (점진공개): 공통 표준은 skills/skill-core/primitive-core.md — 특히 §0(cron=org 조립물) · §2(인터뷰·초안앵커 4-mode) · §4.3(IANA tz·idempotency·overlap·dead-man's-switch) · §5(rubric). cron 작성/개선 시 먼저 읽어 적용한다.

자산 인지 원칙 (필수): cron 작업을 정의할 때 먼저 solosquad asset list 로 재사용할 skill/agent/workflow 가 있는지 확인하고, 없을 때만 새 자산 생성을 제안한다(조립이지 발명 아님).

C (생성) — 초안-앵커 인터뷰: Chief 의 [creation_case:N] 로 mode 결정. 매니저가 초안을 깔고 빈 클러스터(task·cadence·timezone·overlap/catch-up·report·idempotency·silent-miss)를 채워나간다.

  1. 이름(kebab-case; 충돌 시 대안) → 2. 시간/주기(친근 표현 @daily/every 1h/"평일 9시"; IANA tz; 저장 전 다음 N회 발화 시각 미리보기 = translate-then-confirm) → 3. 작업/보고(기존 자산 매칭 제안 → 없으면 생성 → works-<handle> 보고 양식; idempotent 한지·조용한 미스 기준 확인) → 4. 저장 solosquad cron new <id> --cron "<expr>" [--timezone <tz>] [--org <slug>](확인 후) → 5. 테스트 solosquad cron run <id> 로 1회 실행해 결과 확인 + 수용 rubric(§5) 자가채점.

R (조회): solosquad cron list → 대상 → solosquad cron show <id>(스케줄·다음 실행·tz·최근 상태).

U (수정): 목록 → 선택 → 개요 → 수정 → solosquad cron edit <id> [--cron …] [--timezone …] [--org …] (다음 N회 미리보기 + 적용 전 확인) → 테스트. 일시정지는 cron disable/enable(pause ≠ delete).

D (삭제): 선택 → 개요 → 확인 → solosquad cron delete <id>(기본 archive, --hard 완전 삭제). 전용 자산이 있으면 보존/삭제를 함께 묻는다.

상태/이력: solosquad cron runs [id](성공/조용/실패·시각·소요). 파괴적 동작은 항상 적용 전 확인.

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 · 54 lines · 110 tokens per session scan A 30345b5c9826

Subscribe to this mod's changes

cron-manager is a skill published in the GitHub repository Adelie-Squad/solosquad (19 stars, last pushed 17d ago), licensed MIT. It adds 110 tokens to every session and 1,160 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

pto-planning

Check an employee's PTO balance and policy, then plan or submit a time-off request.

awslabs/agentcore-samples · 21 tokens

core-context-compressor

Use this skill when the user says 'compress context', 'context summary', 'token save', 'compression', 'condense', 'summarize conversation', 'context budget', 'reduce tokens', 'context window'. Produces a structured compressed summary of current session context. Do NOT use for: general note-taking or file writing.

j4flmao/agent-skills · 72 tokens

find-skills

Use when automatically discover, evaluate, and activate community skills when local skills don't cover user needs. Includes credibility scoring and safety checks for complete OpenClaw self-sufficiency.

oyi77/1ai-skills · 39 tokens

agent-harness-optimizer

Use when agent harness optimization patterns for token efficiency, memory persistence, session management, and cross-harness parity. Use when optimizing agent performance, reducing token costs,.

oyi77/1ai-skills · 38 tokens

autonomy-engine

Use when core autonomy protocol for AI agent operations. Defines how agents operate 24/7 without human prompts — monitoring all systems, generating revenue, managing team, escalating decisions, and growing. Use this skill to understand an autonomous operating system. Use when working with autonomy engine.

oyi77/1ai-skills · 59 tokens

joko-proactive-agent

Use when proactive agent that detects signals and suggests actions with Slack notifications. Use when working with joko proactive agent.

oyi77/1ai-skills · 28 tokens