pi-wc3-sounds
Warcraft III voice lines for pi agent events. Orc Peon for Claude, Human Peasant for Codex.
Package details
Install pi-wc3-sounds from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-wc3-sounds- Package
pi-wc3-sounds- Version
1.0.0- Published
- Feb 11, 2026
- Downloads
- 18/mo ยท 4/wk
- Author
- h4nky
- License
- MIT
- Types
- extension
- Size
- 2.1 MB
- Dependencies
- 0 dependencies ยท 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
WC3 Sounds โ Pi Extension
Warcraft III voice lines for pi lifecycle events.
Sounds sourced from peon-ping by @tonyyont.
Install
pi install https://github.com/h4nky/pi-wc3-sounds
Sound Packs by Model
| Model | Pack | Character |
|---|---|---|
| Claude (Anthropic) | ๐ช Orc Peon | "Work, work.", "Me not that kind of orc!" |
| Codex | ๐ฐ Human Peasant | "Yes, milord?", "Right-o." |
| Any other model | ๐ช Orc Peon (default) |
Pack switches automatically when you change models.
Events
| Event | Category | Peon Examples | Peasant Examples |
|---|---|---|---|
| Session starts | ๐๏ธ Greeting | "Ready to work?", "What you want?" | "Ready to work.", "Yes, milord?" |
| Agent starts | โ๏ธ Acknowledge | "Work, work.", "Okie dokie." | "Right-o.", "Off I go, then!" |
| Agent finishes | โ Complete | "Something need doing?" | "More work?" |
| Tool error | ๐ Error | "Me not that kind of orc!" | "That's it. I'm dead." |
| Rapid prompts | ๐ค Annoyed | "Me busy, leave me alone!" | "Help! I'm being repressed!" |
Commands
| Command | Description |
|---|---|
/wc3-mute |
Toggle sounds on/off |
/wc3-volume [0.0โ1.0] |
Set volume (e.g. /wc3-volume 0.3) |
Ctrl+Shift+M |
Quick mute toggle |
Requirements
macOS only (uses afplay). Silently no-ops on other platforms.
License
MIT