Social Downloader
/install social-downloader
Social Downloader
Use this for social video links.
Modes
1. Download best quality and send back
bash skills/social-downloader/scripts/download_best.sh "\x3Curl>" /tmp/social-download
Then inspect the output and send the downloaded video back to the user.
2. Download + transcribe for skill creation
python3 skills/social-downloader/scripts/download_transcribe.py "\x3Curl>" --out /tmp/social-skill-source
Then:
- Read the transcript.
- Extract the reusable workflow.
- Create or update a concise OpenClaw skill.
Rules
- Prefer best available quality with
yt-dlp. - Do not re-encode unless needed for compatibility or file size.
- Keep downloaded files in a clear local output folder.
- Never hardcode cookies, API keys, auth tokens, or private credentials into the skill.
- If a site requires login/cookies, ask before using a logged-in browser/session.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-downloader - After installation, invoke the skill by name or use
/social-downloader - Provide required inputs per the skill's parameter spec and get structured output
What is Social Downloader?
Download TikTok, Instagram Reel, X/Twitter video, YouTube Short, or other social video links with yt-dlp. Use when the user asks to download/save/send a soci... It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.
How do I install Social Downloader?
Run "/install social-downloader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Downloader free?
Yes, Social Downloader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social Downloader support?
Social Downloader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Downloader?
It is built and maintained by OliverHenry (@olliewazza); the current version is v1.0.0.