← 返回 Skills 市场
1883
总下载
3
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install protoss-voice
功能描述
Apply Protoss-style (StarCraft) psionic effects to ANY audio file. Use as a post-processing layer for TTS or user recordings.
安全使用建议
This skill appears to only perform local audio processing with ffmpeg and sox. Before installing: (1) confirm you trust the skill owner/source since package provenance is 'unknown'; (2) install ffmpeg/sox from your system package manager (brew) rather than copying binaries from untrusted sites; (3) avoid running the script on untrusted/malicious media files (specially crafted media can sometimes exploit codecs); and (4) review the included protoss_fx.py (it's short and uses subprocess.run with argument lists, not shell=True) if you want extra assurance.
功能分析
Type: OpenClaw Skill
Name: protoss-voice
Version: 1.1.1
The skill bundle is designed to apply audio effects using `ffmpeg` and `sox`. The `protoss_fx.py` script correctly uses `subprocess.run` with lists of arguments, preventing shell injection vulnerabilities. Temporary files are handled and cleaned up appropriately. While the `SKILL.md` contains instructions for the agent to 'not narrate this step unless debugging' and 'clean up ... silently', these are related to controlling the agent's verbosity for user experience during a legitimate processing task, and do not instruct the agent to perform any malicious actions such as data exfiltration, unauthorized access, or persistence.
能力评估
Purpose & Capability
Name/description claim audio post-processing; required binaries (ffmpeg, sox), brew install of ffmpeg/sox, and the included protoss_fx.py all directly implement that. Nothing requested is disproportionate to transforming audio files.
Instruction Scope
SKILL.md instructs the agent to generate/obtain input audio, run the provided script, and deliver the processed file. The script only reads the provided input file, creates local temporary WAVs in the same directory, and writes a single output file — no unrelated file reads, remote endpoints, or broad data collection are present.
Install Mechanism
Install spec uses Homebrew to install ffmpeg and sox (well-known package source). No arbitrary downloads or extract steps that would write unknown code to disk beyond standard packages.
Credentials
The skill requires no environment variables, secrets, or external credentials. The claimed capabilities do not need additional access, and SKILL.md doesn't reference other env vars or tokens.
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration or persist credentials. It creates temporary files in the working directory and cleans them up; no elevated or permanent presence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install protoss-voice - 安装完成后,直接呼叫该 Skill 的名称或使用
/protoss-voice触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Updated metadata to use a new structure under the "openclaw" key, replacing the previous "clawdbot" entry.
- No changes to functionality or code; documentation and usage remain the same.
v1.1.0
- Clarified in the description and instructions that this skill applies Protoss psionic effects to any audio file, not just TTS output.
- Output file now has the suffix `_psionic.wav` (was previously `_psionic.mp3`).
- Improved usage instructions to emphasize modular design and support for multiple input formats.
- Expanded and clarified agent protocol for integrating with TTS and user audio, including explicit separation of generation, processing, and delivery steps.
- Added specific integration example using kokoro-tts, including best practices for handling intermediate files and optimizing for different platforms.
- Updated installation and requirements section for improved clarity.
v1.0.1
protoss-voice 1.0.1
- Updated Agent Protocol instructions: now specifies using the message tool with explicit parameters for delivering processed files, replacing the plain text file path method.
- No changes to algorithm, usage, or requirements.
v1.0.0
- Initial release of protoss-voice skill.
- Applies Protoss-style audio effects using SoX and FFmpeg to create "Khala" psionic transformations.
- Designed for post-processing TTS voice outputs, especially for Protoss character emulation.
- Saves processed files as *_psionic.mp3 in the source directory.
- Requires ffmpeg and sox to function.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1883 次。
如何安装 Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install protoss-voice」即可一键安装,无需额外配置。
Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 是免费的吗?
是的,Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 完全免费(开源免费),可自由下载、安装和使用。
Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 支持哪些平台?
Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg.?
由 vemec(@vemec)开发并维护,当前版本 v1.1.1。
推荐 Skills