Audio Handler

v1.0.0

Read, analyze, convert, trim, merge, adjust volume, and transcribe audio files in multiple formats including MP3, WAV, FLAC, AAC, OGG, and more.

1· 557·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (audio analysis, convert, trim, normalize, transcribe) match the provided scripts and ffmpeg/ffprobe commands. However, the skill declares no required binaries while the SKILL.md and scripts clearly rely on external tools (ffmpeg, ffprobe, jq, and on macOS afplay/say). This is a documentation/packaging omission but not evidence of malicious intent.
Instruction Scope
Runtime instructions and included scripts operate only on local files and use standard audio tooling; they do not reference external endpoints, collect unrelated system data, or read environment variables or configuration outside the skill. The examples do reference a user-home path (~/Dropbox/jarvis/...) which is only an example and may not exist on a target system.
Install Mechanism
There is no install spec (instruction-only with included scripts), so nothing will be downloaded during install. Scripts are plain bash with no obfuscation or remote fetches. This is a low-risk install footprint.
Credentials
The skill requests no credentials, env vars, or config paths. That is proportionate to its stated purpose. Note: it implicitly requires command-line tools (ffmpeg/ffprobe/jq; macOS afplay/say) which are not declared under 'required binaries'.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform privileges. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears to do what it says: local audio processing using ffmpeg/ffprobe and simple bash scripts. Before installing: 1) Be aware the SKILL.md and scripts assume tools that are not declared — ensure you have ffmpeg and ffprobe installed (and jq if you want the JSON-parsing output); macOS-only commands (afplay, say) are optional. 2) Inspect the scripts and only run them on files you trust (ffmpeg processes can crash or be abused by malformed media). 3) The examples reference a ~/Dropbox/... path — update paths to your environment. 4) Because there's no install step, no network download occurs during install, but the scripts will execute binaries on your machine when invoked. If you need the skill to declare dependencies or to avoid execution on untrusted files, request the author to add required-binaries and clarify platform support.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fy8rbx3p9q9spkm74kjpm0982ev4n

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments