ai-notes-ofvideo
SKILL.md
AI Video Notes
Generate structured notes from video URLs using Baidu AI. Supports three note formats.
Workflow
- Create Task: Submit video URL → get task ID
- Poll Status: Query task every 3-5 seconds until completion
- Get Results: Retrieve generated notes when status = 10002
Status Codes
| Code | Status | Action |
|---|---|---|
| 10000 | In Progress | Continue polling |
| 10002 | Completed | Return results |
| Other | Failed | Show error |