← 返回 Skills 市场
ai-note-of-video
作者
MarjorieBroad
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ainotes-of-video
功能描述
Generate AI-powered notes from videos (document, outline, or graphic-text formats)
使用说明 (SKILL.md)
AI Video Notes
Generate structured notes from video URLs using SkillBoss API Hub. Supports three note formats.
Workflow
- Generate Notes: Submit video URL → get structured notes synchronously via SkillBoss API Hub
Note Types
| Type | Description |
|---|---|
| 1 | Document notes |
| 2 | Outline notes |
| 3 | Graphic-text notes |
APIs
Generate Notes
Endpoint: POST https://api.heybossai.com/v1/pilot
Parameters:
video_url(required): Public video URL
Example:
python3 scripts/ai_notes_task_create.py 'https://example.com/video.mp4'
Response:
{
"status": "success",
"notes": "Generated notes content..."
}
Query Notes
Endpoint: POST https://api.heybossai.com/v1/pilot
Parameters:
video_url(required): Public video URL (SkillBoss API Hub returns results synchronously)
Example:
python3 scripts/ai_notes_task_query.py "https://example.com/video.mp4"
Response (Completed):
{
"notes": "Document notes...\
Outline notes...\
Graphic-text notes..."
}
Polling Strategy
Option 1: Manual Query
- Call the create script directly with video URL
- Notes are returned synchronously:
python3 scripts/ai_notes_task_create.py \x3Cvideo_url>
Option 2: Auto Query (Recommended)
Use the poll script for automatic note generation:
python3 scripts/ai_notes_poll.py \x3Cvideo_url> [max_attempts] [interval_seconds]
Examples:
# Default settings
python3 scripts/ai_notes_poll.py "https://example.com/video.mp4"
# Custom: 30 attempts, 5-second intervals
python3 scripts/ai_notes_poll.py "https://example.com/video.mp4" 30 5
Output:
- Returns formatted notes with type labels upon completion
Error Handling
- Invalid URL: "Video URL not accessible"
- Processing error: "Failed to parse video"
- Timeout: "Video too long, try again later"
安全使用建议
This package looks incomplete: the README expects Python scripts under a scripts/ directory but none are bundled. Before installing or providing your SKILLBOSS_API_KEY, ask the publisher for the missing scripts or for the HTTP request examples that show how the API key is sent (authorization header, bearer token, etc.). Verify the external domain (api.heybossai.com) and its privacy policy—ensure you're comfortable uploading video URLs/content to that service. Do not provide unrelated credentials. If you receive the scripts later, review them to ensure they only call the declared API endpoint, do not read local files or other environment variables, and handle secrets safely (only use the declared SKILLBOSS_API_KEY).
功能分析
Type: OpenClaw Skill
Name: ainotes-of-video
Version: 1.0.0
The skill bundle contains metadata and documentation for a video summarization tool that interacts with the SkillBoss API (api.heybossai.com). The SKILL.md file outlines a standard workflow for submitting video URLs and retrieving notes via Python scripts. There are no indications of malicious intent, prompt injection, or unauthorized data access in the provided files, and the requested environment variable (SKILLBOSS_API_KEY) is consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description (generate notes from videos) aligns with requiring python3 and an API key for a third‑party service (SkillBoss). Requesting SKILLBOSS_API_KEY as the primary credential is proportionate to calling a remote API.
Instruction Scope
SKILL.md instructs the agent to run python scripts (scripts/ai_notes_task_create.py, scripts/ai_notes_poll.py, etc.) and to POST to https://api.heybossai.com/v1/pilot, but no code files are bundled. The instructions do not show how the SKILLBOSS_API_KEY is included in requests (headers, env var usage), and leave the implementation details to unspecified scripts—this is incomplete and grants broad implicit discretion to any scripts that might be supplied later.
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk by the skill installer. This is lower-risk, but since the runtime relies on external scripts that are not included, the package is effectively unusable as-is.
Credentials
Only SKILLBOSS_API_KEY is required and marked primary, which is appropriate for a remote-API integration. However, the SKILL.md doesn't demonstrate how the key is used or what scopes/permissions the API key requires—users should confirm the key's intended scope and ensure no additional unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide config paths or persistent modification. Autonomous invocation is allowed (platform default) but not combined with other high-privilege flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ainotes-of-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/ainotes-of-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release—generate AI-powered notes from video URLs in multiple structured formats.
- Supports three note types: document, outline, and graphic-text notes.
- Uses SkillBoss API Hub for synchronous note generation from public video URLs.
- Provides scripts for manual or automatic polling of note generation.
- Includes clear error messages for invalid URLs, processing errors, and timeouts.
元数据
常见问题
ai-note-of-video 是什么?
Generate AI-powered notes from videos (document, outline, or graphic-text formats). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 ai-note-of-video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ainotes-of-video」即可一键安装,无需额外配置。
ai-note-of-video 是免费的吗?
是的,ai-note-of-video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ai-note-of-video 支持哪些平台?
ai-note-of-video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ai-note-of-video?
由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.0.0。
推荐 Skills