ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 3/5

Video Crawler

Skill by ly5201314gjx

Why use this skill?

Easily download Douyin and Twitter videos with the OpenClaw Video Crawler skill. Automate your media collection with this simple and efficient tool for developers and users.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ly5201314gjx/video-crawler
Or

What This Skill Does

The Video Crawler is an efficient OpenClaw skill developed by ly5201314gjx designed to automate the retrieval of high-quality video content from popular social media platforms, specifically Douyin and Twitter. By leveraging powerful web automation tools like Playwright and yt-dlp, this agent manages the complexities of dynamic web rendering and URL parsing to extract raw video files directly to your local storage. It serves as a bridge between social media feeds and your personal or professional video archives, eliminating the need for manual download processes or third-party web services that often bombard users with advertisements.

Installation

To integrate this skill into your OpenClaw environment, ensure you have Python 3 installed. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/ly5201314gjx/video-crawler

Additionally, you must install the required dependencies to enable the automation engine:

pip install playwright requests yt-dlp playwright install chromium

Use Cases

  • Content Archiving: Automatically save favorite or reference videos from social platforms for offline viewing.
  • Content Creation Research: Quickly download video samples from Douyin or Twitter to use in your own video editing projects or analysis workflows.
  • Data Management: Simplify the process of moving viral content from mobile platforms into desktop folders for better organization.

Example Prompts

  1. "OpenClaw, please run the Video Crawler to download the Douyin video at https://v.douyin.com/example-link-123."
  2. "Use the video crawler skill to grab the content from this Twitter post: https://x.com/i/status/456."
  3. "Can you help me download a video from this Twitter link and save it to my downloads folder? https://x.com/i/status/789"

Tips & Limitations

When using the Video Crawler, please keep a few technical constraints in mind. First, Douyin video processing can be time-intensive due to site-specific anti-bot measures; expect a wait time of approximately 15 to 25 seconds per download. Second, be mindful of the file size when grabbing Twitter videos. Many platforms, including Telegram, have strict 16MB file size upload limits. If you intend to share these files later, you may need to use an additional compression skill or tool. Finally, ensure your internet connection is stable, as the underlying playwright browser automation requires a persistent connection to navigate and verify the target URLs effectively.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ly5201314gjx-video-crawler": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video-downloader#social-media#web-scraping#automation#media
Safety Score: 3/5

Flags: network-access, file-write, code-execution