yaps

A collection of Yaps plugins for private local memory, voice dictation, audio and video transcription, meeting transcription, subtitles, and related media tasks.

In plain words
What is it for?
Use the collection to save agent memory locally, dictate text, turn recordings into text, transcribe meetings, and create subtitle files.
Why use it?
It brings several voice and media workflows into the coding-agent environment, with local Markdown memory included for persistent notes.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add richawo/yaps-codex-plugin
agentmods
npx agentmods add plugins/richawo/yaps-codex-plugin/marketplace
Clone the repo
git clone --depth 1 https://github.com/richawo/yaps-codex-plugin

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

yaps 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 2d 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/marketplace.json · 97 lines

How it starts

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

{
  "name": "yaps",
  "owner": {
    "name": "Yaps AI",
    "email": "[email protected]"
  },
  "metadata": {
    "description": "Local-first voice, transcription, media, translation, and memory tools powered by Yaps."
  },
  "plugins": [
    {
      "name": "yaps-memory",
      "source": "./plugins/yaps-memory",
      "description": "Persistent private memory for Claude, stored as local Markdown.",
      "category": "Productivity",
      "tags": ["memory", "markdown", "local-first", "notes"]
    },
    {
      "name": "yaps-dictation",
      "source": "./plugins/yaps-dictation",
      "description": "Voice-type into Claude Code and other desktop apps through Yaps.",
      "category": "Productivity",
      "tags": ["dictation", "voice", "speech-to-text", "accessibility"]
    },
    {
      "name": "yaps-transcription",
      "source": "./plugins/yaps-transcription",
      "description": "Transcribe audio and video files into clean text with Yaps.",
      "category": "Productivity",
      "tags": ["transcription", "audio", "video", "speech-to-text"]
    },
    {
      "name": "yaps-meeting-transcription",
      "source": "./plugins/yaps-meeting-transcription",
      "description": "Transcribe meetings and interviews with timed speaker labels.",
      "category": "Productivity",
      "tags": ["meetings", "transcription", "diarization", "speakers"]
    },
    {
      "name": "yaps-srt-generator",
      "source": "./plugins/yaps-srt-generator",
      "description": "Generate timestamped SRT subtitles from video or audio with Yaps.",
      "category": "Media",
      "tags": ["subtitles", "srt", "captions", "video"]
    },
    {
      "name": "yaps-auto-captions",
      "source": "./plugins/yaps-auto-captions",
      "description": "Add editable social-video captions to any video with Yaps.",
      "category": "Media",
      "tags": ["captions", "video", "shorts", "reels"]
    },
    {
      "name": "yaps-video-clipping",
      "source": "./plugins/yaps-video-clipping",
  

Read the full file on GitHub · 97 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. 2d ago First seen · 97 lines scan A cf2dcf02c530

Subscribe to this mod's changes

yaps is a plugin published in the GitHub repository richawo/yaps-codex-plugin (2 stars, last pushed 4d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.