Mp4 To Mp3 Converter

v1.0.0

Tell me what you need and I'll pull the audio right out of your video. The mp4-to-mp3-converter skill strips audio tracks from MP4, MOV, AVI, WEBM, and MKV f...

0· 38·0 current·0 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 (extract audio from videos) matches the instructions: it uploads video files or URLs to the NemoVideo API and requests MP3 outputs. The declared primary credential (NEMO_TOKEN) and the config path (~/.config/nemovideo/) are consistent with the described anonymous-token flow and session creation.
Instruction Scope
SKILL.md describes API calls (token creation, session creation, uploads, export polling) and file paths it will read/write (client_id). It does not instruct reading unrelated system files or additional environment variables. It instructs not to print tokens/raw JSON. The guidance to detect 'install path' for X-Skill-Platform requires checking typical install locations but is limited and explained.
Install Mechanism
This is an instruction-only skill with no install spec or extracted downloads; nothing is written to disk by the skill beyond the small client_id file the instructions recommend storing in ~/.config/nemovideo/. No external arbitrary code downloads are present.
Credentials
Only one environment variable (NEMO_TOKEN) is required and it's the service API token the skill uses. The config path (~/.config/nemovideo/client_id) is explained as necessary for anonymous-token issuance. There are no unrelated credentials requested.
Persistence & Privilege
The skill is not forced-always, and it does not request elevated or cross-skill configuration changes. It will create/read a small client_id file in the user's config directory if needed, which is consistent with the anonymous-token flow described.
Assessment
This skill uploads your video files (or video URLs) to the NemoVideo service and requires a Nemo API token (NEMO_TOKEN) or will obtain a short-lived anonymous token stored via a client_id file in ~/.config/nemovideo/. Before installing, verify you trust https://nemovideo.com and are comfortable uploading the content you provide (do not upload sensitive videos unless you trust their privacy policy). The skill will create/read ~/.config/nemovideo/client_id and may construct a claim link that includes a token in the URL — avoid sharing that link publicly. If you already have an account token, prefer setting NEMO_TOKEN in your environment to avoid creating anonymous tokens. Autonomous invocation is allowed by default (normal), so be mindful the agent could call this skill when handling user requests.

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

latestvk97085q9p2qx2xbf9kx1yzk00x83zp5w

License

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

Runtime requirements

🎵 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments