Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @mes28io Updated 6/28/2026 1,487 downloads 0 stars Security: Pass

Bulk Tiktok Downloader Skill OpenClaw Plugin & Skill | ClawHub

Looking to integrate Bulk Tiktok Downloader Skill into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

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 save TikTok videos to a specific folder from local terminal.

Install

ClawHub CLI
openclaw skills install @mes28io/bulk-tiktok-downloader-skill
Node.js (npx)
npx clawhub@latest install bulk-tiktok-downloader-skill

Full SKILL.md

Open original
Metadata table.
namedescription
bulk-tiktok-downloaderBulk 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 save TikTok videos to a specific folder from local terminal.

SKILL.md content below is scrollable.

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

  1. Validate URL list file exists and is non-empty.
  2. Run downloader.
  3. Report successful vs failed counts.
  4. 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
ClawHub Registry URL: https://clawhub.ai/mes28io/skills/bulk-tiktok-downloader-skill

Related skills

If this matches your use case, these are close alternatives in the same category.