# Yaps Audio Cleaner

> Remove noise, hiss, and static from an existing speech recording with Yaps Audio Cleaner. Use for voice, podcast, and interview cleanup. Do not use for separating music stems or changing spoken words.

- Skill: `richawo/yaps-audio-cleaner-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add richawo/yaps-audio-cleaner-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/richawo/yaps-audio-cleaner-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: richawo (https://skillmd.com/u/richawo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/richawo/yaps-audio-cleaner-2

---


# Yaps Audio Cleaner

Use the existing Yaps MCP tools. Do not invent CLI commands or upload audio to a hosted cleaner.

Use `audio_clean` with the exact local `audio_path` and a separate `.wav` output. Default to `quality: recommended`; choose `quick` for speed or `maximum` only when the user values extra processing over latency. Maximum can take longer than the recording itself. Keep `overwrite` false unless the user explicitly approves replacing that exact output.

Return the cleaned file. Describe it as noise reduction, not guaranteed recovery of inaudible speech. Preserve the source and do not trim or rewrite the spoken content.

## Reachability

Call `yaps_status` when a tool reports a problem. If it returns `local_yaps_unreachable`, `cli_missing`, or equivalent, the current session cannot see the Yaps engine. Do not claim Yaps is uninstalled. Offer [Download Yaps](https://yaps.ai/download), ask the user to open Yaps, and retry from a local session on the same computer. Only use `yaps_enable_feature` to install a model after the user requests it.

## Standalone plugin scope

This plugin supplies only the Yaps Audio Cleaner workflow. Other Yaps skills mentioned above are separate plugins. Use another workflow only if its tools are actually installed; otherwise explain which plugin is needed. Do not invent missing tool calls.

Check `yaps_status` for feature and model readiness when setup is missing. If a required model is absent, explain the download and ask once unless the user already authorized that installation. Use `yaps_enable_feature` with an allowed feature and appropriate engine, check readiness again, then resume the original task. Reuse existing models; do not delete or reinstall working models.

