bmad-install-agentvibes

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

An installer and voice system that gives BMAD agents distinct text-to-speech voices, personalities, and audio effects. BMAD is a framework for using specialized AI agents in software and product work.

In plain words
What is it for?
Use it to install voice support, configure different voices for agents, and connect spoken output to BMAD party-mode conversations.
Why use it?
It lets agents in party-mode discussions speak aloud and makes their roles easier to distinguish.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents).

Good fit Use it to install voice support, configure different voices for agents, and connect spoken output to BMAD party-mode conversations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paulpreibisch/agentvibes/bmad-install-agentvibes
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 bmad-install-agentvibes
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 bmad-install-agentvibes

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/paulpreibisch/agentvibes/bmad-install-agentvibes"><img src="https://agentmods.dev/badge/skills/paulpreibisch/agentvibes/bmad-install-agentvibes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 537 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 22
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00061 $0.00537
Opus 5 $0.00030 $0.00269
Sonnet 5 $0.00012 $0.00107
Haiku 4.5 $0.00006 $0.00054

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

Security

Grade A, and why

bmad-install-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 11d 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.

.agents/skills/bmad-install-agentvibes/SKILL.md · 66 lines

What it actually says

Install AgentVibes

AgentVibes is an open-source Text-to-Speech system that gives BMAD agents unique voices, personalities, and audio effects. Once installed, party mode agents speak aloud — each with their own voice.

What AgentVibes Provides

  • Per-agent voices — each BMAD agent gets a distinct voice via bmad-voice-map.json
  • Cross-platform — Windows (SAPI + Piper), macOS, Linux, WSL
  • Personalities & effects — reverb, background music, speed, sentiment
  • Party mode integration — agents introduce themselves and speak sequentially

Installation

Run the installer in the terminal:

npx agentvibes install

Or if you prefer a global install first:

npm install -g agentvibes
agentvibes install

The installer will:

  1. Detect your platform (Windows/Mac/Linux/WSL)
  2. Install the appropriate TTS provider (Piper recommended for best quality, SAPI as zero-dependency fallback on Windows)
  3. Configure Claude Code hooks so agents speak automatically
  4. Set up bmad-speak.sh / bmad-speak.ps1 integration for party mode

Post-Install: Configure Agent Voices

After installing, configure per-agent voices for party mode:

/agent-vibes:bmad

This opens the BMAD voice configuration where you can assign each agent a distinct voice, personality, and effects profile.

Verify Installation

agentvibes whoami

Should display the active voice and provider. If party mode is active, agents will now speak when you run /bmad-party-mode.

Troubleshooting

  • Agents still silent after install: Run agentvibes install again — it is idempotent
  • Windows users: Ensure PowerShell execution policy allows scripts: Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
  • Voice quality: Install Piper for neural TTS — agentvibes install will prompt you

More Info

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. 11d ago First seen · 66 lines · 61 tokens per session scan A cec4a699585f

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

sora-taira-testnet

Work against the SORA Taira testnet through its deployed Torii MCP endpoint for live account, asset, alias, contract, governance, Musubi package-registry, and transaction workflows. Use when Codex needs to inspect or mutate the Taira testnet, verify or add https://taira.sora.org/v1/mcp, prefer the curated iroha. tool…

hyperledger-iroha/iroha · 113 tokens

skill-vetter-runtime

Review ClawHub or local Skill packages before installation, classify risk, and return a structured security report.

uvwt/agentdock · 26 tokens

gateway

Start and manage the Kurtosis gateway for Kubernetes. The gateway forwards local ports to the Kurtosis engine and services running in a k8s cluster. Required when using Kurtosis with Kubernetes. Use when kurtosis engine status shows nothing on k8s or services aren't reachable.

kurtosis-tech/kurtosis · 57 tokens

performing-container-security-scanning-with-trivy

Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.

xalgorix/xalgorix · 48 tokens

evolve-create

Create a reusable gene from a novel fix pattern. Only invoke manually.

Prismer-AI/PrismerCloud · 18 tokens

temps-mcp-setup

Configure Temps as an MCP (Model Context Protocol) server so AI assistants can interact with a Temps instance directly -- listing/inspecting projects and deployments, and (when write mode is enabled) triggering deployments with human confirmation. Use when the user wants to: (1) Set up the Temps MCP server, (2)…

gotempsh/temps · 180 tokens