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 ndunl075/alfred-pennyworth --skill morning-briefgit clone --depth 1 https://github.com/ndunl075/alfred-pennyworthWrote 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/ndunl075/alfred-pennyworth/morning-brief)<a href="https://agentmods.dev/skills/ndunl075/alfred-pennyworth/morning-brief"><img src="https://agentmods.dev/badge/skills/ndunl075/alfred-pennyworth/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/ndunl075/alfred-pennyworth/morning-brief"><img src="https://agentmods.dev/badge/skills/ndunl075/alfred-pennyworth/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.00033 | $0.00651 |
| Opus 5 | $0.00016 | $0.00326 |
| Sonnet 5 | $0.00007 | $0.00130 |
| Haiku 4.5 | $0.00003 | $0.00065 |
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 11d 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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Morning brief
Overview
Alfred Core already does all the gathering, ranking, and formatting for the morning brief deterministically, with zero model involvement -- overdue items, items due today, upcoming items, calendar conflicts, and GitHub notifications are bucketed and sorted before you ever see them. Your only job here is to fetch that brief and, optionally, make it sound like a person wrote it -- never to re-derive or re-rank anything yourself.
When to use
- The user asks for their brief, agenda, or "what's on today."
- A scheduled/cron trigger asks for the daily brief to be delivered unprompted.
Steps
- Call the
brief_getMCP tool (optionally withnowas an ISO-8601 override, for a brief as of a specific time). This returns the complete, already-ranked, already-formatted plain-text brief -- including a freshness line and any late-delivery disclosure. - If the brief is empty or trivially short (nothing due, nothing overdue), say so plainly rather than padding the response.
- Optionally, rewrite the brief's tone to be short and warm -- but under
the same hard constraint
BriefingService.write_brief()uses internally for Alfred Core's own optional LLM pass: preserve every fact, date, and link exactly as given. Do not add or invent anything not present in the brief. If you're not confident you can do this without altering a fact, deliver the deterministic text from step 1 verbatim instead -- that's always a safe, correct answer. - Deliver the result in the current conversation.
Common pitfalls
- Re-sorting, re-grouping, or "improving" the ranking
brief_getalready did -- Alfred Core owns due-date logic and calendar-conflict detection; duplicating it here risks disagreeing with the one system of record. - Dropping the freshness line or a late-delivery disclosure when rewriting for tone -- both are load-bearing information, not boilerplate to trim.
- Calling
agenda_getinstead when a specificnowoverride is needed --agenda_gettakes no time argument; usebrief_getwhenever the moment matters.
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.
- 11d ago First seen · 65 lines · 33 tokens per session scan A d54669b5010e
morning-brief is a skill published in the GitHub repository ndunl075/alfred-pennyworth (0 stars, last pushed 23d ago), licensed Apache-2.0. It adds 33 tokens to every session and 651 once invoked, about $0.0002 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
cron-scheduler
A scheduling guide for creating and managing tasks that run at exact repeating times, such as every day, week, or hour.
daily-manager
A daily planning and coordination guide for organising tasks, priorities, progress reviews, and work that spans several specialist add-ons.
feishu
A guide for operating Feishu, a workplace collaboration platform used for messages, documents, tasks, calendars, and groups.
file-organizer
A file-management guide for sorting, renaming, archiving, finding duplicates, and analysing disk usage.
doc-processor
A document-processing guide for creating and converting Word files, spreadsheets, presentations, Markdown, HTML, and PDFs, including extracting PDF text.
code-assistant
A Chinese-language workflow for using Claude Code, Codex, or Gemini as background coding agents for complex development tasks. It covers orchestration, monitoring, isolation, review, and recovery.