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 agentmods add skills/landonschropp/agent-toolkit/plan-morningnpx skills add LandonSchropp/agent-toolkit --skill plan-morninggit clone --depth 1 https://github.com/LandonSchropp/agent-toolkitWrote 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/landonschropp/agent-toolkit/plan-morning)<a href="https://agentmods.dev/skills/landonschropp/agent-toolkit/plan-morning"><img src="https://agentmods.dev/badge/skills/landonschropp/agent-toolkit/plan-morning.svg" alt="Measured on agentmods" 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.00039 | $0.03163 |
| Opus 5 | $0.00019 | $0.01581 |
| Sonnet 5 | $0.00008 | $0.00633 |
| Haiku 4.5 | $0.00004 | $0.00316 |
Grade A, and why
plan-morning 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 today.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
25 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.
- references/daily-affirmation.md 1.2 KB
- scripts/apply-yesterday.rb 929 B runs code
- scripts/forward-tasks.rb 855 B runs code
- scripts/lib/daily_note.rb 7.8 KB runs code
- scripts/lib/markdown.rb 3.2 KB runs code
- scripts/lib/resolved_task_parser.rb 1.2 KB runs code
- scripts/lib/task_forwarder.rb 4.5 KB runs code
- scripts/lib/task.rb 7.1 KB runs code
- scripts/lib/unresolved_task_renderer.rb 1.9 KB runs code
- scripts/lib/vault.rb 2.1 KB runs code
- scripts/plan-morning.rb 2.3 KB runs code
- scripts/resolve-tasks.rb 478 B runs code
- scripts/spec/apply_yesterday_spec.rb 3.3 KB runs code
- scripts/spec/daily_note_spec.rb 14 KB runs code
- scripts/spec/forward_tasks_spec.rb 3.6 KB runs code
- scripts/spec/markdown_spec.rb 2.7 KB runs code
- scripts/spec/plan_morning_spec.rb 3.4 KB runs code
- scripts/spec/resolve_tasks_spec.rb 2.3 KB runs code
- scripts/spec/resolved_task_parser_spec.rb 2.2 KB runs code
- scripts/spec/sync_standup_spec.rb 2.9 KB runs code
- scripts/spec/task_forwarder_spec.rb 13 KB runs code
- scripts/spec/task_spec.rb 14 KB runs code
- scripts/spec/unresolved_task_renderer_spec.rb 4.7 KB runs code
- scripts/spec/vault_spec.rb 2.6 KB runs code
- scripts/sync-standup.rb 1.1 KB runs code
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.
- today Changed · -3 lines 1f667b2c8239
- 5d ago First seen · 272 lines · 39 tokens per session scan A 9f34b56863f4
plan-morning is a skill published in the GitHub repository LandonSchropp/agent-toolkit (2 stars, last pushed today), with no licence file. It adds 39 tokens to every session and 3,163 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
newsjack-detector
Monitor current news and reaction signals, then decide which are credible newsjacking opportunities for a client. Uses the local monitoring engine for evidence, but the skill owns PR judgment, brand safety, standing, decay, angle fit, and handoff.
crisis-holding
Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).
find-journalists
Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.
voice-extractor
Capture a user's real writing voice from 5-20 prior samples, store a local voice.yaml fingerprint, and enforce it on newsjack drafts so AI tells disappear. Measures voice with named stylometry lenses (Burrows's Delta function-word vector, MATTR lexical diversity, sentence-length burstiness, Biber Dimension-1 register…
fact-check
Extract factual claims from PR copy, verify each claim independently, attach concrete citations, and warn when certainty is low. Runs each claim through proven newsroom verification methods (lateral reading, source-tier climbing, provenance pillars, triangulation, calibrated rating) and puts the burden of proof on the…
newsjack-triage
Consolidate freshness-gated newsjack signals and route them by client standing before angle generation. Collapses any remaining same-story duplicates, decides strong/partial/none standing with a journalist-shape sanity check, and sorts each story into pitchready, bigstory (always-surfaced suggestion), or watch. Never…