briefing

briefing is a skill for Claude Code, Codex from cyberbird2048/gbrainmcp-clean. It costs 16 tokens per session (1,464 once invoked), scanned A, original, MIT.

A daily briefing skill that gathers meeting context, active deals, deadlines, action items, and relevant saved information with inline sources.

In plain words
What is it for?
Preparing read-only daily briefings, resolving meeting participants, tracking deals and actions, and surfacing relevant updates.
Why use it?
It gives the reader current context while showing where each fact came from and flagging missing or stale information.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for gbrain. Also seen: built for gbrain.

Good fit Preparing read-only daily briefings, resolving meeting participants, tracking deals and actions, and surfacing relevant updates.

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

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 briefing

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyberbird2048/gbrainmcp-clean/briefing"><img src="https://agentmods.dev/badge/skills/cyberbird2048/gbrainmcp-clean/briefing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,464 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.00016 $0.01464
Opus 5 $0.00008 $0.00732
Sonnet 5 $0.00003 $0.00293
Haiku 4.5 $0.00002 $0.00146

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

Security

Grade A, and why

briefing 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • briefing — 100% identical, 0 lines differ
skills/briefing/SKILL.md · 153 lines

How it starts

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

Briefing Skill

Compile a daily briefing from brain context.

Filing rule: When the briefing creates or updates brain pages, follow skills/_brain-filing-rules.md.

Contract

  • Every fact in the briefing includes an inline [Source: slug, updated DATE] citation.
  • Meeting participants are resolved against the brain; gaps are explicitly flagged.
  • Active deals and action items include deadlines and recency context.
  • The briefing is read-only: no brain pages are created or modified unless the user explicitly requests it.
  • Stale alerts surface pages relevant to today's context, not just all stale pages.

Phases

  1. Hot memory pulse (v0.32). Before composing anything else, run:

    gbrain recall --since-last-run --supersessions --pending --rollup --json
    

    Fold the result into the briefing under a "Brain pulse" section at the top:

    1. Contradictions resolved overnight — the --supersessions output. Lead with these because they're new corrections to your model of the world.
    2. Top mentionstop_entities from --rollup (top 5 entity slugs by fact count in the window).
    3. New facts since last briefing — group the facts array under each entity from the rollup; include kind, notability, and confidence.
    4. Pending consolidation footer — when pending_consolidation_count > 0, note N facts await dream-cycle consolidation so the operator can decide whether to run gbrain dream before reading further.

    The --since-last-run flag advances ~/.gbrain/recall-cursors/<source>.json so the next briefing picks up exactly where this one left off. If you're running this as a cron job, pass --source <slug> or set GBRAIN_SOURCE explicitly — cron doesn't start in your repo-root cwd, so dotfile resolution may miss the right source. Thin-client installs (gbrain init --mcp-only) route through the remote brain transparently.

  2. Today's meetings. For each meeting on the calendar:

    • Search gbrain for each participant by name
    • Read their pages from gbrain for compiled_truth context
    • Summarize: who they are, recent timeline, relationship to you
  3. Active deals. List deal pages in gbrain filtered to active status:

    • Deadlines approaching in the next 7 days
    • Recent timeline entries (last 7 days)
  4. Time-sensitive threads. Open items from timeline entries:

    • Items with deadlines in the next 48 hours
    • Follow-ups that are overdue
  5. Recent changes. Pages updated in the last 24 hours:

    • What changed and why (read timeline entries from gbrain)
  6. People in play. List person pages in gbrain sorted by recency:

    • Updated in last 7 days
    • Have high activity (many recent timeline entries)
  7. Stale alerts. From gbrain health check:

    • Pages flagged as stale that are relevant to today's meetings

Read the full file on GitHub · 153 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. 9d ago First seen · 153 lines · 16 tokens per session scan A a661804c3eb2

Subscribe to this mod's changes

briefing is a skill published in the GitHub repository cyberbird2048/gbrainmcp-clean (0 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 1,464 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-31.