What problem does it solve? Downloading Douyin/TikTok videos without watermarks and converting their spoken audio into text normally requires separate tools and manual steps. This Skill combines video link parsing, watermark-free downloading, and AI speech-to-text transcription into one workflow accessible via WebUI, MCP server, or CLI. ## Core Features & Use Cases - Watermark-Free Video Extraction: Parse Douyin share links to obtain high-quality download URLs without any API key. - AI Speech Transcription: Convert video audio to text using the SenseVoice model via SiliconFlow, with automatic chunking for files over 1 hour or 50MB. - MCP Integration: Expose three tools (parse_douyin_video_info, get_douyin_download_link, extract_douyin_text) to Claude Desktop and other MCP clients. - Use Case: A content researcher collects 20 Douyin share links, batch-extracts transcripts as Markdown files, and downloads the original videos for a competitive analysis report. ## Quick Start Ask the AI to extract the transcript and watermark-free download link from a Douyin share URL such as https://v.douyin.com/xxxxx/ using the douyin MCP tools.