daily-brief-loop

daily-brief-loop is a skill for Claude Code from pyranthus-hq/mora. It costs 63 tokens per session (2,711 once invoked), scanned A, original, Apache-2.0.

A once-a-day process for creating a local daily brief from configured sources such as email, calendars, or GitHub. It also records the run and remembers that the brief was completed.

In plain words
What is it for?
Use it to sync approved read-only sources, save a dated daily summary, record what happened, and advance the daily completion marker.
Why use it?
It prevents daily updates from being fabricated when the required local tool is unavailable. It also keeps the process from sending messages or taking other outbound actions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the mora plugin — 4 skills shipped together

Good fit Use it to sync approved read-only sources, save a dated daily summary, record what happened, and advance the daily completion marker.

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

Made for: Claude Code.

Or install mora, the plugin that ships this one along with the rest of its 4 skills.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pyranthus-hq/mora/daily-brief-loop"><img src="https://agentmods.dev/badge/skills/pyranthus-hq/mora/daily-brief-loop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,711 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.00063 $0.02711
Opus 5 $0.00032 $0.01355
Sonnet 5 $0.00013 $0.00542
Haiku 4.5 $0.00006 $0.00271

Measured 11d ago against content hash 91fa0ff375c7, 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-loop 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 11d 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.

plugins/mora/skills/daily-brief-loop/SKILL.md · 123 lines

How it starts

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

Daily Brief Loop

Requires the local mora CLI on PATH and shell execution with observable exit codes. The Mora MCP server is optional for read-back and governed memory capture. If the CLI is unavailable, say so up front and STOP; there is no web fallback, and fabricating a brief would be a lie about the user's day.

This is an operator/automation skill, not a read-only briefing skill. It performs configured read-only connector syncs, writes a dated local artifact and log entry, and advances Mora's brief watermark. The pulse-daily scheduler can perform the same advancing effect; the begin gate below safely no-ops when another authorized caller already completed it that day.

The NO-SEND invariant (read first)

This loop NEVER takes an outbound action. It must not email, reply, draft, post, DM, message, create calendar events/tickets, or trigger a notification—even when the brief surfaces something that needs a reply. Configured connectors may make read-only network requests to fetch Gmail, Google Calendar, or GitHub data. The loop must not send vault-derived names, message text, calendar details, or other private context to web, map, recommendation, or unrelated external tools. The selected agent/model may process the rendered brief under its own data policy; this instruction boundary is not a technical sandbox.

The loop's only mutations are Mora-local: the dated brief artifact, watermark, run log, and an optional policy-governed write_memory after explicit user acceptance.

This loop is durable, idempotent, and human-checkpointed: it runs once per logical day, the second run is a no-op, and you advance Mora's state only at explicit gates—never speculatively.

The Flow

Step 1 — Open the loop gate (ALWAYS first)

Run exactly:

mora loop begin daily-brief --json

Branch on the result — do nothing else until you have. Both already-succeeded and effect-already-committed are exit-10 no-op results; the latter means the watermark transaction completed but later presentation or terminal bookkeeping did not:

Read the full file on GitHub · 123 lines

Files

What ships with it

1 file 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. 11d ago First seen · 123 lines · 63 tokens per session scan A 91fa0ff375c7

Subscribe to this mod's changes

daily-brief-loop is a skill published in the GitHub repository pyranthus-hq/mora (9 stars, last pushed 5d ago), licensed Apache-2.0. It adds 63 tokens to every session and 2,711 once invoked, about $0.0003 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-31.