blitzreels-cli

Control BlitzReels projects via CLI for onboarding, edits, and export.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blitzreels-cli
Source: https://github.com/blitzreels/agent-skills/tree/main/skills/blitzreels-cli
Command: npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need for agents to hand-write REST calls and guess payloads when onboarding, editing, and exporting BlitzReels projects.

Core Features & Use Cases

  • CLI-first project control: inspect active projects, timeline state, and assets, then apply narrow edits safely.
  • Production workflow guardrails: authenticate only when a session probe indicates it’s required, verify reads before writes, and confirm destructive steps via plans/previews.
  • Editing capabilities for creator automation: manage media placement, text overlays, caption word editing and styles, destructive edits (silence/mistakes) with planning, and export with snapshot-based verification.

Quick Start

Use the installed blitzreels CLI to inspect your active project and then start the export flow with the correct project IDs.

Frequently Asked Questions about blitzreels-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate video editing and timeline changes from the command line?

Automate video editing from the command line by using a CLI to control projects, inspect timeline state, and apply narrow edits like media placement and text overlays without hand-writing REST calls.

How do I edit captions and text overlays in a video project via a shell script?

Edit captions and text overlays via a shell by selecting the correct project ID through a list and inspect command, then applying word edits and style changes with structured JSON output.

What is the safest way to apply destructive video edits like removing silence or mistakes?

The safest way to apply destructive edits for silence or mistakes uses a confirm-preview workflow: generate a plan, review snapshots, and pass safety checks before executing destructive actions.

How do I export video projects from a local or production base URL using a CLI?

Export video projects from local or production base URLs by running an authenticated probe, verifying reads before writes, and executing snapshot-based validation to trigger credit-consuming exports.

Do I need to authenticate before inspecting active video editing projects?

You only need to authenticate before inspecting active projects when an initial session probe indicates it is required, ensuring production workflow guardrails are met before applying writes.

Why does my command-line video export fail without a snapshot validation?

Your command-line video export fails without snapshot validation because built-in safety checks prevent destructive actions and credit-consuming exports without first verifying plans and reviewing snapshots.