Borrowing it
Nothing to install: this file belongs to jonathanmalkin/jules. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jonathanmalkin/jules/main/.claude/skills/good-morning/SKILL.mdgit clone --depth 1 https://github.com/jonathanmalkin/julesWrote 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/jonathanmalkin/jules/good-morning)<a href="https://agentmods.dev/skills/jonathanmalkin/jules/good-morning"><img src="https://agentmods.dev/badge/skills/jonathanmalkin/jules/good-morning/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/jonathanmalkin/jules/good-morning"><img src="https://agentmods.dev/badge/skills/jonathanmalkin/jules/good-morning.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.00095 | $0.03404 |
| Opus 5 | $0.00048 | $0.01702 |
| Sonnet 5 | $0.00019 | $0.00681 |
| Haiku 4.5 | $0.00010 | $0.00340 |
Grade B, and why
good-morning scanned grade B with 2 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 10d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
3. On Approve/Reject: search Paperclip (`curl -sf "$PAPERCLIP_API_URL/api/companies/$PAPERCLIP_COMPANY_ID/issues?q=<keyword>" -H "Authorization: Bearer $PAPERCLIP_API_KEY"`), update status via `curl -sf -X PATCH "$PAPERC Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Paperclip: `curl -sf "$PAPERCLIP_API_URL/api/companies/$PAPERCLIP_COMPANY_ID/issues?status=todo,in_progress" -H "Authorization: Bearer $PAPERCLIP_API_KEY"` for active issues How it starts
The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Good Morning Briefing
Interactive companion to the overnight batch. The briefing is pre-generated and saved to Briefing.md (root) and Documents/Field-Notes/YYYY-MM-DD-Briefing.md (archive). This skill reads, presents, and facilitates the interactive walkthrough. It never generates the briefing itself.
Decision Tree
Branch A — Briefing exists
- Read
Briefing.mdat the repo root. - If root copy is missing, try the dated archive:
Documents/Field-Notes/$(date +%Y-%m-%d)-Briefing.md. - Validate: must contain a
# Good Morningheader and be >200 characters. - Staleness check: Extract the date from the
# Good Morning — YYYY-MM-DDheader. If it doesn't match today, flag it: "Heads up — this briefing is from [date], not today. The overnight batch may not have run. Want me to pull a live summary instead?" - If valid and fresh (or user accepts stale), present per the Presenting section.
- If invalid (empty, garbled, no header), treat as missing — fall through to Branch B.
Branch B — Briefing missing or invalid
- Check git log for overnight commit:
git log --oneline -5 --grep="overnight: briefing" - If a commit exists for today's date: run
git pull origin main, then retry readingBriefing.md. If still missing after pull, fall through to fallback. - If no overnight commit found: the Cloud task didn't run. Inform [Your Name] and offer inline fallback.
Fallback (ephemeral, not saved)
Generate a lightweight briefing conversationally from live sources:
- Paperclip:
curl -sf "$PAPERCLIP_API_URL/api/companies/$PAPERCLIP_COMPANY_ID/issues?status=todo,in_progress" -H "Authorization: Bearer $PAPERCLIP_API_KEY"for active issues - Gmail:
Scripts/gmail-read.py --hours 24 - Git:
git log --oneline --since="yesterday"Note that this is ephemeral and won't persist. Recommend checking why the overnight batch didn't run.
Presenting
Structured walkthrough. Complete each step before moving to the next. Most mornings go straight through without looping — the iteration is there when needed, not forced.
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.
- 10d ago First seen · 288 lines · 95 tokens per session scan B 1df4956b8beb
good-morning is a skill published in the GitHub repository jonathanmalkin/jules (65 stars, last pushed 3mo ago), licensed MIT. It adds 95 tokens to every session and 3,404 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.