daily-brief

daily-brief is a skill for Claude Code from Aicoo-Team/AICOO-Skills. It costs 100 tokens per session (923 once invoked), scanned A, original, MIT.

A daily-briefing skill that uses information from Aicoo to summarize recent status, tasks, calendar events, notes, and emails needing attention. It can also produce suggested strategies and an Eisenhower matrix, which sorts work by urgency and importance.

In plain words
What is it for?
Use it to create morning or executive briefs, identify top priorities, suggest operating strategies, and organize tasks by urgency and importance.
Why use it?
It gathers scattered updates into one short overview, so you can see what changed and what deserves attention without reviewing each source separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; built for openclaw.

Part of the Aicoo Agent Skills plugin — 21 skills shipped together

Good fit Use it to create morning or executive briefs, identify top priorities, suggest operating strategies, and organize tasks by urgency and importance.

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

Made for: Claude Code.

Or install Aicoo Agent Skills, the plugin that ships this one along with the rest of its 21 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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aicoo-team/aicoo-skills/daily-brief/github.svg)](https://agentmods.dev/skills/aicoo-team/aicoo-skills/daily-brief)
Your own site
<a href="https://agentmods.dev/skills/aicoo-team/aicoo-skills/daily-brief"><img src="https://agentmods.dev/badge/skills/aicoo-team/aicoo-skills/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/aicoo-team/aicoo-skills/daily-brief"><img src="https://agentmods.dev/badge/skills/aicoo-team/aicoo-skills/daily-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 26
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 44
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 59
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00100 $0.00923
Opus 5 $0.00050 $0.00462
Sonnet 5 $0.00020 $0.00185
Haiku 4.5 $0.00010 $0.00092

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

Security

Grade A, and why

daily-brief scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST "https://www.aicoo.io/api/v1/briefing" \
skills/daily-brief/SKILL.md · 119 lines

How it starts

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

Daily Brief

Generate an executive daily brief from Aicoo context, then derive top strategies and a matrix view.

Prerequisites

  • AICOO_API_KEY must be set
  • Base URL: https://www.aicoo.io/api/v1

Endpoints

  • POST /api/v1/briefing
  • POST /api/v1/briefing/strategies
  • POST /api/v1/briefing/matrix
  • GET /api/v1/briefings

Core Workflow

Step 1: Generate briefing

curl -s -X POST "https://www.aicoo.io/api/v1/briefing" \
  -H "Authorization: Bearer $AICOO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"timeDuration":"last 24 hours"}' | jq .

This returns:

  • statusQuoSummary
  • todoSummary
  • calendarSummary
  • notesSummary
  • emailAttentionSummary
  • suggestions[]

Step 2: Get top 3 COO strategies

curl -s -X POST "https://www.aicoo.io/api/v1/briefing/strategies" \
  -H "Authorization: Bearer $AICOO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "statusQuoSummary":"...",
    "todoSummary":"...",
    "calendarSummary":"...",
    "notesSummary":"...",
    "emailAttentionSummary":"..."
  }' | jq .

Step 3: Build Eisenhower matrix

curl -s -X POST "https://www.aicoo.io/api/v1/briefing/matrix" \
  -H "Authorization: Bearer $AICOO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "statusQuoSummary":"...",
    "todoSummary":"...",
    "calendarSummary":"...",
    "notesSummary":"...",
    "emailAttentionSummary":"..."
  }' | jq .

Step 4: Retrieve history

curl -s "https://www.aicoo.io/api/v1/briefings?limit=10" \
  -H "Authorization: Bearer $AICOO_API_KEY" | jq .

Claude Code Automation

Use /loop or /routine directly.

/loop example

/loop 24h generate my daily brief from /v1/briefing, then generate /v1/briefing/strategies and /v1/briefing/matrix. Return a concise executive summary with top 3 actions.

/routine example

/routine daily-brief every weekday at 08:30: run /v1/briefing + /v1/briefing/strategies + /v1/briefing/matrix and post concise output.

Read the full file on GitHub · 119 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 · 119 lines · 100 tokens per session scan A 7bb30ef98e30

Subscribe to this mod's changes

daily-brief is a skill published in the GitHub repository Aicoo-Team/AICOO-Skills (35 stars, last pushed 1mo ago), licensed MIT. It adds 100 tokens to every session and 923 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

morning

Use when performing daily status check-ins, PR reviews, and morning workflow routines.

imMamdouhaboammar/get-fable · 18 tokens

b00t-maintenance

Access the b00t maintenance loop — check status, view cake token balance, confirm exercise reminders, and inspect the research queue. The 👍🏻/👎🏻 vote tokens feed the probabilistic cake lottery resolved at pre-commit review.

elasticdotventures/_b00t_ · 55 tokens

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

pipeline-conductor

Use when a pipeline conductor session is being seeded, or when inspecting/debugging one. Operating procedure for the kirocrew-pipeline-conductor agent - run one issue/PR pipeline on one repository as a supervised fleet. Auto-pick items, preflight every candidate to one deterministic claim verdict, stand up one worker…

kirodotdev/KiroCrew · 142 tokens

babysit

Use when the user says "babysit", "monitor", "keep checking", "keep an eye on", "loop on this PR", "let me know when", or wants polling that outlives a wait+poll window. Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop…

kirodotdev/KiroCrew · 137 tokens

computer-use

Read and drive native desktop applications through the accessibility layer — list on-screen apps, snapshot one window as a numbered element tree, then click / type / set a value / scroll / drag / run a named action, by element index or by screen coordinates. Use for work in a desktop app rather than a web page. Full…

kirodotdev/KiroCrew · 105 tokens