视频链接解析
解析视频分享链接,获取无水印视频下载地址。当用户想要下载视频、解析抖音/快手/小红书/B站链接、获取无水印视频时使用此 skill。
Why use this skill?
Easily parse and download watermark-free videos and images from Douyin, Bilibili, TikTok, and more. A powerful OpenClaw tool for media extraction and archiving.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hexiaochun/parse-videoWhat This Skill Does
The 视频链接解析 (Video Link Parser) skill is an essential tool for OpenClaw users who need to bypass platform-specific restrictions and acquire clean, watermark-free media. It acts as a bridge between various social media platforms—such as Douyin, Kuaishou, Xiaohongshu, Bilibili, and international giants like TikTok, Instagram, and YouTube—and your local file system. By parsing messy share links (including those containing extraneous text or marketing copy), it identifies the underlying resource URLs. Once the resource is identified, the skill leverages a specialized Python download script to save the files, including video, audio, or image sets (collections), directly to your local machine with organized naming conventions.
Installation
To integrate this skill into your environment, use the OpenClaw management command in your terminal:
clawhub install openclaw/skills/skills/hexiaochun/parse-video
Ensure that you have Python 3.x installed in your environment, as the skill utilizes a local download.py script for file management. Once installed, the parse_video MCP tool will be immediately accessible to your OpenClaw agent for all future media retrieval tasks.
Use Cases
- Content Curation: Quickly collect high-quality source materials from various social platforms for editing, research, or content creation.
- Offline Viewing: Save educational content or long-form videos from Bilibili or YouTube to your local storage to avoid buffering or internet dependency.
- Archive Management: Use the built-in naming features to catalog social media media assets, such as turning Xiaohongshu collections into organized local image libraries.
- Automated Workflows: Streamline the process of retrieving watermark-free assets for social media marketing teams who repurpose content across different platforms.
Example Prompts
- "Analyze this Douyin link and download the clean video file: https://v.douyin.com/GVOt9Hk6ZzM/"
- "I need the photos from this Xiaohongshu post saved to my downloads folder, please: http://xhslink.com/xxxxx"
- "Can you help me get the audio and video from this Bilibili link? Save it as 'bilibili_lecture_01' in my project folder."
Tips & Limitations
- Clean Inputs: While the skill is robust enough to extract links from long share strings, ensure your provided URL is not behind a private or deleted post, as the parser will fail if the resource is inaccessible.
- Permission and Policy: Respect copyright laws when using this tool. This skill is provided for personal archiving and content creation purposes only.
- Troubleshooting: If a specific platform updates its link structure, ensure you have the latest version of the skill. If downloads consistently fail, check your local write permissions for the specified output directory.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hexiaochun-parse-video": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, external-api, code-execution