抖音无水印视频下载和文案提取
PassAudited by ClawScan on Apr 22, 2026.
Overview
The skill's code and instructions are consistent with a Douyin (TikTok China) video downloader + audio transcription tool — it only needs network access to Douyin pages, FFmpeg, and an external transcription API key — but there are minor inconsistencies and one truncated file view that reduce confidence.
This skill appears to do what it says: download Douyin videos (no watermark) and transcribe their audio via the SiliconFlow transcription API. Before installing, check: 1) You must have FFmpeg installed and python packages (requests, ffmpeg-python). 2) Provide a valid transcription API key (SKILL.md says API_KEY; code contains at least one message referencing DOUYIN_API_KEY) — confirm which environment variable the script actually reads and set that one. 3) Confirm trustworthiness and pricing/quota of https://api.siliconflow.cn/ and do not expose or reuse that API key elsewhere. 4) Legal: ensure you have rights to download/transcribe any videos you process. 5) Because the provided file view in this evaluation was truncated, review the full scripts/douyin_downloader.py file locally to ensure there are no hidden network endpoints or unexpected behaviors before running.
