protoss-voice
Apply Protoss-style (StarCraft) psionic effects to ANY audio file. Use as a post-processing layer for TTS or user recordings.
Why use this skill?
Apply authentic Protoss-style psionic effects to your audio. Seamlessly integrate the V9 Massive Void engine into your TTS pipeline to transform any voice recording into a space-faring psionic broadcast.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vemec/protoss-voiceWhat This Skill Does
The protoss-voice skill is a specialized audio post-processing agent tool designed to impart a "Khala" psionic texture to standard audio files. Utilizing the V9 "Massive Void" engine, this skill acts as an audio transformation layer rather than a text-to-speech engine. It excels at taking flat, synthetic speech generated by TTS engines and applying the resonant, echoey, and multi-layered vocal qualities associated with Protoss units from the StarCraft universe. By leveraging industry-standard tools like ffmpeg and sox, it ensures high-fidelity processing that maintains the intelligibility of the original audio while adding the required atmospheric psionic effects.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the core audio dependencies installed on your system. Run the following command in your terminal:
brew install ffmpeg sox
Once the system dependencies are verified, execute the installation via the OpenClaw management utility:
clawhub install openclaw/skills/skills/vemec/protoss-voice
This command will pull the necessary Python scripts into your local skills directory, ready for execution.
Use Cases
This skill is ideal for developers and role-players who require high-quality immersion. Common use cases include:
- Immersive RPGs: Enhancing game master dialogue in real-time or recorded sessions.
- Content Creation: Producing "Khala"-style voice-overs for StarCraft-themed YouTube or Twitch content.
- Agent Personas: Giving your OpenClaw AI agent a consistent, recognizable identity when configured as a Protoss commander like Artanis or Selendis.
Example Prompts
- "Record a message saying 'En Taro Adun' and apply the protoss-voice filter to it."
- "Take the last audio file I generated using kokoro-tts and process it through the protoss-voice pipeline."
- "Speak as Artanis using the protoss-voice filter: 'Our forces are under attack.'"
Tips & Limitations
To achieve the best results, use a clean, high-quality TTS voice as input. Because the V9 engine applies heavy frequency modulation, voices with a neutral pitch work significantly better than those already heavily processed or distorted. Note that this skill performs file-based processing, so it is best used in a pipeline that handles temporary file cleanup. It does not replace a speech synthesizer; always ensure you have a base audio file ready before calling the transformation script. Finally, ensure sufficient storage for intermediate .wav files if you are running bulk processing tasks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vemec-protoss-voice": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution