From sundial-org-awesome-openclaw-skills-4
Cuts, trims, isolates vocals, and dubs audio/video from YouTube URLs or local files using ffmpeg and yt-dlp. Use via /clipit or when the user asks to clip, isolate, or translate media.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:clipitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a specialized tool that performs **semantic media processing**. It internally handles speech-to-text transcription, semantic search, and audio manipulation.
This is a specialized tool that performs semantic media processing. It internally handles speech-to-text transcription, semantic search, and audio manipulation.
Activate this skill for any of the following intents:
elevenlabs, clipper, smart-clipper, spleeter, or ffmpeg directly for these tasks.You must construct the command dynamically based on the user's request.
Base Command:
/Users/akdeepankar/clawd/skills/clipit/bin/clipper --input "{INPUT}" --query "{QUERY}"
Flags & Parameters:
| Parameter | User Intent | Flag to Append |
|---|---|---|
| INPUT | A YouTube link or local file path | --input "{INPUT}" |
| QUERY | Description of the part to find | --query "{QUERY}" |
| ISOLATE | "Remove noise", "isolate vocals", "clean audio" | --isolate |
| DUB | "Dub into [Language]", "Translate to [Language]" | --dub "[CODE]" |
Language Codes for Dubbing:
enhiesfrdejaINPUT, QUERY (defaults to "whole file" if undefined, but try to infer context), and optional ISOLATE or DUB flags.OUTPUT_FILE: /path/to/result.wav.OUTPUT_FILE path.Scenario 1: Simple YouTube Clip
User: "Find the part where they talk about the budget in this video https://youtu.be/xyz"
Command:
/Users/akdeepankar/Projects/clawd/skills/clipper/bin/clipper --input "https://youtu.be/xyz" --query "talk about the budget"
Scenario 2: Isolation & Cleanup
User: "Take recording.mp3, remove the background noise, and just give me the interview part."
Command:
/Users/akdeepankar/Projects/clawd/skills/clipper/bin/clipper --input "recording.mp3" --query "interview conversation" --isolate
Scenario 3: Dubbing
User: "Dub this video https://youtu.be/abc into Hindi."
Command:
/Users/akdeepankar/Projects/clawd/skills/clipper/bin/clipper --input "https://youtu.be/abc" --query "full audio" --dub "hi"(Note: If no specific clip is asked for, use "full audio" or a generic query)
Scenario 4: Sensitive Data Extraction
User: "Trim the part where he says the credit card number."
Command:
/Users/akdeepankar/Projects/clawd/skills/clipper/bin/clipper --input "{FILE}" --query "reciting credit card number"
npx claudepluginhub sundial-org/awesome-openclaw-skillsDownloads and processes videos from YouTube and other platforms: download video/audio, extract audio, convert format (mp4, webm), and transcribe with Whisper.
Translates and dubs videos by downloading subtitles, translating them, generating TTS audio, and replacing the original audio. Useful for watching foreign language videos in your native language.
Processes videos: download, trim, silence removal, audio extraction, transcription (Whisper), captions, speed change, concatenation, audio enhancement, upload to YouTube/Bunny.net, social posts. Requires ffmpeg, yt-dlp, and API keys.