Agent skill · mvanhorn
pp-fish-audio
Fish Audio text-to-speech, voice cloning, and transcription from the terminal, with a local render log that tracks every byte and dollar the API never records. Trigger phrases: `render this text to speech with fish audio`, `clone a voice from this clip`, `transcribe this audio with fish audio`, `how much have we spent on fish audio`, `verify this cloned voice`, `use fish-audio`, `run fish-audio`.
What it needs
About 11k tokens when loaded.
What this skill does
Fish Audio — Printing Press CLI Prerequisites: Install the CLI This skill drives the fish-audio-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: fish-audio-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Render text to audio files, clone a voice from a sample, design a voice from a prompt, and transcribe audio, all with agent-friendly JSON output. Every render lands in a local SQLite log so you can skip duplicate renders, report spend by voice or model, and verify a clone's fidelity before it goes live. When to Use This CLI Use this CLI when an agent needs to turn text into audio files, clone or design a voice, transcribe audio, or account for Fish Audio spend. It is the right tool for scripted, repeatable rendering with cost tracking and for verifying a cloned voice before production use. Anti-triggers Do not use this CLI for: Do not use it for live conversational voice agents or phone calls; that is Fish Audio's Agents product, out of scope here. Do not use it for dubbing, music, or sound-effect generation; Fish Audio has no such endpoints. Do not use it for real-time WebSocket streaming playback; use the official SDK. Unique Capabilities These capabilities aren't available in any other tool for this API. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/fish-audio