douyin-video-analyst

Extract and summarize transcripts from a Douyin account's latest videos.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zhangyanbo2007/openclaw --skill douyin-video-analyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douyin-video-analyst
Source: https://github.com/zhangyanbo2007/openclaw/tree/main/workspace/skills/douyin-video-analyst
Command: npx skills add https://github.com/zhangyanbo2007/openclaw --skill douyin-video-analyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能实现对抖音账号的视频进行批量采集并对视频文案进行分析,帮助用户在一个工作流中快速获取视频链接、提取文案并形成跨视频的综合总结。

Core Features & Use Cases

  • 批量视频链接采集:从指定抖音账号主页提取最新视频链接。
  • 文案提取与清洗:通过 douyin-mcp 提取语音转文字的文案并去除口语化表达,输出可读文本。
  • 跨视频综合总结:对多条视频进行要点归纳与主题梳理,输出统一摘要。
  • 工作流集成:结合 browser 工具实现页面渲染、使用 mcporter 调用后端工具实现并发处理。

Quick Start

给出抖音账号主页链接即可激活并输出每条视频的标题、链接与精简文案,以及跨视频的综合总结。

Frequently Asked Questions about douyin-video-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch extract and summarize Douyin video captions from a specific account?

To batch extract and summarize Douyin video captions, provide an account page URL to fetch the latest video links, pull transcripts via douyin-mcp, clean colloquialisms, and generate a cohesive cross-video summary.

What do I need to set up to parse Douyin video transcripts automatically?

To parse Douyin video transcripts automatically, you need browser tooling to render the Douyin SPA, the mcporter-douyin-mcp pipeline for text extraction, and API keys like DOUYIN_API_KEY or DASHSCOPE_API_KEY for the chosen backend.

Can I get a unified summary across multiple Douyin videos instead of individual transcripts?

Yes, you can get a unified summary across multiple Douyin videos. The workflow extracts individual transcripts, cleans colloquialisms, and generates a cohesive summary highlighting key points and themes across all fetched videos.

Does batch processing Douyin video content work with the Douyin SPA?

Yes, batch processing Douyin video content works with the Douyin SPA by utilizing browser tooling to render the page, enabling the extraction of video links and subsequent transcript parsing through the mcporter pipeline.

Why does the Douyin video analysis workflow require API keys?

The Douyin video analysis workflow requires API keys such as DOUYIN_API_KEY for v1.1.0 or DASHSCOPE_API_KEY for v1.2.0+ to authenticate and enable the backend processing needed for concurrent transcript extraction via the mcporter pipeline.