← 返回 Skills 市场
AI Notes Video
作者
baidu_qianfan
· GitHub ↗
· v1.0.0
2667
总下载
2
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-notes-video
功能描述
Generate detailed AI notes including document, outline, and image-text formats from a user-provided video URL using Baidu's video AI notes tool.
使用说明 (SKILL.md)
AI PPT Generation
This skill allows OpenClaw agents to generate AI notes, Based solely on the video address provided by the user.
Setup
- API Key: Ensure the BAIDU_API_KEY environment variable is set with your valid API key.
- Environment: The API key should be available in the runtime environment.
API table
| 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 |
Workflow
- The AINotesTaskCreate API executes the Python script located at
scripts/ai_notes_task_create.py - The AINotesTaskQuery API executes the Python script located at
scripts/ai_notes_task_query.py - The first step ,call the AINotesTaskCreate API to create a task and get the task ID, must give a video address.
- The second step ,call the AINotesTaskQuery API to query the task result based on the task ID.
- 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
- 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"
安全使用建议
This skill appears coherent and limited to calling Baidu's AI-note service: it will send the BAIDU_API_KEY and any video URL you provide to qianfan.baidubce.com. Only install if you trust Baidu (and the qianfan endpoint) to handle your API key and the video content. Avoid providing URLs for private content unless you are OK with that data being sent to the external service. If you need a higher assurance, request the developer to provide documentation or an official homepage for the service and confirm the exact permissions and data retention policy.
功能分析
Type: OpenClaw Skill
Name: ai-notes-video
Version: 1.0.0
The skill is designed to generate AI notes from a video URL using Baidu's API. It requires a `BAIDU_API_KEY` from the environment, which is used for authentication with the legitimate Baidu Qianfan API endpoint `https://qianfan.baidubce.com`. The Python scripts (`scripts/ai_notes_task_create.py` and `scripts/ai_notes_task_query.py`) perform standard HTTP requests to this endpoint, passing the video URL or task ID. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` that would lead to harmful actions by the agent.
能力评估
Purpose & Capability
The skill's stated purpose (generate AI notes from a video URL) matches its files and metadata. The scripts call Baidu qianfan endpoints and the SKILL.md declares BAIDU_API_KEY and Python as required — all expected for this functionality.
Instruction Scope
SKILL.md instructs the agent to set BAIDU_API_KEY and run the provided Python scripts. The scripts POST/GET to the Baidu API with the video URL or task ID; they do not read unrelated files, execute arbitrary shell commands, or transmit additional environment data.
Install Mechanism
There is no install spec (instruction-only with included small scripts). Nothing is downloaded from untrusted URLs and no archive extraction or package installs are performed by the skill itself.
Credentials
The only required secret is BAIDU_API_KEY (declared as primaryEnv), which is proportionate to calling Baidu's API. Users should note that this API key is sent as a Bearer token to qianfan.baidubce.com as part of normal operation.
Persistence & Privilege
The skill does not request persistent or privileged platform presence (always is false) and does not modify other skills or system-wide configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-notes-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-notes-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ai-notes-of-video.
- Enables generation of AI notes (document, outline, and image-text) from a user-provided video URL using Baidu's API.
- Supports task creation and status/result querying via dedicated Python scripts and API calls.
- Requires a valid BAIDU_API_KEY environment variable for operation.
元数据
常见问题
AI Notes Video 是什么?
Generate detailed AI notes including document, outline, and image-text formats from a user-provided video URL using Baidu's video AI notes tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2667 次。
如何安装 AI Notes Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-notes-video」即可一键安装,无需额外配置。
AI Notes Video 是免费的吗?
是的,AI Notes Video 完全免费(开源免费),可自由下载、安装和使用。
AI Notes Video 支持哪些平台?
AI Notes Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Notes Video?
由 baidu_qianfan(@baiduqianfangroup)开发并维护,当前版本 v1.0.0。
推荐 Skills