Install
openclaw skills install audio-summaryAutomatically extracts audio from video, transcribes it using qwen3-asr-flash, and generates segmented text summaries saved alongside the original file.
openclaw skills install audio-summary音频/视频转文本总结助手。
ffmpeg 从 MP4 等视频文件中提取 16k mono 压缩音频,以适配大模型体积限制。qwen3-asr-flash 模型,自动将音频转换为文字并生成内容分段总结。ffmpeg (已安装在系统路径)openai Python SDK (已安装)sk-76735...)# 对指定视频进行提取和总结
python .openclaw/workspace/skills/audio-summary/audio_summary_skill.py "C:\Path\To\Your\Video.mp4"
视频名_summary.txt。qwen3-asr-flash 模型计费。