seameet

seameet is a skill for Claude Code from seameet-ai/seameet-mcp. It costs 61 tokens per session (1,252 once invoked), scanned A, original, MIT.

A desktop app connector for SeaMeet, a meeting recorder and note-taking tool. It can work with recordings, transcripts, screenshots, bug reports, decisions, and action items.

In plain words
What is it for?
Use it to record a microphone, screen, or meeting audio; transcribe recordings; capture reproducible bug reports; extract decisions and action items; and search past meeting transcripts and summaries.
Why use it?
It reduces the need to switch between meeting recordings and notes when turning discussions into useful information. SeaMeet must be installed and running on the computer.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the seameet plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to record a microphone, screen, or meeting audio; transcribe recordings; capture reproducible bug reports; extract decisions and action items; and search past meeting transcripts and summaries.

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

Made for: Claude Code.

Or install seameet, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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 seameet

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/seameet-ai/seameet-mcp/seameet"><img src="https://agentmods.dev/badge/skills/seameet-ai/seameet-mcp/seameet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,252 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.00061 $0.01252
Opus 5 $0.00030 $0.00626
Sonnet 5 $0.00012 $0.00250
Haiku 4.5 $0.00006 $0.00125

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

Security

Grade A, and why

seameet 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 12d 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.

claude-plugin/skills/seameet/SKILL.md · 101 lines

How it starts

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

SeaMeet workflows

SeaMeet is a desktop meeting recorder + AI note taker. This plugin's MCP server (seameet, from @seameet/mcp) exposes its tools; the SeaMeet desktop app must be installed and running on this machine (download: https://seameet.ai/download/).

0. Check app status first

If any tool returns {"success": false, "error": {"code": "app_not_running"}}, ask the user to launch the SeaMeet desktop app, then retry. When the app is closed, tools/list exposes only seameet_desktop_app_status — call it for an actionable status. app_not_ready means the app is still starting: retry in a few seconds. All tool errors are structured JSON — branch on error.code (timeout → check seameet_recording_status(), retry once; not_found → discover files with seameet_list_recordings).

1. Record and transcribe anything

  1. Pick the source (ask the user or infer):
    • microphone — voice only (dictation, voice notes)
    • screen — screen video + microphone (demos, walkthroughs)
    • both — screen + mic + system/speaker audio (meetings, webinars)
  2. Start: seameet_start_recording(source=...). If it returns needsClarification, present the choices to the user.
  3. Monitor: seameet_recording_status() for elapsed time; seameet_get_live_transcript(lastN=20) to follow along mid-recording.
  4. Stop: seameet_stop_recording() → returns the saved filePath.
  5. Retrieve artifacts (they generate shortly after stop; retry briefly): seameet_get_artifact(filePath, key="transcription") and seameet_get_artifact(filePath, key="summary").
  6. Optionally persist your own work: seameet_save_artifact(filePath, artifactKey="notes", content=..., mimeType="text/markdown", generatedBy="claude").

Notes: only audio-only recordings can be paused (seameet_pause_recording). Recordings save to seameet_get_settings().defaultSaveDirectory.

2. Capture a bug report

When the user reports a bug you cannot reproduce, capture ground truth instead of guessing from a text description:

Read the full file on GitHub · 101 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. 12d ago First seen · 101 lines · 61 tokens per session scan A 0c500a004bfd

Subscribe to this mod's changes

seameet is a skill published in the GitHub repository seameet-ai/seameet-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 61 tokens to every session and 1,252 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-31.