Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add richawo/yaps-codex-plugin/plugin install yaps-meeting-transcriptionWrote 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/richawo/yaps-codex-plugin/yaps-meeting-transcription)<a href="https://agentmods.dev/skills/richawo/yaps-codex-plugin/yaps-meeting-transcription"><img src="https://agentmods.dev/badge/skills/richawo/yaps-codex-plugin/yaps-meeting-transcription/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.
<a href="https://agentmods.dev/skills/richawo/yaps-codex-plugin/yaps-meeting-transcription"><img src="https://agentmods.dev/badge/skills/richawo/yaps-codex-plugin/yaps-meeting-transcription.svg" alt="Reviewed on agentmods" width="80" 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.00114 | $0.03446 |
| Opus 5 | $0.00057 | $0.01723 |
| Sonnet 5 | $0.00023 | $0.00689 |
| Haiku 4.5 | $0.00011 | $0.00345 |
Grade A, and why
yaps-meeting-transcription 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.
How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Yaps Meeting Transcription
Create an editable, speaker-labelled Yaps meeting project from one recording. Keep the project in Yaps so the user can review it visually in the Meeting tab and continue correcting it from the AI client.
Runtime compatibility
Do not try to guess the host or its locality from a user-agent, product name,
or another host signal (for example ChatGPT web versus ChatGPT desktop). Test
the capability this workflow actually needs: before account, model, dependency,
or input-file checks, resolve the local Yaps CLI through the plugin runner. The
runner validates it with a bounded, read-only status command. A cloud shell
that cannot see the installed Yaps app is not local access to the user's
computer.
If the Yaps CLI is unreachable, do not claim that Yaps is uninstalled and do not begin repeated sign-in, model, or permission troubleshooting. Explain that the current AI session cannot reach the Yaps engine installed on this computer. Direct the user to a local-capable session on the computer where Yaps is installed: in Claude, that is Claude Code or the Claude desktop app; from ChatGPT web or a cloud session, download or open ChatGPT desktop and retry in a local-capable Work or Codex session. They can also access this feature directly in the Yaps application. If they are already in a local-capable desktop session, offer Download or update Yaps, ask them to open it, and retry. Stop until local reachability is restored; only then follow the account and CLI readiness steps below.
Private operational diagnostics
Run every local Yaps CLI command and every bundled workflow script through the
plugin's scripts/yaps-plugin-runner.mjs. The runner resolves the installed
Yaps CLI when the command begins with yaps, preserves the command's normal
output and exit status, and leaves a small local diagnostic breadcrumb for the
Yaps desktop app:
node <plugin-root>/scripts/yaps-plugin-runner.mjs --action auth.status --stage authentication -- yaps auth status --pretty
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 271 lines · 114 tokens per session scan A c1ac7c45f0ae
yaps-meeting-transcription is a skill published in the GitHub repository richawo/yaps-codex-plugin (2 stars, last pushed 3d ago), licensed MIT. It adds 114 tokens to every session and 3,446 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.
Other skills, from other repositories
vault
Search, read, write, and manage files in the Kept conversation vault. Use when the user asks about past conversations, wants to save notes, needs to find specific content, or wants to organize their vault.
mnemazina
An agent workflow that turns files and links placed in a Desktop inbox into checked, categorized notes for Obsidian, a note-taking application. It also updates section contents, a master index, and an action-oriented summary.
local-doc-ops
Use when extracting, inspecting, splitting, or converting local PDFs, documents, and image-based files before they enter a knowledge pipeline.
note-taker
Capture decisions and facts as durable notes; use when the user makes a decision worth remembering.
clinical-case-report
Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…
notes
Skill "notes" from Pinvou/pinvou-agent, covering ima notes, operations, write rules, examples and response handling.