Reel to Skill
/install reel-to-skill
Reel to Skill
Use this when the user provides a TikTok/Instagram Reel/X video/short-form video link and wants a skill from it.
Workflow
- Download the video locally with
scripts/download_transcribe.py. - Transcribe the audio.
- Extract the repeatable procedure, decision rules, examples, and caveats.
- Create a skill folder under
skills/\x3Cskill-name>/. - Keep
SKILL.mdconcise and procedural. - Do not hardcode API keys, cookies, tokens, or user secrets into the skill.
Script
Run:
python3 skills/reel-to-skill/scripts/download_transcribe.py "\x3Curl>" --out /tmp/reel-skill
The script uses:
yt-dlpfor downloadingffmpegfor audio extraction- OpenAI transcription if
OPENAI_API_KEYis available
If transcription is unavailable, extract frames and ask the user for a transcript or use available audio tooling.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reel-to-skill - After installation, invoke the skill by name or use
/reel-to-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Reel to Skill?
Download a TikTok, Instagram Reel, X video, or short-form video URL locally, extract/transcribe the audio, analyse the teaching or workflow inside it, and tu... It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.
How do I install Reel to Skill?
Run "/install reel-to-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reel to Skill free?
Yes, Reel to Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reel to Skill support?
Reel to Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reel to Skill?
It is built and maintained by OliverHenry (@olliewazza); the current version is v1.0.0.