Reel to Skill — Reel to 技能
v1.0.0下载 a TikTok, Instagram Reel, X video, or short-form video URL locally, 提取/transcribe the audio, analyse the teaching or 工作流 inside it, and turn it into a concise OpenClaw 技能. Use when the user 发送s a social video link and asks to learn from it, make a 技能 from it, 提取 the process, or build a reusable 工作流 without manually 下载ing the video.
运行时依赖
安装命令
点击复制技能文档
Reel to 技能
Use this when the user provides a TikTok/Instagram Reel/X video/short-form video link and wants a 技能 from it.
工作流 下载 the video locally with scripts/下载_transcribe.py. Transcribe the audio. 提取 the repeatable procedure, decision rules, examples, and caveats. 创建 a 技能 folder under 技能s/<技能-name>/. Keep 技能.md concise and procedural. Do not hardcode API keys, cookies, 令牌s, or user secrets into the 技能. Script
运行:
python3 技能s/reel-to-技能/scripts/下载_transcribe.py "" --out /tmp/reel-技能
The script uses:
yt-dlp for 下载ing ffmpeg for audio 提取ion OpenAI transcription if OPENAI_API_KEY is avAIlable
If transcription is unavAIlable, 提取 frames and ask the user for a transcript or use avAIlable audio 工具ing.