Video Repurposing Script Generator
v1.0.0Generate platform-specific social scripts from long-form video content. Analyzes YouTube, Loom, webinars and creates TikTok hooks, Instagram Reels, LinkedIn...
⭐ 1· 90·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name and description match the declared requirements: ffmpeg for audio/video extraction and OPENAI_API_KEY for Whisper/LLM calls are expected. Requesting a YOUTUBE_API_KEY is reasonable for fetching YouTube metadata/captions.
Instruction Scope
SKILL.md describes transcribing video (Whisper), extracting frames/visual cues, and producing platform scripts — these actions justify accessing local video files or video URLs and calling OpenAI. The file references many optional integrations (Slack, Buffer, HubSpot, Google Drive, Zapier) but the skill does not declare corresponding credentials; if you enable those integrations you will need to provide additional tokens. Also note Whisper usage implies uploading audio to OpenAI (privacy consideration).
Install Mechanism
Instruction-only skill with no install spec and no downloads — low install risk. It relies on an existing ffmpeg binary which is a sensible, minimal runtime dependency.
Credentials
Only two environment variables are required (OPENAI_API_KEY, YOUTUBE_API_KEY), which align with described functionality. No unrelated credentials or broad config path access are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform privileges. Autonomous invocation is allowed by default (not flagged here).
Assessment
This skill appears consistent with its purpose, but consider privacy and credentials before use: transcripts and audio will be sent to OpenAI when using Whisper (so avoid uploading sensitive videos unless you accept that). A YouTube API key is used for metadata/captions; it will not itself download videos via the Data API, so check how the skill expects to obtain video content (local upload, user-supplied URL, or an external downloader). If you plan to connect Slack/Buffer/HubSpot/Google Drive etc., only provide the minimal-scoped tokens needed and review where the skill will transmit content. If you want higher assurance, inspect the full SKILL.md (or request the untruncated instructions) to confirm there are no steps that read arbitrary local files or request additional secrets, and test it in a sandbox environment first.Like a lobster shell, security has layers — review code before you run it.
latestvk973ektp2ydb4wfqr7g6e2vkpx834kkn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
OSmacOS · Linux · Windows
Binsffmpeg
EnvOPENAI_API_KEY, YOUTUBE_API_KEY
