douyin-downloader
抖音无水印视频下载和文案提取工具
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=freestylefly-canghe-skills-skills-canghe-douyin-downloader-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name douyin-downloader description 抖音无水印视频下载和文案提取工具 homepage https://github.com/yzfly/douyin-mcp-server metadata {"openclaw":{"emoji":"🎵","requires":{"bins":"[Truncated]"}}} 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 <抖音链接>
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.