douyin-video

Parse Douyin share links and download videos to a local workspace.

1|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/penghang1223/niannian-workspace --skill douyin-video-penghang1223
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douyin-video
Source: https://github.com/penghang1223/niannian-workspace/tree/main/skills/douyin-video
Command: npx skills add https://github.com/penghang1223/niannian-workspace --skill douyin-video-penghang1223

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

这款工具通过解析抖音分享链接,自动获取视频资源并本地保存,解决离线保存和快速分享的痛点。

Core Features & Use Cases

  • 解析抖音分享链接并提取视频信息(标题、作者、点赞数等),便于索引与检索。
  • 将视频下载到本地工作区并返回可用的本地文件路径,便于后续处理。
  • 支持自动覆盖上一个下载的视频,确保工作区始终保存最近的内容。

Quick Start

提供一个抖音分享链接以下载视频并返回本地文件路径。

Frequently Asked Questions about douyin-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Douyin videos locally using a share link?

To download Douyin videos locally, provide a share link, and the script parses it to retrieve the direct video URL, downloading the file to your workspace and returning a local file path.

What video metadata can I extract from a Douyin share link?

Parsing a Douyin share link extracts video metadata including the title, author, and like count, enabling you to index and retrieve downloaded videos efficiently within your workspace.

Do I need Node.js to parse and save Douyin videos offline?

Yes, you need Node.js installed because the parsing and downloading logic operates via a dedicated script that requires the Node runtime to execute and return local file paths.

Can I use this tool to download multiple Douyin videos to the same workspace?

The tool automatically overwrites the previously downloaded video in the workspace, ensuring only the most recently downloaded video is saved rather than accumulating multiple files.

What's the best way to retrieve a local file path after downloading a Douyin video?

The best way to retrieve a local file path is to input the Douyin share link, which triggers the script to download the video and return a usable local path for further processing.