DO

A tool to download Douyin videos and extract transcripts using external API services.

Install

mkdir -p .claude/skills/douyin-downloader && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17054" && unzip -o skill.zip -d .claude/skills/douyin-downloader && rm skill.zip

Installs to .claude/skills/douyin-downloader

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

抖音无水印视频下载和文案提取工具
16 charsno explicit “when” trigger
Beginner

Key capabilities

  • Get watermark-free video download links
  • Download Douyin videos
  • Extract speech transcripts from videos
  • Fetch video metadata without an API key

How it works

This skill uses a Node.js script to interact with Douyin, allowing users to retrieve video information, download videos without watermarks, and extract speech transcripts from videos using a SiliconFlow API key.

Inputs & outputs

You give it
Douyin share link
You get back
video download link, downloaded video file, or text transcript

When to use douyin-downloader

  • Download Douyin video
  • Extract video transcript
  • Get Douyin video metadata

About this skill

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 <抖音链接>

When not to use it

  • When extracting speech transcripts without an API key

Prerequisites

ffmpegDOUYIN_API_KEY or API_KEY for speech-to-text

Limitations

  • Extracting speech transcripts requires a `DOUYIN_API_KEY` or `API_KEY`.

How it compares

This tool provides direct commands for watermark-free video downloads and speech-to-text transcription from Douyin links, offering specific functionalities not typically available through standard Douyin sharing or basic video downloaders.

Compared to similar skills

douyin-downloader side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
douyin-downloader (this skill)04moReviewBeginner
word269moReviewBeginner
gmail-manager274moReviewIntermediate
clawhub253moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry