modelscope.cn

douyin-download

Download Douyin/TikTok/Bilibili videos/images via a user-provided Douyin_TikTok_Download_API instance, return no-watermark media, and send the file back.

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,112 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Use this skill when the user sends a Douyin/TikTok/Bilibili share link (or share-text containing a link) and asks you to fetch the no-watermark video (or image set) and send it back.

Environment

  • Requires a running DouyinTikTokDownload_API service.
  • Set DOYINAPIBASE_URL to your service base URL (example: http://localhost:8030)

Workflow

  1. Extract the first http(s) URL from the user’s message.
  2. Download the media via the bundled script:

{baseDir}/scripts/douyin_download.sh "<share text or url>" It saves the file into <workspace>/out/douyin/ and prints the final path.

  1. Send the downloaded file back to the user.

Notes

  • If the downloader returns JSON, treat it as an error and report the message.
  • Large videos can exceed platform limits; if sending fails, offer an alternative (split/zip, or provide a download link).