Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
freestylefly avatar

Douyin Downloader

  • 419 installs
  • 424 repo stars
  • Updated June 8, 2026
  • freestylefly/canghe-skills

douyin-downloader is an agent skill that fetches and saves Douyin (Chinese TikTok) videos and speech-to-text transcripts by URL for developers who need watermark-free media inside automated content pipelines.

About

douyin-downloader is an agent skill in freestylefly/canghe-skills that downloads watermark-free Douyin (Chinese TikTok) videos and extracts speech-to-text transcripts from share URLs inside coding-agent workflows. Developers invoke it via /canghe-douyin-downloader with three subcommands: info to inspect a link, download to save video files with -o output paths, and extract to produce transcripts when DOUYIN_API_KEY is configured for SiliconFlow speech-to-text. The skill requires ffmpeg installed on the host and fits content research, archival, and downstream media-processing pipelines where agents must materialize Douyin assets as local files rather than manual browser downloads. Environment configuration centers on DOUYIN_API_KEY for transcript extraction while video download operates from share links alone.

  • Douyin URL resolution
  • programmatic video download
  • local file output
  • agent-callable workflow
  • content archival utility

Douyin Downloader by the numbers

  • 419 all-time installs (skills.sh)
  • Ranked #443 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/freestylefly/canghe-skills --skill douyin-downloader

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs419
repo stars424
Last updatedJune 8, 2026
Repositoryfreestylefly/canghe-skills

How do you download Douyin videos inside an agent pipeline?

Fetch and save Douyin (Chinese TikTok) videos by URL inside agent pipelines for content research, archival, or downstream media processing workflows.

Who is it for?

Developers building agent content pipelines who need programmatic Douyin video download and transcript extraction without manual browser steps.

Skip if: Developers who only need Western TikTok or YouTube media, or teams without ffmpeg installed and no API key for transcript extraction.

When should I use this skill?

An agent workflow must fetch Douyin share-link videos, save them locally, or extract speech-to-text transcripts for research or archival.

What you get

Local watermark-free MP4 video files, optional speech-to-text transcript text, and fetched video metadata from a Douyin share URL.

  • watermark-free video files
  • speech-to-text transcript
  • video metadata

By the numbers

  • Exposes 3 CLI subcommands: info, download, and extract

Files

SKILL.mdMarkdownGitHub ↗

douyin-downloader Skill

抖音无水印视频下载和文案提取工具的 Node.js 版本。

功能

  • 🎬 获取无水印视频下载链接
  • 📥 下载抖音视频
  • 🎙️ 从视频中提取语音文案(需要 API Key)

环境变量

  • DOUYIN_API_KEYAPI_KEY - 硅基流动 API 密钥(用于语音转文字)

获取 API Key: https://cloud.siliconflow.cn/

使用方法

获取视频信息(无需 API Key)

node /root/.openclaw/workspace/skills/douyin-downloader/douyin.js info "抖音分享链接"

下载视频

node /root/.openclaw/workspace/skills/douyin-downloader/douyin.js download "抖音链接" -o ./videos

提取文案(需要 API Key)

export DOUYIN_API_KEY="your-api-key"
node /root/.openclaw/workspace/skills/douyin-downloader/douyin.js extract "抖音链接" -o ./output

在 OpenClaw 中调用

通过 exec 工具调用:

node /root/.openclaw/workspace/skills/douyin-downloader/douyin.js info <抖音链接>

Related skills

FAQ

What commands does douyin-downloader support?

douyin-downloader exposes three /canghe-douyin-downloader subcommands: info for video metadata, download to save watermark-free video with -o output path, and extract to produce a speech-to-text transcript. Transcript extraction requires a configured DOUYIN_API_KEY.

What are the prerequisites for douyin-downloader?

douyin-downloader requires ffmpeg installed on the system for video processing. Video download works from Douyin share links alone; transcript extraction additionally needs DOUYIN_API_KEY set for the SiliconFlow speech-to-text API.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.