daily-digest

daily-digest is a skill for Claude Code, Codex from ric03uec/clawrium. It costs 29 tokens per session (808 once invoked), scanned A, original, Apache-2.0.

A daily workflow that summarizes the previous 24 hours of activity in a GitHub repository and posts the digest to its home Discord channel.

In plain words
What is it for?
Use it to report shipped work, new issues, and resolved issues to the project's Discord community in an engineer-oriented format.
Why use it?
It gathers merged pull requests and opened or closed issues in one update and uses its previous run record to avoid repeating items.

Skill for Claude CodeCodex

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

Good fit Use it to report shipped work, new issues, and resolved issues to the project's Discord community in an engineer-oriented format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ric03uec/clawrium/daily-digest
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 ric03uec/clawrium --skill daily-digest
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

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 daily-digest

README.md
[![agentmods](https://agentmods.dev/badge/skills/ric03uec/clawrium/daily-digest/github.svg)](https://agentmods.dev/skills/ric03uec/clawrium/daily-digest)
Your own site
<a href="https://agentmods.dev/skills/ric03uec/clawrium/daily-digest"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/daily-digest/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 daily-digest

Your own site · 80×15
<a href="https://agentmods.dev/skills/ric03uec/clawrium/daily-digest"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/daily-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 808 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.00029 $0.00808
Opus 5 $0.00015 $0.00404
Sonnet 5 $0.00006 $0.00162
Haiku 4.5 $0.00003 $0.00081

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

Security

Grade A, and why

daily-digest 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 10d 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/hermes/daily-digest/SKILL.md · 90 lines

How it starts

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

daily-digest

Once per day, summarize what happened on ric03uec/clawrium in the last 24 hours and post it to the project's home Discord channel.

Inputs (last 24h, in ric03uec/clawrium)

  • Merged PRs — title, number, author, one-line summary you derive from the PR body.
  • Issues opened — title, number, current labels.
  • Issues closed — title, number, the closing PR if any.
  • Your own run logs from the previous day (memory keyed daily-digest:last-run). Use it to avoid repeating the same items.

Commands:

gh pr list --repo ric03uec/clawrium --state merged --search \
  "merged:>$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \
  --json number,title,author,body
gh issue list --repo ric03uec/clawrium --state open --search \
  "created:>$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \
  --json number,title,labels
gh issue list --repo ric03uec/clawrium --state closed --search \
  "closed:>$(date -u -d '24 hours ago' +%Y-%m-%dT%H:%M:%SZ)" \
  --json number,title,closedByPullRequestsReferences

Output

A single Discord message in the home channel, structured as:

**clawrium digest — <YYYY-MM-DD>**

**Shipped (N)**
- #<num> <title> — <one-line summary>

**Opened (N)**
- #<num> <title> — <labels>

**Closed (N)**
- #<num> <title> — closed by #<pr>

Quiet day: <only if nothing material happened>

Send via the hermes Discord channel adapter (the agent already has the home channel id bound). Do not open a thread; the message is the unit.

Voice

  • Engineer to engineer. No marketing copy ("exciting", "robust", "delights"), no hedging through verbosity.
  • Emoji only when it encodes information (✅ for a green CI run that unblocks a release; 🔒 for a security fix). Skip them for flair.
  • Past tense for shipped; present tense for state ("Open: 14").
  • If a single PR did the heavy lifting, say so explicitly — don't level the slope.

Hard constraints

  • One message per day. Idempotent — re-runs within the same day update rather than duplicate (track the last-message id in skill memory).
  • Never @here or @everyone.
  • If 0 PRs merged and 0 issues opened or closed, post a one-line "Quiet day on clawrium." entry — silence reads as "the bot is broken."

Read the full file on GitHub · 90 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. 10d ago First seen · 90 lines · 29 tokens per session scan A b31b5ccabd34

Subscribe to this mod's changes

daily-digest is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed today), licensed Apache-2.0. It adds 29 tokens to every session and 808 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.

Related

Other skills, from other repositories

python

Use when the task is Python itself, in any framework or none: PEP 695 generics, mypy --strict typing, dataclass/Protocol/TypedDict/Enum choices, asyncio.TaskGroup, stdlib idioms, src/ layout + pyproject.toml with uv, ruff+mypy+pytest gate. NOT a FastAPI/ASGI service (that is fastapi), NOT a deep pytest suite (that is…

ericrisco/rsc-harness · 94 tokens

python-repl

Interactive Python REPL automation with common helpers and best practices.

gptme/gptme · 15 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

tt-sidebar

Open a live Token Tracker sidebar for only the current Codex session in a right-side terminal split at one-third width. Use when the user explicitly invokes $tt-sidebar or asks to monitor the current Codex session beside its terminal pane.

stormzhang/token-tracker · 50 tokens

modern-python-toolchain

Modern Python project setup with uv, ruff, and pyright. Use when initializing a new Python project, configuring the Python environment, setting up linting/formatting, or when a project needs uv (the fast Python package manager). Trigger on: 'set up Python', 'new Python project', 'configure uv', 'install uv', 'ruff'…

XiaomiMiMo/MiMo-Code · 105 tokens

sync-check

Walks the documentation dependency web after a CLI code change and reports which downstream files (skills, SOPs, READMEs, plugin references) are out of sync. Use after fixing a bug, adding a command, changing auth behavior, refactoring, or before committing — and when the user says "sync check", "update docs"…

ItamarZand88/CLI-Anything-WEB · 95 tokens