Install
openclaw skills install douyin-video-analysis抖音视频分析流水线:输入抖音链接后,自动/半自动抓取页面信息与音频、转写口播、总结内容、提取有用信息与对应证据、进行批判性思维分析,并把转写与分析结果写入 Obsidian。 / Analyze a Douyin video from a shared URL by extracting page metadata, capturing audio when possible, transcribing speech into readable text, summarizing content, extracting useful information plus evidence, applying critical analysis, and saving both transcript and analysis into Obsidian.
openclaw skills install douyin-video-analysisUse this skill when the user gives a Douyin video URL and wants:
This skill is for analysis and note capture, not reposting or bulk scraping.
Expected user input:
Produce:
/tmp/douyin_transcribe/./tmp/douyin_transcribe/venvmlx-whisperBefore any critical-thinking judgment, always do these two steps:
List the video's actually useful information and pair each item with the evidence the video itself provides. For each item, give an initial confidence judgment:
This prevents the analysis from becoming pure attitude.
Always cover, unless the user narrows scope:
Default destination:
OpenClaw/Inbox/YYYY-MM-DD 抖音视频口播转写 - <topic>.mdOpenClaw/Inbox/YYYY-MM-DD 抖音视频分析 - <topic>.mdInclude:
performance.getEntriesByType("resource")/tmp/douyin_transcribe/audio*.mp4/tmp/douyin_transcribe/venvpython3 /Users/bobzhong/.openclaw/workspace/skills/douyin-video-analysis/helpers/douyin_grab.py '<douyin-url>'
It will:
python3 /Users/bobzhong/.openclaw/workspace/skills/douyin-video-analysis/helpers/transcribe_and_note.py \
--audio-file /tmp/douyin_transcribe/audio_latest.mp4 \
--title '<video-title>' \
--source-url '<shared-url>' \
--page-url '<canonical-url>' \
--account '<creator>' \
--topic '<short-topic>'
It will:
mlx-whisperTell the user: