video-download

Download videos from Douyin, Xiaohongshu, and Bilibili via shared links or text prompts.

3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/csfuwwc/md-skills --skill video-download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-download
Source: https://github.com/csfuwwc/md-skills/tree/main/skills/video-download
Command: npx skills add https://github.com/csfuwwc/md-skills --skill video-download

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Download videos from Douyin, Xiaohongshu, and Bilibili by processing shared links or text prompts, eliminating manual saving steps.

Core Features & Use Cases

  • End-to-end video download: detect supported URLs, resolve redirects, capture CDN video URLs via a headless browser, and save to local disk.
  • Optional login handling: perform login flows for Bilibili to access high-quality streams and save cookies for future sessions.
  • Platform coverage: accepts direct URLs or text containing links from Douyin, Xiaohongshu, and Bilibili for quick retrieval.

Quick Start

Provide a share text or URL to download the video, optionally including an output filename.

Frequently Asked Questions about video-download

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

FAQPage Schema
How do I download videos from Douyin or Xiaohongshu using a shared link?

To download Douyin or Xiaohongshu videos, provide the shared link or text prompt containing the URL. The tool processes the input, resolves redirects, captures the CDN video URL via a headless browser, and saves the file directly to your local disk.

Do I need to log in to Bilibili to download high quality video streams?

Accessing higher quality Bilibili streams requires logging in. The tool performs Bilibili login flows and saves cookies locally for future sessions to capture high-quality CDN video URLs.

Can I use Playwright to capture CDN URLs for video downloads?

Yes, this tool uses Playwright as a headless browser to capture CDN video URLs. It automates the browser environment to resolve redirects and retrieve direct video streams for downloading.

What's the best way to automate video downloads from text prompts?

Automating video downloads from text prompts is best handled by extracting URLs from the text, processing supported links, and using a headless browser to capture CDN URLs. This approach eliminates manual saving steps.

Why does my Bilibili video download fail without a headless browser?

Bilibili video downloads may fail without a headless browser because accessing high-quality streams requires handling login flows and capturing dynamic CDN URLs. Using Playwright resolves redirects and retrieves the video successfully.