Install
openclaw skills install bulk-tiktok-downloader-skillBulk 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...
openclaw skills install bulk-tiktok-downloader-skillUse this skill to run a local bulk TikTok downloader safely and reproducibly.
Lines starting with # are comments and ignored.
From workspace root:
python3 -m pip install --user -r skills/bulk-tiktok-downloader/scripts/requirements.txt
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
No module named yt_dlp → install requirements.File not found → verify URL file path.See:
skills/bulk-tiktok-downloader/references/upstream-readme.md