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/nicknisi/sessions/standupnpx skills add nicknisi/sessions --skill standupgit clone --depth 1 https://github.com/nicknisi/sessionsWrote 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/nicknisi/sessions/standup)<a href="https://agentmods.dev/skills/nicknisi/sessions/standup"><img src="https://agentmods.dev/badge/skills/nicknisi/sessions/standup.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.00056 | $0.00271 |
| Opus 5 | $0.00028 | $0.00135 |
| Sonnet 5 | $0.00011 | $0.00054 |
| Haiku 4.5 | $0.00006 | $0.00027 |
Grade A, and why
standup 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 6d 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.
What it actually says
Generate a brief standup-style summary.
Steps
-
Calculate dates. Yesterday and today in YYYY-MM-DD format.
-
Fetch the digest. Call
get_activity_digestwith:startDate: yesterdayendDate: todaydetail:"compact"
-
Format as a standup. Write three sections, each 2-4 bullets max:
Yesterday:
- What was accomplished (project: brief description)
Today (so far):
- What's been started or is in progress
Carrying forward:
- Anything that spans both days or is unfinished
Guidelines
- Keep it terse. Each bullet should be one line.
- Group by project if multiple sessions touched the same project.
- Skip noise — only mention substantive sessions.
- If yesterday had no sessions, say so and focus on today.
- Format for pasting into Slack or a standup thread.
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.
- 6d ago First seen · 38 lines · 56 tokens per session scan A 50d32df4684b
standup is a skill published in the GitHub repository nicknisi/sessions (30 stars, last pushed 4d ago), licensed MIT. It adds 56 tokens to every session and 271 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-30.
Other skills, from other repositories
sw-handoff
Write a portable, secret-scrubbed handoff doc plus a diff of your uncommitted edits so another tool or machine resumes where you stopped. Use for "handoff", "out of tokens", "switch to Codex".
tokf-discover
Find missed token savings by scanning AI coding session files for commands that ran without tokf filtering.
handoff
Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".
amq-spec
Parallel-research-then-converge design workflow between two agents. Use this skill when the user wants two agents to independently think through a design problem before aligning on a solution — "spec X with codex", "design X together", "both agents think through X", "brainstorm architecture together", "parallel…
notion-cli
Work with Notion from the terminal using the notion CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 50+ commands. Triggers: Notion workspace automation, database queries, page creation…
feishu-openapi-skill
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.