Use this when the user provides a TikTok/Instagram Reel/X video/short-form video link and wants a skill from it.
scripts/download_transcribe.py.skills// .SKILL.md concise and procedural.Run:
python3 skills/reel-to-skill/scripts/download_transcribe.py "<url>" --out /tmp/reel-skill
The script uses:
yt-dlp for downloadingffmpeg for audio extractionOPENAI_API_KEY is availableIf transcription is unavailable, extract frames and ask the user for a transcript or use available audio tooling.
共 1 个版本