Openakita openakita/skills@baidu-video-notes
AI Video Notes skill for video content analysis and note generation. Extract key information from videos for learning, meetings, and content summarization. Use when user wants to analyze video content or generate notes from videos.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/baidu-video-notes" ~/.claude/skills/openakita-openakita-openakita-skills-baidu-video-notes && rm -rf "$T"
manifest:
skills/baidu-video-notes/SKILL.mdsource content
视频 AI 笔记
支持进行视频解析、生成 AI 笔记的工具,可满足学习、会议等视频内容提取、总结场景。
配置
export BAIDU_API_KEY="your_key"
功能
- 视频内容解析
- 关键信息提取
- 结构化笔记生成
- 时间戳标注
- 要点摘要
预置脚本
scripts/video_notes.py
视频解析笔记生成(百度千帆 AppBuilder),需设置 APPBUILDER_TOKEN。
python3 scripts/video_notes.py analyze "https://example.com/video.mp4" python3 scripts/video_notes.py notes "视频内容总结"