← Back to Skills Marketplace
AI Notes of Video
by
baidu_qianfan
· GitHub ↗
· v1.0.0
6245
Downloads
4
Stars
48
Active Installs
1
Versions
Install in OpenClaw
/install ai-notes-of-video
Description
Generate document, outline, and image-text AI notes by providing a video URL, using Baidu's video analysis and note extraction APIs.
Usage Guidance
Install this only if you intend to use Baidu's service. Use a scoped Baidu API key where possible, watch quota or billing, and avoid submitting private, internal, signed, authenticated, or sensitive video URLs unless you are authorized to share them with Baidu.
Capability Analysis
Type: OpenClaw Skill
Name: ai-notes-of-video
Version: 1.0.0
The skill is designed to interact with the Baidu AI notes API to create and query video notes. The Python scripts (`scripts/ai_notes_task_create.py`, `scripts/ai_notes_task_query.py`) make legitimate API calls to `https://qianfan.baidubce.com` using a `BAIDU_API_KEY` from environment variables and user-provided video URLs or task IDs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are aligned with the stated purpose of generating AI notes from videos.
Capability Assessment
Purpose & Capability
The documented purpose matches the scripts: create a Baidu AI notes task from a video URL and query the result by task ID.
Instruction Scope
Instructions are narrow and user-directed, limited to a provided video URL, returned task ID, and polling Baidu task status.
Install Mechanism
The skill declares Python and BAIDU_API_KEY requirements; it also imports requests, which may need to be available in the environment, but there is no unsafe install behavior.
Credentials
Network calls to Baidu and use of BAIDU_API_KEY are proportionate to the stated purpose, but the submitted video URL and accessible media are shared with Baidu for processing.
Persistence & Privilege
The scripts do not write files, modify settings, install packages, store credentials, create persistence, or run background workers.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-notes-of-video - After installation, invoke the skill by name or use
/ai-notes-of-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ai-notes-of-video skill.
- Generate three types of AI notes (document, outline, image-text) from user-provided video URLs using Baidu’s API.
- Added workflow and API usage to create and query note generation tasks.
- Requires BAIDU_API_KEY to be set in environment.
- Detailed documentation included for setup, parameters, and note types.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 6245 downloads so far.
How do I install AI Notes of Video?
Run "/install ai-notes-of-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Notes of Video free?
Yes, AI Notes of Video is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AI Notes of Video support?
AI Notes of Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Notes of Video?
It is built and maintained by baidu_qianfan (@baiduqianfangroup); the current version is v1.0.0.
More Skills