meeting-prep

meeting-prep is a skill for Claude Code, Codex from ShenSeanChen/waku-agent. It costs 55 tokens per session (458 once invoked), scanned A, original, MIT.

A meeting briefing tool that finds an event, reviews known details about the attendees, and prepares a short prep card.

In plain words
What is it for?
Use it to review the meeting time, attendees, agenda, open threads, and three concrete talking points. It can also look up recent public news when background information is missing.
Why use it?
It reduces the time spent gathering context before a call and helps you remember previous conversations and unfinished items.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review the meeting time, attendees, agenda, open threads, and three concrete talking points. It can also look up recent public news when background information is missing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shenseanchen/waku-agent/meeting-prep
About the project

Waku Agent is a local-first personal AI assistant whose readable code implements the agent loop, memory, and evaluation system. It is for people who want an assistant they can run and understand on their own laptop, with memory stored in SQLite and built-in testing. The catalogue add-ons support its agent workflow.

ShenSeanChen/waku-agent · 1,720 stars · on GitHub

Install

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.

Any agent
npx skills add ShenSeanChen/waku-agent --skill meeting-prep
Clone the repo
git clone --depth 1 https://github.com/ShenSeanChen/waku-agent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for meeting-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/shenseanchen/waku-agent/meeting-prep/github.svg)](https://agentmods.dev/skills/shenseanchen/waku-agent/meeting-prep)
Your own site
<a href="https://agentmods.dev/skills/shenseanchen/waku-agent/meeting-prep"><img src="https://agentmods.dev/badge/skills/shenseanchen/waku-agent/meeting-prep/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.

agentmods 80×15 button for meeting-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/shenseanchen/waku-agent/meeting-prep"><img src="https://agentmods.dev/badge/skills/shenseanchen/waku-agent/meeting-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00458
Opus 5 $0.00028 $0.00229
Sonnet 5 $0.00011 $0.00092
Haiku 4.5 $0.00006 $0.00046

Measured 11d ago against content hash 2020402c2926, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meeting-prep 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.

skills/community/meeting-prep/SKILL.md · 40 lines

What it actually says

How to prep

  1. Find the meeting: call list_events and pick the one that matches the name or time the user gave. Note the title, time, attendees, and notes.
  2. Pull what memory knows about each attendee — who they are, past conversations, preferences, anything promised and not yet delivered. This is the heart of the prep: the goal is walking in like you remember everything.
  3. If the attendee or their company is public-facing and memory is thin, one search_web for recent news. Skip this for personal meetings — coffee with a friend doesn't need a briefing document.
  4. Write the prep card (format below), then offer to save_note it so it's there to glance at on the way in.

The prep card

  • When — one line: time, duration, where/how.
  • Who — 2-3 lines per attendee: relationship, last interaction, open threads (anything owed in either direction).
  • Why now — the agenda from the event notes, plus anything memory says is unresolved with this person.
  • Three talking points — concrete, memory first, web second. "Ask how the Berlin launch went" beats "discuss recent developments".

Keep it skimmable — it gets read in the elevator, not at a desk.

Edge cases

Situation Do
No matching event on the calendar Say so, then prep from the name alone using memory and web
Several events match Prep the next upcoming one; list the others in one line
Memory knows nothing about the attendee Say that plainly, lead with web results, and offer to save_note who they are after the meeting
"Prep my day" One compact card per meeting, ordered by time, sharpest points only
Changes

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.

  1. 11d ago First seen · 40 lines · 55 tokens per session scan A 2020402c2926

Subscribe to this mod's changes

meeting-prep is a skill published in the GitHub repository ShenSeanChen/waku-agent (1,720 stars, last pushed 13d ago), licensed MIT. It adds 55 tokens to every session and 458 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.