Apply Protoss-style (StarCraft) psionic effects to ANY audio file. Use as a post-processing layer for TTS or user recordings.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install protoss-voice或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install protoss-voice⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/protoss-voice/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: protoss-voice description: Apply Protoss-style (StarCraft) psionic effects to ANY audio file. Use as a post-processing layer for TTS or user recordings. metadata: openclaw: emoji: "🔮" requires: bins: - ffmpeg - sox install: - id: brew kind: brew formula: "sox ffmpeg" bins: - sox - ffmpeg label: "Install Dependencies (brew)" ---
Applies a "Khala" psionic transformation chain to audio files using the V9 "Massive Void" engine. Modular Design: This skill does NOT generate speech. It transforms existing audio.
Run the script on any input audio file (wav, mp3, ogg, etc):
python3 skills/protoss-voice/protoss_fx.py <path_to_audio_file>
Output: Creates a new file with suffix _psionic.wav in the same directory.
When acting as a Protoss persona (e.g., Selendis, Artanis, Zeratul, etc), the agent should:
* Use kokoro-tts (or any other TTS skill) to generate the raw speech. * OR accept a user-provided recording.
* Execute protoss_fx.py on the raw file. Do not narrate this step unless debugging.*
* Send the processed file (_psionic) using the message tool. * Clean up raw/intermediate files silently if they are temporary.
# 1. Generate (Raw)
python3 skills/kokoro-tts/speak.py "En Taro Adun." -o raw.wav -v ef_dora
# 2. Transform (Psionic)
python3 skills/protoss-voice/protoss_fx.py raw.wav
# Output: raw_psionic.wav
# 3. Optimize for Transport (Telegram OGG)
ffmpeg -i raw_psionic.wav -c:a libopus -b:a 64k -vbr on final.ogg -y
# 4. Send
message(action="send", media="final.ogg", asVoice=true)
Requires ffmpeg and sox (Sound eXchange).
brew install ffmpeg sox安装 Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 后,可以对 AI 说这些话来触发它
Help me get started with Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg.
Explains what Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. does, walks through the setup, and runs a quick demo based on your current project
Use Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. to apply Protoss-style (StarCraft) psionic effects to ANY audio file
Invokes Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. with the right parameters and returns the result directly in the conversation
What can I do with Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. in my design & creative workflow?
将技能文件夹放到 ~/.claude/skills/protoss-voice/ 目录(个人级,所有项目可用),或 .claude/skills/protoss-voice/(项目级)。重启 AI 客户端后,用 /protoss-voice 主动调用,或让 AI 根据上下文自动发现并使用。
Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 可免费安装使用。请查阅仓库了解许可证信息。
Apply Protoss-style (StarCraft) psionic effects to ANY audio file. Use as a post-processing layer for TTS or user recordings.
Lists the top use cases for Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg., with example commands for each scenario
Automate my design & creative tasks using Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg.
Identifies repetitive steps in your workflow and sets up Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. to handle them automatically
Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。