meeting

meeting is a skill for Claude Code, Codex from ozzy-labs/suasor. It costs 100 tokens per session (1,161 once invoked), scanned A, original, MIT.

A read-only meeting assistant skill that gathers calendar events, related discussions, decisions, and sources to prepare for meetings or check what happened afterward.

In plain words
What is it for?
Use it to prepare for an upcoming meeting or track which agreed actions were implemented after a past meeting.
Why use it?
It brings scattered meeting context together so you do not have to search calendars, conversations, and records separately.

Skill for Claude CodeCodex

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

Good fit Use it to prepare for an upcoming meeting or track which agreed actions were implemented after a past meeting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ozzy-labs/suasor/meeting
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 ozzy-labs/suasor --skill meeting
Clone the repo
git clone --depth 1 https://github.com/ozzy-labs/suasor

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ozzy-labs/suasor/meeting"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/meeting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,161 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.
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.00100 $0.01161
Opus 5 $0.00050 $0.00580
Sonnet 5 $0.00020 $0.00232
Haiku 4.5 $0.00010 $0.00116

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

Security

Grade A, and why

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

docs/skills/meeting/SKILL.md · 62 lines

What it actually says

meeting

会議まわりの read 系単一入口(ADR-0046)。phase で会議の前後を切り替える。read-only。pair: 会議直後の action item 抽出(write / HITL)は meeting-followup

以前は meeting-prep(前)と action-item-status(後)に分かれていた。どちらも「あの会議まわりで何がある / どうなった」であり、違いは時間の向きだけである。

いつ発火するか

言いかた phase
「来週の会議準備」「明日のミーティング前確認」「次の会議の context」「打ち合わせ前に状況教えて」 prep(既定)
「あの会議から何が実装されたか」「会議で決めた action item の進捗」「決めたことの実装状況」 status

何をするか(MCP tool flow)

すべて read tool(ADR-0004)。

phase=prep

  1. source.list で対象の calendar event を引く。startsAfter / startsBefore(イベント自身の開始時刻)で絞るobservedAfter / observedBefore更新時刻の窓なので別の問いに答えてしまう(3 か月前に予約された明日の会議が落ち、昨日タイトルを直した先月の会議が入る。ADR-0044 決定 2 / #490
    • 「次の会議」「そろそろ何かある?」のように対象を指定されていないときは demand.listsource="calendar")を使う。準備が要る予定(meeting_prep: 24 時間以内 かつ 議題 / 添付 / 自分が organizer)と直前の予定(meeting_soon: 120 分以内)だけが、開始が近い順に返る。辞退済み・任意参加・終日予定は除外済み(ADR-0044 決定 4)
  2. source.getexternalId)で event 本文・議題を取る
  3. search で過去の関連やりとりを引く
  4. graph.related で関連 decisions / sources を辿る
  5. 目的 / 過去文脈 / 関連 decisions / 参考 sources を組み立てて返す

phase=status

  1. source.liststartsAfter / startsBefore)で対象の会議 event を特定する
  2. graph.related でその会議に由来する task / decision を辿る
  3. task.liststate)で各 task の現在状態を引く
  4. **決めたことごとに「実装された / 進行中 / 手つかず」**を対応付けて返す

制約

  • read-only。persist しない(action item の登録meeting-followup、HITL)
  • calendar が未取り込みなら該当 connector の sync を案内する
  • 会議由来かどうかの判定は provenance link(graph.related)に基づく。推測で紐付けない
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 · 62 lines · 100 tokens per session scan A 17fee530174b

Subscribe to this mod's changes

meeting is a skill published in the GitHub repository ozzy-labs/suasor (0 stars, last pushed 1mo ago), licensed MIT. It adds 100 tokens to every session and 1,161 once invoked, about $0.0005 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.