daily-brief-generator

daily-brief-generator is a skill for Claude Code, Codex from koinod/koino-skills. It costs 0 tokens per session (1,654 once invoked), scanned A, original, MIT.

A daily business briefing that combines information such as revenue, sales-pipeline changes, content results, team tasks, and urgent problems into a short morning summary. It can use CRM exports, spreadsheets, dashboards, or notes as input.

In plain words
What is it for?
Use it for morning briefings, daily standups, business-status summaries, and deciding which business tasks need attention first.
Why use it?
It removes the need to check many separate sources before knowing what matters today. The result is designed to be read quickly at the start of the day.

Skill for Claude CodeCodex

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

Good fit Use it for morning briefings, daily standups, business-status summaries, and deciding which business tasks need attention first.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/koinod/koino-skills/daily-brief-generator"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/daily-brief-generator.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 1,654 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.01654
Opus 5 $0.00000 $0.00827
Sonnet 5 $0.00000 $0.00331
Haiku 4.5 $0.00000 $0.00165

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

Security

Grade A, and why

daily-brief-generator 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 12d 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.

daily-brief-generator/SKILL.md · 167 lines

How it starts

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

Daily Brief Generator

Generate a structured daily business briefing from any data sources in under 60 seconds.

Description

Daily Brief Generator produces a morning briefing that tells you exactly what matters today: revenue status, pipeline movement, content performance, team tasks, and fires to put out. It pulls from whatever data sources you have — CRM exports, spreadsheets, dashboards, or raw notes — and outputs a scannable brief you can read in 2 minutes.

No more starting your day checking 7 different tabs. One brief. Everything that matters. Nothing that doesn't.

Activation

This skill activates when:

  • The user asks for a morning briefing or daily brief
  • The user wants a summary of their business status
  • The user provides business data and asks "what should I focus on today?"
  • The user mentions daily standup, morning routine, or business dashboard

Trigger phrases: "morning brief", "daily briefing", "what's happening today", "business summary", "daily standup", "start my day", "what should I focus on"

Briefing Template

# Daily Brief — [Date]
## Generated at [time]

---

### REVENUE SNAPSHOT
- **MTD Revenue**: $XX,XXX / $XX,XXX target (XX%)
- **Pipeline Value**: $XX,XXX across XX active deals
- **At Risk**: [any deals that haven't moved in 7+ days]
- **Closing Today/This Week**: [deals with pending proposals or scheduled closes]

### FIRES (Action Required Today)
1. [Urgent item with specific action needed]
2. [Urgent item with specific action needed]
(If none: "No fires. Execute the plan.")

### TOP 3 PRIORITIES
1. [Highest-leverage task] — Why: [impact]
2. [Second priority] — Why: [impact]
3. [Third priority] — Why: [impact]

### PIPELINE MOVEMENT (Last 24h)
- New leads: [count and names]
- Moved forward: [deals that progressed]
- Gone cold: [deals with no activity in 48h+]
- Lost: [any deals lost and why]

### CONTENT STATUS
- Published yesterday: [what went live]
- Scheduled today: [what's queued]
- In production: [what's being created]
- Performance: [top performing content from last 48h]

### CLIENT HEALTH
- [Client A]: [status — green/yellow/red + note]
- [Client B]: [status — green/yellow/red + note]

### CALENDAR
- [Time] — [Meeting/event] with [who] — Prep: [what to prepare]

### METRICS TO WATCH
- [KPI 1]: [current value] vs [target] — [trend arrow]
- [KPI 2]: [current value] vs [target] — [trend arrow]

### YESTERDAY'S SCORECARD
- Completed: X/X priorities
- Revenue generated: $X
- Calls made: X
- Content published: X

---
*Brief generated by Daily Brief Generator*

Read the full file on GitHub · 167 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. 12d ago First seen · 167 lines · 0 tokens per session scan A 455fdd8d7b36

Subscribe to this mod's changes

daily-brief-generator is a skill published in the GitHub repository koinod/koino-skills (8 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,654 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