beatapi-video

A guide for creating, monitoring and troubleshooting BeatAPI sessions for music videos, ecommerce videos and real-time videos. BeatAPI is a video-generation service accessed through its tools or command-line program.

In plain words
What is it for?
Use it when generating or editing BeatAPI videos, managing session media, checking setup, monitoring tasks or working with real-time browser sessions.
Why use it?
It defines the exact workflow, protects API credentials and makes clear when an operation is still processing or would spend credits.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/beatapi/beatapi-codex-plugin/beatapi-video
Any agent
npx skills add BeatAPI/beatapi-codex-plugin --skill beatapi-video
Clone the repo
git clone --depth 1 https://github.com/BeatAPI/beatapi-codex-plugin

Made for: Claude Code, Codex.

Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,733 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00089 $0.01733
Opus 5 $0.00044 $0.00866
Sonnet 5 $0.00018 $0.00347
Haiku 4.5 $0.00009 $0.00173

Measured yesterday against content hash 897d12eefd9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

beatapi-video scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/beatapi-video/SKILL.md · 177 lines

How it starts

The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BeatAPI Video

Treat the bundled OpenAPI snapshot as the exact API contract.

Choose the execution adapter

Prefer the bundled BeatAPI MCP tools when beatapi_check_setup is available. Use beatapi_* tools for the complete workflow and do not shell out to the CLI for the same operation.

When BeatAPI MCP tools are unavailable, fall back to the official beatapi CLI. The Skills-only distribution requires Node.js 20.19+ or 22.12+ and npm install --global beatapi.

Protect the account

  • Use the customer's existing BeatAPI account and API key.
  • Read credentials only through the MCP setup tool, beatapi auth, or BEATAPI_API_KEY.
  • Never request a key in chat, pass it as a command argument, print it, or place it in JSON, source files, logs, screenshots, or issue text.
  • Treat task creation, shot editing, and composition as paid mutations.
  • Consider an explicit request to generate or edit authorization for that operation. Ask before spending credits only when the request is ambiguous, material settings are missing, or the operation expands beyond the request.
  • Never describe a queued or processing task as a completed video.

Establish readiness

  1. With MCP, call beatapi_check_setup. If configured, use its usage result; otherwise follow its exact next step.
  2. Without MCP, check beatapi --version, then run beatapi auth status.
  3. If the CLI is missing, instruct the user to install it; install it only when the user has authorized environment changes.
  4. If authentication is absent, ask the user to run beatapi auth login in a terminal or set BEATAPI_API_KEY. Do not ask them to paste the key into the conversation.
  5. Before a paid operation, call beatapi_get_usage or run beatapi usage. Check both credit balance and active concurrency.

Skip credential checks for anonymous beatapi_list_workflows or beatapi workflows list.

Choose the workflow

  • Choose Music Video when the user supplies audio plus 1-7 visual references.
  • Choose automatic Music Video composition unless the user wants to inspect, select, reorder, or edit storyboard shots.
  • Choose manual Music Video composition for those storyboard controls. Read manual-music-video.md before executing.
  • Choose Ecommerce Video when the user supplies product images and wants a short product advertisement.
  • Choose Realtime Video when the user needs a short-lived interactive browser session. Read realtime-video.md first. The agent may manage the server-side session but does not own camera permission, WebRTC negotiation, or browser rendering.
  • Do not force unrelated video editing, transcription, generic image generation, or non-BeatAPI API design tasks into this Skill.

Read the full file on GitHub · 177 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 177 lines · 89 tokens per session scan A 897d12eefd9b

Subscribe to this mod's changes

beatapi-video is a skill published in the GitHub repository BeatAPI/beatapi-codex-plugin (0 stars, last pushed 13d ago), licensed MIT. It adds 89 tokens to every session and 1,733 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

fashion-campaign-production

Provider-independent production workflow for AI-assisted fashion campaigns, lookbooks, editorial fashion films, ecommerce/editorial hybrids, social cutdowns, virtual try-on assets, generated model/lifestyle ads, and retouched fashion visuals; use when an agent must plan, prompt, produce, review, localize, or deliver…

calesthio/generative-media-skills · 95 tokens

food-beverage-content-production

Provider-independent production guidance for AI agents creating or retouching appetizing food and beverage images, recipe videos, restaurant/menu visuals, CPG ads, ecommerce product images, beverage pours, packaging/lifestyle shots, and social food clips, including truthfulness, labeling/claims discipline, styling…

calesthio/generative-media-skills · 79 tokens

product-ad-production

Diagnose, design, script, produce, adapt, and quality-control product video advertisements from evidence-backed briefs. Use for physical-product, software, app, service, ecommerce, direct-response, brand-response, demonstration, testimonial, launch, and variant ad work where product truth, legibility, claims, platform…

calesthio/generative-media-skills · 72 tokens

ecommerce-product-imagery

Provider-independent ecommerce product imagery production for marketplace listings, product pages, hero shots, lifestyle scenes, comparison charts, infographics, variant/packaging images, virtual try-on or placement mockups, ads, and AI-assisted product visuals. Use when an agent must plan, generate, edit, review…

calesthio/generative-media-skills · 97 tokens

neural-reality-capture

Use this skill for provider-independent reality capture that turns photographed or video-derived real places, objects, aerial sites, interiors, or people into photogrammetric meshes, NeRFs, or 3D Gaussian splats. It guides representation choice, capture planning, calibration and scale, reconstruction or training…

calesthio/generative-media-skills · 128 tokens

aliang-product-detail-photos

高质量商品详情图生成。将产品图片去背景,根据产品特点生成多角度、多场景商品详情图。.

aliang2052/aliang-skills · 33 tokens