daily-briefing

daily-briefing is a skill for Claude Code from mondaycom/mcp. It costs 106 tokens per session (8,352 once invoked), scanned A, original, MIT.

A workflow for producing a prioritized daily briefing from monday CRM, a system for managing sales contacts, accounts, leads, and deals. The briefing can be based on pipeline activity, relationship health, follow-ups, meetings, and recent notes.

In plain words
What is it for?
Use it for morning sales briefings, open-deal reviews, contact follow-up queues, lead-status checks, and urgent CRM work.
Why use it?
It gathers scattered CRM information into one list of what needs attention today, including a standalone briefing when no CRM board is available.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the monday-crm plugin — 9 skills shipped together

Good fit Use it for morning sales briefings, open-deal reviews, contact follow-up queues, lead-status checks, and urgent CRM work.

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

Made for: Claude Code.

Or install monday-crm, the plugin that ships this one along with the rest of its 9 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-briefing

README.md
[![agentmods](https://agentmods.dev/badge/skills/mondaycom/mcp/daily-briefing.svg)](https://agentmods.dev/skills/mondaycom/mcp/daily-briefing)
Your own site
<a href="https://agentmods.dev/skills/mondaycom/mcp/daily-briefing"><img src="https://agentmods.dev/badge/skills/mondaycom/mcp/daily-briefing.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,352 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 warn 7 Sept 2026
SkillSpector: 3 findings, up to high

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 →

  • high Prompt Injection · line 34
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • high Prompt Injection · line 492
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • medium Excessive Agency · line 84
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00106 $0.08352
Opus 5 $0.00053 $0.04176
Sonnet 5 $0.00021 $0.01670
Haiku 4.5 $0.00011 $0.00835

Measured 8d ago against content hash 3fa9ef85089d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

daily-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 8d 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/monday-crm/skills/daily-briefing/SKILL.md · 666 lines

How it starts

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

Morning Briefing

Produces a daily prioritized briefing over the user's monday CRM data and publishes it as a monday artifact — so the brief lives inside monday, not just in the chat.

Works for any monday CRM setup: pipeline users get deal buckets and pipeline totals; contacts/accounts users get relationship health and follow-up queues; lead managers get inbound lead status. If the user has no monday CRM board at all, the skill runs in standalone mode — ask for context, produce a useful brief from what they tell you.

When monday CRM features are in use, the brief automatically gets richer:

monday CRM feature What it adds MCP access
Notetaker Recent meeting notes matched to open deals or contacts get_notetaker_meetings
Activity log Logged calls, emails, and meetings on deals/contacts (last 48h) get_board_activity + get_updates
Tasks / follow-ups Items with a date column = today across deals or contacts board get_board_items_page with date filter
Calendar sync (Outlook/Google) Today's CRM-linked meetings Not yet in MCP — skipped; wired when available (see workset status.md)
Email sync (Gmail/Outlook) Tracked email threads on deals/contacts Not yet in MCP — skipped; logged emails accessible today via get_updates on contacts/deals

monday CRM's calendar and email sync features exist in the product but are not fully exposed via the MCP connector yet. The skill attempts to reach them via all_monday_api raw GraphQL. If the data isn't there, it notes the gap in the brief and skips the section — it does not error out.

Flow: Connector check → Mode → Connector discovery → Board detection → Board type → Data pull → Synthesize → Publish → Share (opt-in) → Proactive (opt-in).

Input

  • Optional: board name or ID via argument.
  • Optional: mode override (Default / Silent / Proactive) via project instructions or one-shot prompt.

Output

  • α (default): A monday update on a pinned "My Morning" item OR a new doc in the user's personal workspace, titled Morning Briefing — <weekday>, <Mon DD>. Body carries the Generated by Claude footer + an HTML comment <!-- claude-skill-id: daily-briefing --> for idempotency. Markdown brief printed in chat as a mirror.
  • β (Share mode, opt-in): Notification to manager + update on team-rollup board.
  • Proactive extension (opt-in): Per-item create_update on stalled records; create_notification for commitments due today.
  • Standalone mode (no board): Brief printed in chat only — no monday artifact (nothing to publish to).

Read the full file on GitHub · 666 lines

Files

What ships with it

2 files 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. 8d ago First seen · 666 lines · 106 tokens per session scan A 3fa9ef85089d

Subscribe to this mod's changes

daily-briefing is a skill published in the GitHub repository mondaycom/mcp (422 stars, last pushed today), licensed MIT. It adds 106 tokens to every session and 8,352 once invoked, about $0.0005 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-30.