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.
npx agentmods add commands/poppify/poppify-claude-plugin/make-reelgit clone --depth 1 https://github.com/Poppify/poppify-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/poppify/poppify-claude-plugin/make-reel)<a href="https://agentmods.dev/commands/poppify/poppify-claude-plugin/make-reel"><img src="https://agentmods.dev/badge/commands/poppify/poppify-claude-plugin/make-reel.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00032 | $0.01152 |
| Opus 5 | $0.00016 | $0.00576 |
| Sonnet 5 | $0.00006 | $0.00230 |
| Haiku 4.5 | $0.00003 | $0.00115 |
Grade A, and why
make-reel 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 4d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
The user wants to create a Poppify reel. Args provided: $ARGUMENTS
Invoke the poppify-build-reel skill and follow its flow:
-
If the user has no
apiKeyyet, callregister()first (optionally{ label: "claude" }— there is nosourceparam). Surface thesignupBonusUrlso they can claim 50 free seeds before paying. -
Pick the entry based on what the user provided:
- Photos (data URLs or http URLs) →
start_session_from_photos({ apiKey, photos, goal, audience?, platform? }) - Topic / brand intent (no photos) →
start_session_from_topic({ apiKey, topic, audience, goal, platform })thenrefine_conceptto pick from the 5 returned concepts. Topic-led sessions start with NO images — every slide'simageUrlis empty. You must give at least one slide an image (search the library oradd_slide_image, thenupdate_slides({action:"set_image", slideIndex, imageUrl})) beforeconfirm, or it refunds withtopic_led_no_images. One image can serve every beat —set_imagethe same URL on each slide; captions + motion carry the variety.
- Photos (data URLs or http URLs) →
-
Review the returned slides + caption + hashtags + CTA with the user. Default to ONE bulk call to apply any edits:
apply_session_patch({ sessionId, slides: [{index: 0, text: "..."}, ...], textColor: "#FFFFFF", // or any hex textAnimation: "phrase_reveal", videoEffect: "push_in", // canonical vocabulary: push_in, pull_out, lateral_pan, vertical_pan, focus_pull, epic_parallax, static audioMood: "uplifting", audio: { source: "library", assetId: "..." } }) -
Use
search_visual_libraryandget_music_libraryBEFORE recommendingadd_slide_image/add_soundtrack— library matches are free; generation is 5 seeds each. Attach images per-slide viaupdate_slides({action:"set_image", slideIndex, imageUrl})(orapply_session_patch({slides:[{index, imageUrl}]})) — not the legacy pool. To swap music,apply_session_patch({audio:{source:"library", assetId}}). -
When ready: call
get_resultto confirm seed cost — pre-confirm it returns the exact price breakdown — thenconfirm({ sessionId, apiKey }). Pollget_resultevery 20–30 seconds. When complete, hand thevideoUrlto the user with the note that it's valid ~7 days. -
Single-image reels: when one image carries the whole reel, keep ONE
videoEffectand leavecontinuousEffecton (default) so the camera makes one continuous move across the slides. Assigning a DIFFERENT effect per slide on a same-image run disables continuous smoothing and produces a visible reset at each cut. -
Optional Live Motion upgrade (only AFTER the user has seen the cinematic baseline): to animate the subject inside a slide,
search_live_libraryfirst (cache hits free), elseupdate_slides({action:"set_motion_mode", slideIndex, motionMode:"live", liveAction})+animate_slide(10 seeds/clip, Veo 3.1 Lite). Recommend at most one live slide, usually the hook. Never apply it before the baseline render. For before/after transformations (endFrameUri), invoke thepoppify-live-motionskill first — bridged renders need a composition-locked end frame and an authored journeyoverridePrompt. -
Reel length is per-slide — no global knob. Two DRIVERS: text length, or an explicit
update_slides({action:"set_duration", slideIndex, duration:N})(2–15s, works on ANY slide, overrides the text-length formula). Two MEDIA FLOORS that always play in full: attached voiceover audio and a rendered live-motion (Veo) clip — so an 8s morph slide holds all 8s; never pad a caption to keep a clip on screen. Lengthen a slide by writing more text OR set_duration. -
Optional consistency / before-after (5 seeds/frame, same as an image): for the SAME subject across slides,
add_slide_image({referenceAssetId|referenceImageUrl, prompt:"same subject, <new pose/scene>"})(consistent-frames mode) →set_image, animate normally. For a before/after transformation in ONE slide,add_slide_imagethe "after" from the same reference, thenupdate_slides({action:"set_motion_mode", ..., endFrameUri:<after url>})so Veo interpolates start → end. Each frame is one intentional call — not a random batch. SendendFrameUrionly for transitions, never for plain micro-motion.
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.
- 4d ago First seen · 42 lines · 32 tokens per session scan A 131ab8381ba9
make-reel is a command published in the GitHub repository Poppify/poppify-claude-plugin (0 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 1,152 once invoked, about $0.0002 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.
Other commands, from other repositories
create-demo-video
Record, narrate and edit a finished demo video of a piece of software.
setup
Set up PromptCut - installs deps (pip, ffmpeg), checks keys, CapCut folder.
video
Make a full video from an idea or a script - storyboard, voiceover, images, music, subtitles, render.
shorts
Cut vertical shorts or reels - from a topic, a script, or an existing long video.
vegas
Hand the video to VEGAS Pro - a script builds the project with pan/crop keyframes, voiceover, ducked music, titles, markers.
capcut
Build or adjust a CapCut project - tracks, transitions, effects, masks, keyframes, subtitles.