npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-video-editingInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Turn your AI coding agent into a BlitzReels video API operator.
BlitzReels is a full-fledged AI video editing app and developer platform with a public REST API.
Teams use BlitzReels to generate, edit, and export production-ready short-form videos with timeline controls, captions, overlays, media management, and automation workflows for TikTok, Instagram Reels, and YouTube Shorts.
This repository packages installable Agent Skills (instructions + helper scripts) for AI coding agents (Codex, Claude Code, Cursor, and others), so agents can:
If you want AI agents to build real video workflows against BlitzReels, this repo is the entrypoint.
BlitzReels combines an end-user video editor and a developer-first API:
| Editor (Dark) | Editor (Light) |
|---|---|
![]() |
![]() |
https://blitzreels.com/llms.txt (concise)https://blitzreels.com/llms-full.txt (expanded)https://blitzreels.com/api/openapi.json (canonical API contract)blitzreels - Core BlitzReels API skill (auth, endpoint discovery, OpenAPI-aware guidance).blitzreels-caption-themes - Create, edit, preview, and manage custom caption themes via the BlitzReels API (typography, colors, animations, emphasis, layout).blitzreels-clipping - Long-form to short-form clipping workflows with transcript-backed suggestions, smart crop, and clip-window captions.blitzreels-video-editing - TikTok/Instagram clipping and captioning workflows (timeline, captions, overlays, exports).blitzreels-motion-graphics - Timeline editing + motion graphics workflows (overlays, templates, export).blitzreels-carousels - Carousel project workflows for short-form platforms (slide + text overlay pipelines).If you publish this folder as its own GitHub repo (recommended), users can install it via the Skills CLI:
npx skills add blitzreels/agent-skills --skill blitzreels
List skills in the repo:
npx skills add blitzreels/agent-skills --list
Each skill lives in skills/<skill-name> and includes:
SKILL.md - agent instructionsscripts/ - helper scripts (optional)examples/ - usage examples (optional)MIT