crawling-social-medialisted
Install: claude install-skill chuanchuan123321/JCodex
# Social Media Crawling
Downloads and extracts content from social media platforms.
## Supported Platforms and URL Patterns
| Platform | URL Pattern Examples |
| ----------- | ---------------------------------------------------- |
| Bilibili | `bilibili.com/video/BVxxxx`, `b23.tv/xxxxx` |
| YouTube | `youtube.com/watch?v=xxx`, `youtu.be/xxx` |
| TikTok | `tiktok.com/@user/video/xxx`, `vm.tiktok.com/xxx` |
| Douyin | `douyin.com/video/xxx`, `v.douyin.com/xxx` |
| Xiaohongshu | `xiaohongshu.com/explore/xxx`, `xhslink.com/xxx` |
| Kuaishou | `kuaishou.com/short-video/xxx`, `v.kuaishou.com/xxx` |
## Supported Content Types
- **Videos**: Short videos, long videos from all platforms
- **Images**: Xiaohongshu image posts, Douyin image posts
- **Metadata**: Title, description, tags, cover image
## When to Use
Use this skill when user:
- Provides a social media URL matching the patterns above
- Wants to download/save videos from social platforms
- Wants to extract content for re-publishing
- Needs video metadata (title, description, tags)
- Mentions keywords like: download, save, crawl, extract, 下载, 抓取, 爬取
**Do NOT use** when:
- User only wants to view/preview content (no download needed)
- URL is not from a supported platform
## Workflow
### Step 1: Get Social Media URL
Obtain the post URL from user.
### Step 2: Submit Crawl Task
Call `createCrawlTask` with the link.
### Step 3