AI Notes Video — AI笔记视频
v2使用百度的视频AI笔记工具,从用户提供的视频URL生成详细的AI笔记,包括文档、提纲和图文格式。
运行时依赖
安装命令
点击复制技能文档
AI PPT Generation
This 技能 allows OpenClaw 代理s to 生成 AI notes, Based solely on the video 添加ress provided by the user.
设置up API Key: Ensure the BAIDU_API_KEY 环境 variable is 设置 with your valid API key. 环境: The API key should be avAIlable in the 运行time 环境. API table name path description AINotesTask创建 /v2/工具s/AI_note/task_创建 创建 AI notes task based on the video 添加ress provided by the user AINotesTask查询 /v2/工具s/AI_note/查询 查询 AI notes task 结果 based on task id 工作流 The AINotesTask创建 API 执行s the Python script located at scripts/AI_notes_task_创建.py The AINotesTask查询 API 执行s the Python script located at scripts/AI_notes_task_查询.py The first step ,call the AINotesTask创建 API to 创建 a task and 获取 the task ID, must give a video 添加ress. The second step ,call the AINotesTask查询 API to 查询 the task 结果 based on the task ID. Repeat the second step until the task 状态 is completed.The task 成功 identifier is 状态=10002. 状态=10000 indicates that the task is in 进度. All other 状态 codes are 失败s Each item in the note 列出 is a note content. For each item in the 列出: the tpl_no field represents the type of stored notes, 1 - manuscript notes, 2 - outline notes, 3 - graphic and text notes. The "detAIl" field is for note detAIls. In "detAIl", "状态" represents the note 状态, with 10002 indicating 成功,with 状态=10000 indicating 进度ing and other 状态 codes indicating 失败. "content" indicates the note 结果. The mind map is located at the top of the outline note and is marked by the "Mind" tag APIS AINotesTask创建 API Parameters video_url: the url of the video (required) Example Usage BAIDU_API_KEY=xxx python3 scripts/AI_notes_task_创建.py 'https://xxxxx.bj.bcebos.com/1%E5%88%86%E9%92%9F_%E6%9C%89%E5%AD%97%E5%B9%95.mp4'
PPTOutline生成 API Parameters task_id: task id from AINotesTask创建 API return(required) Example Usage BAIDU_API_KEY=xxx python3 scripts/AI_notes_task_查询.py "26943ed4-f5a9-4306-a05b-b087665433a0"