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.
npx skills add paulpreibisch/AgentVibes --skill bmad-install-agentvibesgit clone --depth 1 https://github.com/paulpreibisch/AgentVibesWrote 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.
[](https://agentmods.dev/skills/paulpreibisch/agentvibes/bmad-install-agentvibes)<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.
<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>- NVIDIA SkillSpector warn
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]
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.
| Model | Per session | Once 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 |
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.
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:
- Detect your platform (Windows/Mac/Linux/WSL)
- Install the appropriate TTS provider (Piper recommended for best quality, SAPI as zero-dependency fallback on Windows)
- Configure Claude Code hooks so agents speak automatically
- Set up
bmad-speak.sh/bmad-speak.ps1integration 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 installagain — it is idempotent - Windows users: Ensure PowerShell execution policy allows scripts:
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned - Voice quality: Install Piper for neural TTS —
agentvibes installwill prompt you
More Info
- GitHub: https://github.com/paulpreibisch/AgentVibes
- Docs:
agentvibes --help
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.
- 11d ago First seen · 66 lines · 61 tokens per session scan A cec4a699585f
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.
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…
skill-vetter-runtime
Review ClawHub or local Skill packages before installation, classify risk, and return a structured security report.
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.
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.
evolve-create
Create a reusable gene from a novel fix pattern. Only invoke manually.
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)…