sb-meeting

sb-meeting is a skill for Claude Code, Codex from stablebaseline/mcp. It costs 126 tokens per session (1,750 once invoked), scanned A, original, MIT.

A meeting-scribe skill that sends a visible bot into a live Zoom, Google Meet, Microsoft Teams, or Webex call. It transcribes the conversation without storing a recording and updates an existing whiteboard with topics, agenda progress, decisions, and actions.

In plain words
What is it for?
Taking notes during an authorized meeting, grouping topics, tracking the agenda, and pinning decisions and action items to a whiteboard.
Why use it?
It turns a live discussion into a shared meeting map, while requiring explicit consent because participants can see the bot and recording laws vary.

Skill for Claude CodeCodex

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

Good fit Taking notes during an authorized meeting, grouping topics, tracking the agenda, and pinning decisions and action items to a whiteboard.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/stablebaseline/mcp/sb-meeting.svg)](https://agentmods.dev/skills/stablebaseline/mcp/sb-meeting)
Your own site
<a href="https://agentmods.dev/skills/stablebaseline/mcp/sb-meeting"><img src="https://agentmods.dev/badge/skills/stablebaseline/mcp/sb-meeting.svg" alt="Measured on agentmods" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,750 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.00126 $0.01750
Opus 5 $0.00063 $0.00875
Sonnet 5 $0.00025 $0.00350
Haiku 4.5 $0.00013 $0.00175

Measured 7d ago against content hash 262b97da960a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sb-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 7d 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.

microsoft/cowork-plugin/skills/sb-meeting/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stable Baseline: meeting scribe

What this skill does

Invites a bot into a live meeting. While the call runs, the bot paints an existing whiteboard with sticky notes and topic clusters, ticks off an agenda, and pins decisions and actions to rails. When the meeting ends the board holds a finished meeting map that the team keeps working in.

The bot transcribes only and stores no recording.

Never start a scribe unless the user has asked for it in this conversation, in words.

Sending a bot into someone's meeting has legal and social consequences that vary by jurisdiction and by company. It is never a reasonable inference from "I have a meeting at three" or "can you help with my standup". If the request is implicit, ask.

Before starting, tell the user in one line, plainly:

  • a visible bot will join the meeting,
  • it transcribes and stores no recording,
  • everyone in the call can see it is there.

Then let them decide. If they hesitate, do not start.

A board is required

startMeetingScribe requires documentId, the id of an existing whiteboard, and meetingUrl.

If you do not have a whiteboard id, ask the user which board to paint. Do not create one automatically.

agenda seeds the items the scribe ticks off. settings carries scribe options.

Cost and approval

It bills 2 credits per minute in 5-minute blocks while it runs. A 60-minute meeting is about 120 credits. There is a hard cap of 180 minutes. It is available on the Pro and Enterprise plans.

Call startMeetingScribe first without confirm to get the exact quote plus the workspace balance. Show both to the user. Only call again with confirm: true once they agree. Approval for one meeting is never approval for the next.

While it runs

getMeetingScribeStatus requires the sessionId returned by startMeetingScribe. Poll every 15 to 30 seconds. It reports the session state, which is one of joining, in the waiting room, live in the call, paused, ending, ended or failed, plus a live activity feed of what the scribe has painted and the board it is painting.

Read the full file on GitHub · 162 lines

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. 7d ago First seen · 162 lines · 126 tokens per session scan A 262b97da960a

Subscribe to this mod's changes

sb-meeting is a skill published in the GitHub repository stablebaseline/mcp (0 stars, last pushed yesterday), licensed MIT. It adds 126 tokens to every session and 1,750 once invoked, about $0.0006 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.