Video Article Link Auto-Archival Pipeline
Paste the following prompt into your AI chat to install this skill:
Install @user_ae7a4960/links-pipeline by following https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Engineers often send Douyin, Bilibili, Xiaohongshu, WeChat, and web links to an agent and expect usable local media or searchable text. The hard part is not simply “save it,” but the uneven platform behavior: yt-dlp may work for some sites, while Douyin and Xiaohongshu need browser context, mobile headers, and response inspection. Videos also need transcription, and articles need topic routing. Without a stable pipeline, downloads fail, technical terms are mistranscribed, and content lands in the wrong knowledge base.
How It Works
The skill follows identify → process → clean → route. It first detects the link type by domain: douyin.com and bilibili.com go to the video path; mp.weixin.qq.com and general web pages go to the article path; Xiaohongshu content is routed based on whether it is image-text or video. For open platforms such as Bilibili, the video path can use yt-dlp. For Douyin and Xiaohongshu, it opens a mobile page with playwright, extracts or listens for the video source, then converts audio with ffmpeg and transcribes with Whisper. If an independent subtitle stream exists, it cross-checks the Whisper output against the subtitles; otherwise it flags product names and dense technical terms for review. A DeepSeek V4 cleaning pass merges the verified results. The article path extracts the article body, then routes it using topic rules in config.yaml; if no rule matches, it asks the user instead of guessing the destination.
Limits
This is closer to a link ingestion and knowledge routing workflow than a general media server. Douyin and Xiaohongshu handling depends on browser environment and request behavior, long videos should be segmented before transcription, and final storage depends on routing rules and user confirmation.
Use Cases
- Receive a Douyin tech video link and get downloadable media, reviewed text, and topic-based archive.
- Send a Bilibili tutorial link and cross-check subtitles with Whisper before producing a cleaned transcript.
- Process a WeChat article link into article text and route it using the configured knowledge-base rules.
- Send a Xiaohongshu post link and detect whether to extract article text or capture video assets.
Best For
- Engineers who maintain personal knowledge bases and want links downloaded and archived by topic.
- Product analysts who review industry videos and need searchable transcripts with term flags.
- Research assistants who curate WeChat and web articles and route them into topic-based stores.
- Content operators who use agent workflows and need one entry point for video and article links.
Related Skills
Use a book title and author to search reviews, contents, and reader feedback, then generate a structured breakdown of historical or decision-logic books with key claims, concepts, quotes, and reading notes in Obsidian.
A multi-system divination advisor covering Bazi, Ziwei, tarot, feng shui, timing, and naming with structured interpretations.
Provides Bazi, Liu Yao, Qimen, Meihua, and date-selection guidance from classical references, with plain-language explanations and actionable suggestions.
A fast CLI for summarizing URLs, local files, and YouTube links with multi-model support, length control, and JSON output.