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 agentmods add commands/paulpreibisch/agentvibes/effectsgit clone --depth 1 https://github.com/paulpreibisch/AgentVibesWhat 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 | $0.00017 | $0.00635 |
| Opus 5 | $0.00009 | $0.00318 |
| Sonnet 5 | $0.00003 | $0.00127 |
| Haiku 4.5 | $0.00002 | $0.00064 |
Grade A, and why
effects 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Configure voice effects for TTS output. Effects can be applied globally, to specific agents, or to the default voice.
Usage
/agent-vibes:effects <effect> <level> [--agent <name>] [--all]
/agent-vibes:effects list
/agent-vibes:effects demo <effect>
Available Effects
Reverb
Adds room/space ambiance to the voice.
/agent-vibes:effects reverb off # No reverb
/agent-vibes:effects reverb light # Small room
/agent-vibes:effects reverb medium # Conference room
/agent-vibes:effects reverb heavy # Large hall
/agent-vibes:effects reverb cathedral # Massive space
Echo (coming soon)
/agent-vibes:effects echo off|light|medium|heavy
Pitch (coming soon)
/agent-vibes:effects pitch normal|low|high|deep|chipmunk
EQ (coming soon)
/agent-vibes:effects eq flat|warm|bright|radio|telephone
Targeting
By default, effects apply to the default config (used when no agent specified).
# Apply to default
/agent-vibes:effects reverb medium
# Apply to specific agent
/agent-vibes:effects reverb heavy --agent Winston
# Apply to all agents
/agent-vibes:effects reverb medium --all
Examples
# Give Winston a cathedral reverb
/agent-vibes:effects reverb cathedral --agent Winston
# Set medium reverb for everyone
/agent-vibes:effects reverb medium --all
# Turn off reverb for John
/agent-vibes:effects reverb off --agent John
# List current effects for all agents
/agent-vibes:effects list
# Demo reverb levels
/agent-vibes:effects demo reverb
Effect Levels Reference
| Effect | Level | Sox Command | Description |
|---|---|---|---|
| reverb | off | (none) | Dry voice |
| reverb | light | reverb 20 50 50 | Small room |
| reverb | medium | reverb 40 50 70 | Conference room |
| reverb | heavy | reverb 70 50 100 | Large hall |
| reverb | cathedral | reverb 90 30 100 | Epic space |
Requirements
soxmust be installed for effects to work- Install on macOS:
brew install sox - Install on Linux/WSL:
apt install sox
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.
- 2d ago First seen · 98 lines · 17 tokens per session scan A c7df70141bee
effects is a command published in the GitHub repository paulpreibisch/AgentVibes (153 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 17 tokens to every session and 635 once invoked, about $0.0001 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 commands, from other repositories
audition-voices
Generate voice audition samples for a character using Venice TTS.
review-video
Make a " Reviews" video — a fast, faceless VO montage of REAL, verified competitor reviews that names the recurring complaints and positions YOUR business as the alternative, then hands off to your own customer testimonials.
infinite
INFINITE AGENTIC LOOP COMMAND.
feature-video
Record a video walkthrough of a feature and add it to the PR description.
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.