agentvibes

agentvibes is a skill for Claude Code, Codex from paulpreibisch/AgentVibes. It costs 53 tokens per session (1,638 once invoked), scanned A, original, Apache-2.0.

A voice-management skill for AgentVibes, a text-to-speech system that reads coding-agent messages aloud.

In plain words
What is it for?
Use it to list available voices, preview samples, switch the default voice, or turn speech on and off.
Why use it?
It makes it easier to choose, preview, mute, and change the voice used for spoken output.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list available voices, preview samples, switch the default voice, or turn speech on and off.

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

Made for: Claude Code, Codex.

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 agentvibes

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/paulpreibisch/agentvibes/skill"><img src="https://agentmods.dev/badge/skills/paulpreibisch/agentvibes/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,638 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00053 $0.01638
Opus 5 $0.00026 $0.00819
Sonnet 5 $0.00011 $0.00328
Haiku 4.5 $0.00005 $0.00164

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

Security

Grade A, and why

agentvibes 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 7d 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.

.clawdbot/skill/SKILL.md · 242 lines

How it starts

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

🎤 AgentVibes Voice Management

Manage your text-to-speech voices across multiple providers (Piper TTS, Piper, macOS Say).


Available Commands

Voice Control

/agent-vibes:mute

Mute all TTS output (persists across sessions)

  • Creates a mute flag that silences all voice output
  • Shows 🔇 indicator when TTS would have played
/agent-vibes:mute
/agent-vibes:unmute

Unmute TTS output

  • Removes mute flag and restores voice output
/agent-vibes:unmute
/agent-vibes:list [first|last] [N]

List all available voices, with optional filtering

/agent-vibes:list                    # Show all voices
/agent-vibes:list first 5            # Show first 5 voices
/agent-vibes:list last 3             # Show last 3 voices
/agent-vibes:preview [first|last] [N]

Preview voices by playing audio samples

/agent-vibes:preview                 # Preview first 3 voices
/agent-vibes:preview 5               # Preview first 5 voices
/agent-vibes:preview last 5          # Preview last 5 voices
/agent-vibes:switch <voice_name>

Switch to a different default voice

/agent-vibes:switch en_US-amy-medium
/agent-vibes:switch en_GB-alan-medium
/agent-vibes:switch fr_FR-siwis-medium
/agent-vibes:get

Display the currently selected voice

/agent-vibes:get
/agent-vibes:add <voice_id>

Add a new custom voice from your Piper TTS account

/agent-vibes:add "My Voice" abc123xyz456

See Getting Voice IDs section below.

/agent-vibes:replay [N]

Replay recently played TTS audio

/agent-vibes:replay                  # Replay last audio
/agent-vibes:replay 1                # Replay most recent
/agent-vibes:replay 2                # Replay second-to-last
/agent-vibes:replay 3                # Replay third-to-last

Keeps last 10 audio files in history.

/agent-vibes:set-pretext

Set a prefix word/phrase for all TTS messages

Read the full file on GitHub · 242 lines

Files

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.

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. 7d ago First seen · 242 lines · 53 tokens per session scan A abc5de00ba12

Subscribe to this mod's changes

agentvibes is a skill published in the GitHub repository paulpreibisch/AgentVibes (153 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 1,638 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-09-03.

Related

Other skills, from other repositories

image-generate

Generate an image from a text prompt via the cloud LLM image proxy, persist it as a content-addressed workspace asset, and return a ContentBlock that downstream renderers can attach. Use whenever the user asks "draw / generate / make an image of …", an agent needs a diagram / illustration as a follow-up artifact, or a…

Prismer-AI/PrismerCloud · 103 tokens

video-timeline

Turn a final TTS audio track (with its timed transcript) into an editable story timeline (xlsx) for a human to fill with images, slides, and video clips. Audits the audio against timing best practices first, then maps each finding to a visual offset, and QA-scores the timeline objectively. Use when a finished…

Elumenotion/GuideAnts · 81 tokens

session-ingestion-scripting

Turn a recorded browser-session capture (screen + mic archive) into a context report, a timed transcript of the narration, and a TTS-ready script of the story the user told. Use when the user records a session and wants narration/script work for a video built from it.

Elumenotion/GuideAnts · 62 tokens

audiocpp-asr-extended

Transcription beyond the GuideAnts wrapper contract: transcribe workspace files by path (no upload, no 50 MB gateway cap), pass language hints, and sideload other qwen3-family ASR snapshots from Hugging Face through the wrapper. Use when a transcription needs a language hint, the file is large, or the user wants to…

Elumenotion/GuideAnts · 88 tokens

audiocpp-deferred-tts

Run TTS model families audio.cpp supports but GuideAnts does not ship — Qwen3 CustomVoice builtin speakers, VibeVoice multi-speaker dialogue, MioTTS, VoxCPM2, PocketTTS, Vevo2 voice conversion — by downloading the model and spawning a private audiocppserver in the sandbox. Use when the user names one of these models…

Elumenotion/GuideAnts · 98 tokens

audiocpp-diarize

Speaker diarization: figure out who spoke when in a recording and produce a speaker-labeled transcript, by spawning a private audio.cpp engine with the sortformer diarization model and labeling each turn with the local ASR engine. Use when the user asks to diarize a meeting or call recording, separate or identify…

Elumenotion/GuideAnts · 81 tokens