ai-notes-ofvideoGenerate AI-powered notes from videos (document, outline, or graphic-text formats)
Install via ClawdBot CLI:
clawdbot install ide-rea/ai-notes-ofvideoGenerate structured notes from video URLs using Baidu AI. Supports three note formats.
| Code | Status | Action |
|-------|---------|---------|
| 10000 | In Progress | Continue polling |
| 10002 | Completed | Return results |
| Other | Failed | Show error |
| Type | Description |
|------|-------------|
| 1 | Document notes |
| 2 | Outline notes |
| 3 | Graphic-text notes |
Endpoint: POST /v2/tools/ai_note/task_create
Parameters:
video_url (required): Public video URLExample:
python3 scripts/ai_notes_task_create.py 'https://example.com/video.mp4'
Response:
{
"task_id": "uuid-string"
}
Endpoint: GET /v2/tools/ai_note/query
Parameters:
task_id (required): Task ID from create endpointExample:
python3 scripts/ai_notes_task_query.py "task-id-here"
Response (Completed):
{
"status": 10002,
"notes": [
{
"tpl_no": "1",
"contents: ["Note content..."]
}
]
}
task_id
python3 scripts/ai_notes_task_query.py <task_id>
Use the polling script for automatic status updates:
python3 scripts/ai_notes_poll.py <task_id> [max_attempts] [interval_seconds]
Examples:
# Default: 20 attempts, 3-second intervals
python3 scripts/ai_notes_poll.py "task-id-here"
# Custom: 30 attempts, 5-second intervals
python3 scripts/ai_notes_poll.py "task-id-here" 30 5
Output:
[1/20] Processing... 25%Generated Feb 24, 2026
Instructors and students can use this skill to automatically generate notes from lecture videos or educational tutorials. It helps in creating study materials, summarizing key points, and enhancing learning efficiency by converting video content into structured document, outline, or graphic-text formats.
Business professionals can apply this skill to transcribe and summarize video recordings of meetings, webinars, or conferences. It enables quick review of discussions, action items, and decisions, saving time and improving documentation accuracy for team collaboration and project management.
Content creators and marketers can leverage this skill to extract notes from video content for repurposing into blog posts, social media updates, or newsletters. It streamlines the process of generating written summaries from video interviews, product demos, or promotional clips to engage audiences across multiple platforms.
Organizations in regulated industries can use this skill to generate notes from training videos or compliance sessions. It aids in creating audit trails, documenting procedures, and ensuring that employees have accessible, structured records for reference and verification purposes.
Researchers and analysts can utilize this skill to process video data from interviews, experiments, or field studies. It helps in extracting key insights, organizing findings into notes, and facilitating data analysis by converting visual and audio information into text-based formats for further study.
Offer this skill as a paid API service where users pay a monthly or annual fee to access video note generation. Revenue is generated through tiered pricing based on usage limits, such as number of videos processed per month, with additional features like priority processing or custom note formats.
Provide a free basic version with limited features, such as a cap on video length or note types, and charge for premium upgrades. Integrate with existing platforms like learning management systems or project management tools to attract users and upsell advanced functionalities like batch processing or enhanced accuracy.
Sell enterprise licenses to large organizations for internal use, such as in corporate training or compliance departments. Revenue comes from one-time licensing fees or annual contracts that include customization, dedicated support, and integration with internal systems to handle high-volume video processing securely.
š¬ Integration Tip
Ensure the BAIDU_API_KEY environment variable is set and use the provided polling scripts for reliable task monitoring to avoid manual errors.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Best practices for Remotion - Video creation in React
Best practices for Remotion - Video creation in React
Long-form AI video production: the frontier of multi-agent coordination. CellCog orchestrates 6-7 foundation models to produce up to 4-minute videos from a single prompt ā scripted, filmed, voiced, lipsync'd, scored, and edited automatically. Create marketing videos, product demos, explainer videos, educational content, spokesperson videos, training materials, UGC content, news reports.
HeyGen AI video creation API. Use when: (1) Using Video Agent for one-shot prompt-to-video generation, (2) Generating AI avatar videos with /v2/video/generat...
Complete toolkit for programmatic video creation with Remotion + React. Covers animations, timing, rendering (CLI/Node.js/Lambda/Cloud Run), captions, 3D, charts, text effects, transitions, and media handling. Use when writing Remotion code, building video generation pipelines, or creating data-driven video templates.