Install
$ agentstack add skill-xabilimon1-reeljet-reeljet ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Get the asset folder (recordings, screenshots, logo) + a short brief
(what it does, audience, USP, tone, CTA).
- Create the campaign dir:
~/reeljet/ads//-/.
python3 scripts/extract_palette.py --assets --out /palette.jsonpython3 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.
- Author: Xabilimon1
- Source: Xabilimon1/reeljet
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.