← All skills
Tencent SkillHub · Developer Tools

douyin-download

抖音无水印视频下载和文案提取工具

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

抖音无水印视频下载和文案提取工具

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, douyin.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

douyin-download Skill

抖音无水印视频下载和文案提取工具。

功能

🎬 获取无水印视频下载链接 📥 下载抖音视频 🎙️ 从视频中提取语音文案(需要 API Key) ✂️ 语义分段(调用 OpenClaw 内置 LLM)

环境变量

SILI_FLOW_API_KEY - 硅基流动 API 密钥(用于语音转文字) 获取 API Key: https://cloud.siliconflow.cn/

获取视频信息

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

下载视频

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

提取文案(自动语义分段)

#SILI_FLOW_API_KEY="your-api-key" node /root/.openclaw/workspace/skills/douyin-download/douyin.js extract "抖音链接" 自动调用 Silicon Flow ASR 提取文字 自动调用 OpenClaw 内置 LLM 进行自然语义分段

跳过语义分段

node /root/.openclaw/workspace/skills/douyin-download/douyin.js extract "抖音链接" --no-segment

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • douyin.js Scripts