AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Reeljet

skill-xabilimon1-reeljet-reeljet · by Xabilimon1

Use when the user wants to create a short promo or demo video (Reels/TikTok/Shorts/landing hero) for an app, web, or SaaS from their own screen recordings and screenshots. Orchestrates creative direction, Higgsfield-generated motion/b-roll, local music, and deterministic ffmpeg assembly into master 16:9 + 9:16. Trigger: /reeljet.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-xabilimon1-reeljet-reeljet

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xabilimon1-reeljet-reeljet)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Reeljet? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

reeljet

Turn real product captures into short promo videos. You provide the substance (recordings, screenshots, logo); Higgsfield adds motion/b-roll; a local library adds music; ffmpeg assembles the final cut.

Prerequisites

  • ffmpeg installed (brew install ffmpeg).
  • ~/reeljet/music-library/ populated (see references/music-selection.md).
  • Higgsfield MCP connected with credits.

Workflow (5 phases)

Phase 0 — Intake + brand

  1. Get the asset folder (recordings, screenshots, logo) + a short brief

(what it does, audience, USP, tone, CTA).

  1. Create the campaign dir:

~/reeljet/ads//-/.

  1. python3 scripts/extract_palette.py --assets --out /palette.json
  2. python3 scripts/extract_frames.py --video --out /frames

Phase 1 — Creative plan (APPROVAL GATE)

Read references/creative-direction.md. Write /plan.json (validated by scripts/lib/plan_schema.py) and a human /plan.md storyboard. Pick music: python3 scripts/pick_music.py --mood ... --bpm ... --keywords .... Set shot durations to whole beats (60/bpm). Compute and show the estimated Higgsfield credit cost (sum per generated shot, see references/higgsfield-tools.md). STOP. Present plan.md + cost. Do not generate until the user approves.

Phase 2 — Generation (Higgsfield)

For each shot with source higgsfield_broll or animated_screenshot, call the MCP tool per references/higgsfield-tools.md. Skip shots already status: done (idempotent — never re-spend credits). Download into /generated/, set output_path, status, cost in plan.json. Normalize every clip to 1920x1080@30 (references/ffmpeg-recipes.md) before assembly.

Phase 3 — Assembly (ffmpeg)

python3 scripts/assemble.py --campaign-dir Produces master_16x9.mp4 and reframed master_9x16.mp4, captions burned from palette, music mixed at -14 LUFS. Append the logo end-card/CTA.

Phase 4 — QA / iterate

Check: hook readable in 2s; captions in mobile safe margins; audio -14 LUFS; duration within platform limits; H.264/AAC. To redo one shot, clear its plan.json entry (status->pending, drop output_path) and re-run Phase 2 + 3.

References

  • references/creative-direction.md — hooks, arc, caption style.
  • references/higgsfield-tools.md — exact MCP tools, presets, models, cost.
  • references/ffmpeg-recipes.md — normalization, master, reframe, end-card.
  • references/music-selection.md — library, brief->track, BPM grid.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.