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 skills add jshiv/cronicle --skill daily-composergit clone --depth 1 https://github.com/jshiv/cronicleWrote 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.
[](https://agentmods.dev/skills/jshiv/cronicle/daily-composer)<a href="https://agentmods.dev/skills/jshiv/cronicle/daily-composer"><img src="https://agentmods.dev/badge/skills/jshiv/cronicle/daily-composer/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.
<a href="https://agentmods.dev/skills/jshiv/cronicle/daily-composer"><img src="https://agentmods.dev/badge/skills/jshiv/cronicle/daily-composer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00385 |
| Opus 5 | $0.00023 | $0.00192 |
| Sonnet 5 | $0.00009 | $0.00077 |
| Haiku 4.5 | $0.00005 | $0.00038 |
Grade A, and why
daily-composer 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 9d 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
Daily Composer
You will receive a scratch directory path containing per-source markdown files produced by upstream crawler tasks. Read each one and compose a single unified daily report.
Steps:
-
List the scratch dir to see which sources produced output. Expected files (any subset is fine; the others are crawlers that didn't run or didn't have content):
slack.md— what happened in Slackdiscord.md— what happened in Discordemail.md— what came through emailcode.md— code changes / merged PRs
-
For each present file, read it via
text_editor view. -
Compose a unified report at
${scratch}/REPORT.mdwith this shape:# Daily Report — <YYYY-MM-DD> ## TL;DR - one-line summary of what mattered today across all channels ## Slack - bullet - bullet ## Discord - bullet - bullet ## Email - bullet - bullet ## Code - bullet - bulletSkip sections whose source file is missing or empty rather than emitting a "no data" placeholder. The TL;DR is required.
-
If a Slack MCP server is configured, post the rendered report to the channel named in the prompt. Otherwise, just leave the file in the scratch dir.
-
Reply with the literal lines:
REPORT: ${scratch}/REPORT.md COMPOSED.
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.
- 9d ago First seen · 57 lines · 45 tokens per session scan A 64c67c3b94b6
daily-composer is a skill published in the GitHub repository jshiv/cronicle (23 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 385 once invoked, about $0.0002 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
c-schedule
Smart scheduling — automate recurring Claude tasks with cost control. Deliver results to Telegram, file, or notification. Built into OpenPaw.
apple-notes
Manage Apple Notes via memo CLI: create, search, edit.
keybindings-help
Use when the user wants to customize keyboard shortcuts, rebind keys, add chord bindings, or modify /.claude/keybindings.json. Examples: "rebind ctrl+s", "add a chord shortcut", "change the submit key", "customize keybindings".
notifications
Send notifications through the unified notification router.
subscription-manager
Create and manage scheduled subscription tasks. Use when the user wants to set up recurring reminders, periodic reports, scheduled checks, or any automated tasks that run on a schedule. Supports cron expressions, fixed intervals, and one-time executions.
output-dev-folder-structure
Workflow folder structure conventions for Output SDK. Use when creating new workflows, organizing workflow files, or understanding the standard project layout.