pi-wc3-sounds

Warcraft III voice lines for pi agent events. Orc Peon for Claude, Human Peasant for Codex.

Packages

Package details

extension

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
12/mo · 1/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