Generate Protoss-style (StarCraft) voice effects using SoX and FFmpeg.
v1.1.1Apply Protoss-style (StarCraft) psionic effects to ANY audio file. Use as a post-processing layer for TTS or user recordings.
⭐ 3· 1.8k·0 current·0 all-time
by@vemec
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
StarCraftvk979a9ft3gm0h94zwr8exn0xwh80ceqalatestvk97fxjbsxz11dwkcms8q5c6aq1810j1qprotossvk979a9ft3gm0h94zwr8exn0xwh80ceqavoice effectvk979a9ft3gm0h94zwr8exn0xwh80ceqa
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔮 Clawdis
Binsffmpeg, sox
Install
Install Dependencies (brew)
Bins: sox, ffmpeg
brew install sox ffmpeg