← 返回
AI智能 Key

AI Notes of Video

Generate document, outline, and image-text AI notes by providing a video URL, using Baidu's video analysis and note extraction APIs.
通过提供视频URL,使用百度的视频分析和笔记提取API,生成文档、大纲和图文AI笔记。
jlpjavawayup
AI智能 clawhub v1.0.0 1 版本 97223.9 Key: 需要
★ 6
Stars
📥 8,110
下载
💾 1,820
安装
1
版本
#latest

概述

AI PPT Generation

This skill allows OpenClaw agents to generate AI notes, Based solely on the video address provided by the user.

Setup

  1. API Key: Ensure the BAIDU_API_KEY environment variable is set with your valid API key.
  2. Environment: The API key should be available in the runtime environment.

API table

namepathdescription
------------------------------------------------------------------------------------
AINotesTaskCreate/v2/tools/ai_note/task_createCreate AI notes task based on the video address provided by the user
AINotesTaskQuery/v2/tools/ai_note/queryQuery AI notes task result based on task id

Workflow

  1. The AINotesTaskCreate API executes the Python script located at scripts/ai_notes_task_create.py
  2. The AINotesTaskQuery API executes the Python script located at scripts/ai_notes_task_query.py
  3. The first step ,call the AINotesTaskCreate API to create a task and get the task ID, must give a video address.
  4. The second step ,call the AINotesTaskQuery API to query the task result based on the task ID.
  5. Repeat the second step until the task status is completed.The task success identifier is status=10002. status=10000 indicates that the task is in progress. All other status codes are failures
  6. Each item in the note list is a note content. For each item in the list: 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", "status" represents the note status, with 10002 indicating success,with status=10000 indicating progressing and other status codes indicating failure. "content" indicates the note result. The mind map is located at the top of the outline note and is marked by the "Mind" tag

APIS

AINotesTaskCreate API

Parameters

  • video_url: the url of the video (required)

Example Usage

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'

PPTOutlineGenerate API

Parameters

  • task_id: task id from AINotesTaskCreate API return(required)

Example Usage

BAIDU_API_KEY=xxx python3 scripts/ai_notes_task_query.py "26943ed4-f5a9-4306-a05b-b087665433a0"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 09:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,520
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,690
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,764