crawling-social-media

Extract videos, images, and metadata from social media URLs via crawl tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kilbertert/Market-Agent --skill crawling-social-media-kilbertert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crawling-social-media
Source: https://github.com/kilbertert/Market-Agent/tree/main/project/aitoearn-backend/apps/aitoearn-ai/src/core/agent/skills/crawling-social-media
Command: npx skills add https://github.com/kilbertert/Market-Agent --skill crawling-social-media-kilbertert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to crawl, download, and extract videos and media content from various social media platforms, simplifying content harvesting tasks.

Core Features & Use Cases

  • Content Downloading: Download videos, images, and metadata from platforms like Bilibili, YouTube, TikTok, Douyin, Xiaohongshu, and Kuaishou.
  • Content Extraction: Retrieve titles, descriptions, tags, and cover images for re-publishing or analysis.
  • Use Case: A user provides a TikTok video URL to download the video and its metadata for reposting on another platform.

Quick Start

Submit the social media URL to initiate a crawl task, then poll the system until the task completes successfully to access the downloaded media and information.

Frequently Asked Questions about crawling-social-media

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

FAQPage Schema
How do I extract video content and metadata from a social media URL?

To extract video content and metadata from a social media URL, submit the link to initiate a crawl task. The system processes the URL and retrieves the media files along with associated metadata for archiving or re-publishing.

What social media platforms are supported for media crawling?

Media crawling supports multiple platforms including Bilibili, YouTube, TikTok, Douyin, Xiaohongshu, and Kuaishou. The system uses URL pattern matching to identify the source platform and retrieve the corresponding videos, images, and metadata.

How do I know when my social media crawl task is complete?

To know when your social media crawl task is complete, poll the system status after submitting the URL. The system utilizes status polling to ensure complete data acquisition, allowing you to access downloaded media once the task finishes successfully.

Can I retrieve titles, descriptions, and cover images for re-publishing?

Yes, you can retrieve titles, descriptions, tags, and cover images for re-publishing. The content extraction process pulls comprehensive metadata from the provided social media URL alongside the primary downloaded video media.

Does downloading videos from TikTok and Douyin require any special setup?

Downloading videos from TikTok and Douyin does not require special setup beyond providing the correct URL. The Skill handles the crawl task creation and data extraction internally without needing additional dependencies or environment configurations.