Skip to main content
Back to registry

douyin-video-summary

liu-wei-ai/douyin-video-summary

Summarize Douyin videos: extract audio → transcribe locally → AI summary.

Installs178
Install command
npx skills add https://github.com/liu-wei-ai/douyin-video-summary --skill douyin-video-summary
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
Summarize Douyin videos: extract audio → transcribe locally → AI summary. Install these tools (macOS example): When a Douyin link is received: Parse the Douyin URL to get the video ID. Douyin share links come in two formats: Douyin blocks direct downloads (yt-dlp, aria2c all get 403). Use the browser to intercept the audio URL: Important: aria2c will 403 on Douyin CDN URLs. Always use curl with the Referer header. Read the transcription text and produce a structured summary: If Feishu integration is configured, append the summary to a Feishu document using the Feishu Open API. See references/feishu-sync.md for the API details. - Short link: → follow redirect to get video ID - Direct link: - Open the Douyin video page in the browser - Inject JS to intercept network requests before navigation: - Navigate to the video page, click play to trigger audio loading - Retrieve intercepted URLs: window.__audioUrls - Download with curl (Referer header required): - Use -l zh for Chinese content (auto-detect if unsure) - Apple Silicon GPU acceleration is automatic (Metal) - Performance: ~20s for 5min audio on M4 - For short videos (<1min), the summary may be very brief — that's fine - If browser interception fails, retry once; Douyin pages sometimes need a second load - Clean up downloaded audio/wav files after processing to save disk space - whisper.cpp small model is the best...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does douyin-video-summary do?

Summarize Douyin videos: extract audio → transcribe locally → AI summary.

Is douyin-video-summary good?

douyin-video-summary does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does douyin-video-summary work with?

douyin-video-summary currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to douyin-video-summary?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install douyin-video-summary?

npx skills add https://github.com/liu-wei-ai/douyin-video-summary --skill douyin-video-summary

Related skills

Alternatives in Software Engineering