ai-video-skillsBuild and execute skills.video video generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document video generation calls on...
Install via ClawdBot CLI:
clawdbot install chuyun/ai-video-skillsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://skills.video/dashboard/developer`Audited Apr 16, 2026 · audit v1.0
Generated May 23, 2026
A creative agency needs to quickly generate video content from text prompts for client pitches. The SSE endpoint allows streaming generation, enabling real-time review and iteration. This reduces turnaround time from days to minutes.
An e-commerce platform automates product video creation by integrating the API to generate promotional clips from product descriptions. The polling fallback ensures reliability, and the API key setup is straightforward for developers.
Developers building on the skills.video platform use the OpenAPI spec extraction to create and test video generation requests without guessing fields. The script tooling helps validate schemas and payloads efficiently.
Educational institutions generate training videos from lecture notes or scripts using the API. The deterministic extraction from OpenAPI ensures consistent outputs, and the retry mechanism handles transient errors during batch generation.
Marketing teams create personalized video ads by dynamically generating content based on user data. The SSE streaming allows near-instant delivery, while the error handling script guides users on credit issues to avoid campaign disruption.
Users pay for each video generation request based on the model and output resolution. Revenue scales with usage, and credits are purchased upfront via the dashboard.
Offer monthly or annual plans with a fixed number of video credits or unlimited access to certain models. Provides predictable revenue and encourages platform stickiness.
Custom pricing for high-volume or white-label usage, including dedicated support and SLAs. Revenue from enterprise contracts with minimum commitments.
💬 Integration Tip
Leverage the provided Python scripts (e.g., create_and_wait.py) to handle SSE streaming and polling fallback automatically, reducing custom error handling code. Always validate the API key first using ensure_api_key.py.
Scored May 23, 2026
视频自动剪辑助手。基于 FFmpeg 自动提取精彩片段、生成字幕、裁剪时长、制作短视视频,支持多平台导出。当用户需要:自动剪辑视频、提取关键词片段、生成字幕并烧录、导出短视频、提取视频精华、生成视频摘要时使用此技能。
Perform video editing tasks with ffmpeg, including cutting, merging, converting formats, extracting audio, adding subtitles, resizing, cropping, adjusting sp...
When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "reg...
Use when the user has a video + a target-language SRT and wants the video to actually speak that language — generates a time-aligned TTS voice dub. Routes by...
Download videos, extract transcripts, capture frames. Analyze YouTube, tutorials, DD videos with yt-dlp + Whisper + ffmpeg.
Extract frames or short clips from videos using ffmpeg.