Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Audio
v1.0.1Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.
⭐ 2· 1.3k·5 current·5 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (audio processing, noise removal, normalization, format conversion, transcription, podcast workflows) match the declared requirements (ffmpeg, ffprobe) and the provided command examples. Optional tools (sox, whisper, demucs) are appropriate for the advanced features the skill describes.
Instruction Scope
SKILL.md and the included docs instruct the agent to run FFmpeg/SoX/Whisper commands on user-provided files, inspect files with ffprobe, and run batch scripts. This is within scope. The docs also include examples of using external APIs (AssemblyAI) and diarization tools that require tokens—these are explicit, optional, and consistent with transcription use cases, but they do introduce network interactions if the user chooses them.
Install Mechanism
Instruction-only skill with no install spec or downloaded code. That minimizes disk-write and supply-chain risk; the only runtime requirement is that the environment has the declared binaries installed.
Credentials
The skill declares no required environment variables or credentials. Optional examples mention API tokens (AssemblyAI, Hugging Face) only where those services are used. There are no unrelated secrets requested.
Persistence & Privilege
always is false and the skill contains no installation steps or actions that modify other skills or system-wide agent settings. The included batch scripts operate on files in the working directory (expected for a file-processing skill).
Assessment
This skill is a documentation-only helper for running FFmpeg/Whisper-style audio workflows and appears coherent with its purpose. Before using: (1) ensure ffmpeg and ffprobe are installed from trusted packages, (2) review any shell snippets (especially batch scripts) before running them to avoid accidental mass changes to files in the current directory, (3) be aware optional transcription/diarization examples call external APIs and require API keys — only provide those keys if you trust the service, and (4) confirm how your agent is allowed to access files/network (if the agent has broad file or network privileges, treat any automated commands cautiously). If you want a lower-risk test, run commands on a disposable/sample file or in a sandboxed environment first.Like a lobster shell, security has layers — review code before you run it.
latestvk972sjg7r701mk55hegrntbt4s8164sz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔊 Clawdis
OSLinux · macOS · Windows
Binsffmpeg, ffprobe
