Install
openclaw skills install ai-notes-of-videoGenerate document, outline, and image-text AI notes by providing a video URL, using Baidu's video analysis and note extraction APIs.
openclaw skills install ai-notes-of-videoThis skill allows OpenClaw agents to generate AI notes, Based solely on the video address provided by the user.
| name | path | description |
|---|---|---|
| AINotesTaskCreate | /v2/tools/ai_note/task_create | Create AI notes task based on the video address provided by the user |
| AINotesTaskQuery | /v2/tools/ai_note/query | Query AI notes task result based on task id |
scripts/ai_notes_task_create.pyscripts/ai_notes_task_query.pyvideo_url: the url of the video (required)BAIDU_API_KEY=xxx python3 scripts/ai_notes_task_create.py 'https://xxxxx.bj.bcebos.com/1%E5%88%86%E9%92%9F_%E6%9C%89%E5%AD%97%E5%B9%95.mp4'
task_id: task id from AINotesTaskCreate API return(required)BAIDU_API_KEY=xxx python3 scripts/ai_notes_task_query.py "26943ed4-f5a9-4306-a05b-b087665433a0"