What problem does it solve?
Turning a shared short-video link into usable data normally requires manual copying, third-party tools, and scattered notes. This Skill accepts a Douyin, Xiaohongshu, or WeChat Channels share link or share text, queries structured video/account data via TikHub, extracts the speech transcript via Qingdou, and archives the result as a Markdown file organized by author and title.
Core Features & Use Cases
- Structured data query: Fetches video or account statistics (likes, comments, shares, follower counts) through TikHub MCP for Douyin, Xiaohongshu, and WeChat Channels, with an App-to-Web fallback for Douyin videos.
- Speech-to-text transcripts: Submits share text to the Qingdou API, polls for completion, and saves faithful transcripts as Markdown files under
{output}/{author}/{title}.md with YAML frontmatter.
- Credential preflight and onboarding: Runs a read-only
--check-keys check, explains API keys in plain language, and guides users through purchasing and securely configuring TikHub or Qingdou credentials without exposing keys in chat.
- Use Case: A content creator researching competitors pastes a Douyin share text; the Skill returns engagement statistics plus a saved Markdown transcript for later content analysis.
Quick Start
Ask the agent to extract the data and transcript from a short-video share link, for example: "Use dbs-video-extract to get the data and transcript for this video: <paste share text>".