blitzreels-video-editing

Instalación
CLI
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-video-editing

Instala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.

Última actualización 4/22/2026

BlitzReels Agent Skills for TikTok & Instagram Clipping and Captioning

BlitzReels - Professional videos in just 3 clicks

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:

  • discover the right BlitzReels API endpoints quickly
  • follow production-ready workflow patterns
  • use the OpenAPI contract instead of guessing payloads

If you want AI agents to build real video workflows against BlitzReels, this repo is the entrypoint.

What is BlitzReels?

BlitzReels combines an end-user video editor and a developer-first API:

TikTok and Instagram Clipping & Captioning Workflows

  • TikTok clipping tool: turn long-form videos into short, publish-ready clips.
  • Instagram clipping tool: repurpose podcasts, streams, and courses into Reels.
  • TikTok/Instagram captioning tool: auto-captions with word-level timing and 34 built-in caption presets.
  • Short-form video editor: timeline editing, safe zones, and HD exports with no watermarks.
  • 3-step workflow: upload, caption, export in ~3 minutes on average.

UI Screenshots

Editor (Dark) Editor (Light)
BlitzReels video editor dark UI BlitzReels video editor light UI

LLM Resources (On blitzreels.com)

  • https://blitzreels.com/llms.txt (concise)
  • https://blitzreels.com/llms-full.txt (expanded)
  • https://blitzreels.com/api/openapi.json (canonical API contract)

Skills

  • 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).

Installation

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

Development

Each skill lives in skills/<skill-name> and includes:

  • SKILL.md - agent instructions
  • scripts/ - helper scripts (optional)
  • examples/ - usage examples (optional)

License

MIT