douyin-downloader
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.zipInstalls 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.
抖音无水印视频下载和文案提取工具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
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_KEY或API_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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| douyin-downloader (this skill) | 0 | 4mo | Review | Beginner |
| word | 26 | 9mo | Review | Beginner |
| gmail-manager | 27 | 4mo | Review | Intermediate |
| clawhub | 25 | 3mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
word
Fergana-Labs
Create, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents.
gmail-manager
jeffvincent
Manage Gmail - send, read, search emails, manage labels and drafts. Use when user wants to interact with their Gmail account for email operations.
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
agent-swarm
ruvnet
Agent skill for swarm - invoke with $agent-swarm
calculator
Code-and-Sorts
Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.
gccli
badlogic
Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability.