daily-brief

daily-brief is a skill for Claude Code, Codex from ahmadrrrtx/xr. It costs 0 tokens per session (188 once invoked), scanned A, original, MIT.

A reusable set of instructions for making a morning summary from configured local files such as notes.md and inbox.md.

In plain words
What is it for?
Use it to summarize local notes and inbox items into a concise daily brief.
Why use it?
It saves you from manually reviewing the same files and assembling a daily update. The summary is written to a dated Markdown file, with approval needed for the write.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to summarize local notes and inbox items into a concise daily brief.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmadrrrtx/xr/daily-brief"><img src="https://agentmods.dev/badge/skills/ahmadrrrtx/xr/daily-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 188 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.00000 $0.00188
Opus 5 $0.00000 $0.00094
Sonnet 5 $0.00000 $0.00038
Haiku 4.5 $0.00000 $0.00019

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

Security

Grade A, and why

daily-brief 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/daily-brief/SKILL.md · 24 lines

What it actually says

Daily Brief

A reusable SOP the agent can follow to produce a morning summary. (In Phase 1+ this gains web_fetch with egress allow-listing; for now it summarizes local sources. Inspired by Ahmad's "$0 Gemma news monitor".)

Steps

  1. Read the configured source files (e.g. notes.md, inbox.md).
  2. Summarize the top items concisely with the cheap/local model.
  3. Write the summary to brief-<date>.md and present it to the user (write requires approval).

Success check

The file brief-<date>.md exists and is non-empty.

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 · 24 lines · 0 tokens per session scan A 83a4c4b1193c

Subscribe to this mod's changes

daily-brief is a skill published in the GitHub repository ahmadrrrtx/xr (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 188 tokens. 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-31.

Related

Other skills, from other repositories

orbit-general

Open Orbit briefing skill — selected by the Orbit pipeline when the user has two or more connectors connected. Pulls the past 24 hours of activity from every authenticated connector (GitHub, Linear, Notion, Slack, 飞书, Calendar, Gmail, Drive, Sentry, Vercel, …) and renders a single adaptive bento-grid dashboard at the…

nexu-io/open-design · 162 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

orbit-gmail

Open Orbit briefing skill — selected by the Orbit pipeline when Gmail is the user's only connected connector, or when the user explicitly scopes their daily digest to Gmail. Pulls the past 24 hours of inbox activity (replies awaited, mentions, cc, auto- categorized bulk) from the user's authenticated Gmail connection…

nexu-io/open-design · 115 tokens

discovery-question-form

Structured clarification form for unresolved material requirements.

nexu-io/open-design · 13 tokens

cron

Use this skill only for scheduled or recurring tasks. Manage jobs with qwenpaw cron list/create/get/state/update/pause/resume/delete/run, and always pass --agent-id explicitly.

agentscope-ai/QwenPaw · 39 tokens

cron

A procedure for creating and managing tasks that run automatically at a future time or repeat on a schedule. It uses QwenPaw's scheduling commands and requires an agent identifier.

agentscope-ai/QwenPaw · 49 tokens