skills.video skills for video and image generation, including first-time API key setup and what to do when credits are insufficient.
Why use these skills
Use these skills to standardize how your team callsskills.video endpoints.
They enforce an SSE-first flow, provide polling fallback guidance, and include helper scripts for key checks and runtime error handling.
Install
Install the skills package from GitHub:ai-video-skillsai-image-skills
Supported clients
These skills are not limited to Codex. Use them in any client that supports the Skills package format, including:- Codex
- Claude Code
- Other compatible Skills clients
First-time API key setup
The skills requireSKILLS_VIDEO_API_KEY before any API call.
If the key is missing, they should prompt setup instructions.
Get an API key
- Sign in at
https://skills.video/dashboard/developer. - Click
Create API Key. - Copy the key.
Set environment variable
Use the skills
Call the skill directly in your client prompt.- Check API key with
scripts/ensure_api_key.py. - Resolve endpoint and payload from OpenAPI.
- Use SSE endpoint as default.
- Fall back to polling if SSE is unavailable.
Handle insufficient credits
When a generation call fails due to credits, the skill should stop retries and guide recharge.Recharge path
- Open
https://skills.video/dashboard. - Go to Billing/Credits.
- Recharge, then retry the request.