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.
npx skills add TheCraigHewitt/cowork-starter-pack --skill morning-briefgit clone --depth 1 https://github.com/TheCraigHewitt/cowork-starter-packWrote 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.
[](https://agentmods.dev/skills/thecraighewitt/cowork-starter-pack/morning-brief)<a href="https://agentmods.dev/skills/thecraighewitt/cowork-starter-pack/morning-brief"><img src="https://agentmods.dev/badge/skills/thecraighewitt/cowork-starter-pack/morning-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.
<a href="https://agentmods.dev/skills/thecraighewitt/cowork-starter-pack/morning-brief"><img src="https://agentmods.dev/badge/skills/thecraighewitt/cowork-starter-pack/morning-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.01143 |
| Opus 5 | $0.00034 | $0.00571 |
| Sonnet 5 | $0.00014 | $0.00229 |
| Haiku 4.5 | $0.00007 | $0.00114 |
Grade A, and why
morning-brief 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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Morning Brief
Turn calendar + inbox + messaging chaos into one readable page the user can scan while drinking coffee.
Before starting
Read these in order. Skip any that don't exist.
context/about-me.md— who the user iscontext/preferences.md— how they want reports formattedcontext/voice.md— only if the brief includes any drafted messages
If none of those exist, tell the user this skill works better with context files set up, and offer to help create them. Then proceed with sensible defaults.
What to produce
A single markdown file, saved to /output/morning-brief-{YYYY-MM-DD}.md, with four sections:
- Today at a glance — the day's calendar, one line per event. Highlight the first event and any back-to-backs.
- Inbox that matters — emails received since the last brief (or the last 18 hours if no prior brief exists) that meet at least one of: (a) from a named priority contact, (b) explicit question directed at the user, (c) deadline in the next 48 hours, (d) reply from an active thread the user started. Summarize each in one line. Skip everything else.
- Messages worth seeing — same filter applied to Slack, Teams, or whichever messaging connector is wired up. Only DMs and @mentions, never channel noise.
- Top three priorities — your best read of what the user should focus on today, based on the calendar, the inbox, and anything flagged in prior briefs. One line each, with a one-line "why."
What not to do
- Do not include every email. If the list is longer than 8 items, you've set the bar too low — raise it.
- Do not draft replies. This is a brief, not an action.
- Do not include marketing emails, newsletters, automated notifications, or CC-ed threads where the user isn't the primary recipient.
- Do not speculate on priorities without evidence. If you can't justify a priority from the data, leave it out.
Inputs (usually connectors)
- Google Calendar or equivalent (required)
- Gmail or equivalent (required)
- Slack / Teams / other messaging (optional but valuable)
- Prior morning briefs in
/output/(optional — use to track continuity)
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.
- 12d ago First seen · 87 lines · 69 tokens per session scan A c144469d33f3
morning-brief is a skill published in the GitHub repository TheCraigHewitt/cowork-starter-pack (5 stars, last pushed 4mo ago), licensed MIT. It adds 69 tokens to every session and 1,143 once invoked, about $0.0003 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.
Other skills, from other repositories
give-me-tips
Explains any senpi tip in depth, including Tip: lines in the TUI. Use when the user asks about a tip, what a tipped feature does, or which tips they can see.
suede-onboarding
Suede-affiliated onboarding and activation strategy for first-run sequencing, empty states, setup checklists, activation milestones, time to value, and retention-linked measurement. Use when users sign up but fail to reach first value or the product needs a new first-session flow. NOT FOR: registration optimization…
google-apps-script
Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…
google-chat-messages
Send Google Chat messages via incoming webhooks — text, rich cards (cardsV2), threaded replies. TypeScript types, card builder utility, widget reference inline. Use whenever the user wants to post to Google Chat from a script, build a chatbot reply, send a notification card, build a Google Chat webhook integration, or…
parcel-tracking
Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for all major Australian couriers including AusPost, StarTrack, Aramex, CouriersPlease, Sendle, Toll, Team Global Express, DHL, FedEx, TNT, Hunter Express, Border…
skill-composer-studio
CHAIN multiple existing skills into custom multi-step workflows. Programmable skill combinations with automatic handoffs. Create composite skills from building blocks with conditional logic.