[object Object]

[object Object] is a skill for Claude Code, Codex from Komagon/hermes-production-patterns. It costs 21 tokens per session (282 once invoked), scanned A, original, MIT.

A scheduled-job workflow that uses saved state, unique run keys, checkpoints, and recovery steps to carry out repeatable tasks.

In plain words
What is it for?
It is for building recurring batch jobs that record progress, save intermediate reports, monitor failures, and resume safely.
Why use it?
It prevents a restarted job from processing the same items twice and makes progress recoverable after failure.

Skill for Claude CodeCodex

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

Good fit It is for building recurring batch jobs that record progress, save intermediate reports, monitor failures, and resume safely.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/komagon/hermes-production-patterns/cron-production
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 Komagon/hermes-production-patterns --skill cron-production
Clone the repo
git clone --depth 1 https://github.com/Komagon/hermes-production-patterns

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 [object Object]

README.md
[![agentmods](https://agentmods.dev/badge/skills/komagon/hermes-production-patterns/cron-production/github.svg)](https://agentmods.dev/skills/komagon/hermes-production-patterns/cron-production)
Your own site
<a href="https://agentmods.dev/skills/komagon/hermes-production-patterns/cron-production"><img src="https://agentmods.dev/badge/skills/komagon/hermes-production-patterns/cron-production/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for [object Object]

Your own site · 80×15
<a href="https://agentmods.dev/skills/komagon/hermes-production-patterns/cron-production"><img src="https://agentmods.dev/badge/skills/komagon/hermes-production-patterns/cron-production.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 282 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.00021 $0.00282
Opus 5 $0.00010 $0.00141
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

[object Object] 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (recovery/error_compact.py, tests/test_idempotency.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

starter-kits/cron-production/SKILL.md · 37 lines

What it actually says

{Job Name}

执行协议

Pre-flight(幂等闸门)

  1. 读 STATE.md,取 Idempotency Keys
  2. 生成本轮 key {job}-{YYYYMMDD}-{batch}
  3. 若 key 已存在 → 本轮已处理,直接退出

Execute(带检查点)

  1. 执行主逻辑,每处理 CHECKPOINT_EVERY 个单元写回 STATE.md
  2. 中间产物落盘 reports/{date}/,不占上下文

Post-flight

  1. 汇总结果 → 写 STATE.md(进度 + 本轮 key)
  2. Monitor 记录成功;失败 → error_compact 压缩 → recovery 重试

陷阱

  • 无幂等键直接跑 → 重跑即重复
  • 失败静默 → Monitor 必须记录
  • 错误全文进上下文 → 先压缩
Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago Changed · +1 lines c2434fb101d7
  2. 6d ago First seen · 36 lines · 21 tokens per session scan A f0221cf99c27

Subscribe to this mod's changes

[object Object] is a skill published in the GitHub repository Komagon/hermes-production-patterns (15 stars, last pushed 2d ago), licensed MIT. It adds 21 tokens to every session and 282 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-09-04.

Related

Other skills, from other repositories

post-dev-recap

Post-development recap wrapper. Use when: AI/Codex just finished implementing a feature and the user wants a guided walkthrough with scope detection + doc generation + follow-up Q&A. Not for: generating only a doc (use /recap-doc), Q&A over an existing recap (use /recap-ask), technical share-out (use /tech-brief)…

sd0xdev/sd0x-harness · 124 tokens

openloomi-loop

Loop pulls signals from connected integrations, classifies them into typed decisions, and lets the user approve execution from the pet or the web UI. This skill is a thin Claude-side wrapper around Loop's HTTP API.

melandlabs/openloomi · 171 tokens

obsidian-cli

Obsidian vault integration via official CLI. Use when: capturing dev artifacts to Obsidian vault, searching vault for context, appending to daily note, managing tasks in vault. Not for: general note-taking without Obsidian (use regular files), browsing Obsidian docs (use agent-browser). Output: vault search results…

sd0xdev/sd0x-harness · 78 tokens

macos-storage-management

Safely reclaim local Mac storage without mistaking cloud placeholders for resident data, losing File Provider content, or flattening metadata onto an incompatible external filesystem.

AtlasOmnia/donna-starter · 22 tokens

vault-organization

Audit and reorganize the user's Obsidian vault. Run when asked to organize, clean up, or audit the vault structure — or to set up a sensible structure for a new/empty vault.

AtlasOmnia/donna-starter · 57 tokens

apple-reminders

Use remindctl to manage Apple Reminders directly from the terminal. Tasks sync across all Apple devices via iCloud.

AtlasOmnia/donna-starter · 21 tokens