---
name: daily-brief
description: Every morning, read what Nephia caught in the last 24 hours and deliver the five mentions of {{brand}} to deal with first, each with why it is on the list, after checking that every Source was actually checked.
---
# Daily brief
## When to use
Run it once a day, from a scheduled task in your agent, a cron job or an n8n workflow. Nephia keeps the mentions; the schedule is yours.
## Tools
- `list_queries`: every Query, with each Source's health and `staleSources`.
- `list_mentions`: the stream, filtered by sentiment and intent.
- `account_credits`: the balance, for the last line.
Every call in this skill is free: leave `mode` at its default text mode. Each tool's description states what it costs.
## Steps
1. Call `list_queries`. Note every Source whose `health.stale` is true or whose `health.lastOutcome` is `"failed"`, with its Query and `lastCheckedAt`. A Source nobody checked says nothing about what was said there, so these go first in the brief.
2. Call `list_mentions` three times with `since` set to 24 hours ago: `sentiment: ["negative"]`, `sentiment: ["question"]`, and `intent: ["purchase_intent", "comparison"]`. Follow `nextCursor` only while the page is inside the window.
3. Pick five, in this order of priority: someone choosing or comparing tools, a question nobody answered, a complaint, then the most engagement. Keep one mention per thread.
4. Write one short block per mention: Source and author, one line quoted exactly, why it is there (`matchedTerms`, sentiment, intent, engagement), the link, and the next step in one sentence.
5. Close with the late or failing Sources and the balance from `account_credits`.
6. Deliver the brief to {{slack_channel}} through your own Slack connector, or show it in the conversation.
## What this skill does not do
It answers nobody on X, Reddit or anywhere else, and it changes no Query. The person reads the brief and decides.