/install bulk-tiktok-downloader-skill
bulk TikTok downloader
Use this skill to run a local bulk TikTok downloader safely and reproducibly.
Safety + legality
- Download only content you are authorized to download.
- Respect platform Terms of Service, local copyright rules, and user privacy.
- Do not bypass paywalls or private/protected content.
Inputs
- URL list file (one URL per line)
- Optional output directory
Lines starting with # are comments and ignored.
Setup
From workspace root:
python3 -m pip install --user -r skills/bulk-tiktok-downloader/scripts/requirements.txt
Run
Default (uses urls.txt next to script and downloads/ output):
python3 skills/bulk-tiktok-downloader/scripts/downloader.py
Custom URL file:
python3 skills/bulk-tiktok-downloader/scripts/downloader.py my_urls.txt
Custom URL file + output directory:
python3 skills/bulk-tiktok-downloader/scripts/downloader.py my_urls.txt my_downloads
Recommended workflow
- Validate URL list file exists and is non-empty.
- Run downloader.
- Report successful vs failed counts.
- Surface failed URLs and likely reason (private/deleted/region restricted/rate limit).
Troubleshooting
No module named yt_dlp→ install requirements.File not found→ verify URL file path.- Frequent failures/rate limit → reduce batch size and retry later.
Upstream reference
See:
skills/bulk-tiktok-downloader/references/upstream-readme.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bulk-tiktok-downloader-skill - After installation, invoke the skill by name or use
/bulk-tiktok-downloader-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Bulk Tiktok Downloader?
Bulk download TikTok videos from a text file of URLs using yt-dlp. Use when a user asks to download many TikTok videos at once, process a URL list file, or s... It is an AI Agent Skill for Claude Code / OpenClaw, with 887 downloads so far.
How do I install Bulk Tiktok Downloader?
Run "/install bulk-tiktok-downloader-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bulk Tiktok Downloader free?
Yes, Bulk Tiktok Downloader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Bulk Tiktok Downloader support?
Bulk Tiktok Downloader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bulk Tiktok Downloader?
It is built and maintained by mes (@mes28io); the current version is v0.1.0.