make-reel

make-reel is a command for coding agents from Poppify/poppify-claude-plugin. It costs 32 tokens per session (1,152 once invoked), scanned A, original, MIT.

A command for creating a vertical social-media video from photos or from a topic. It uses Poppify to suggest concepts, arrange slides, and prepare captions, hashtags, and a call to action.

In plain words
What is it for?
Use it to start a photo-led or topic-led reel, choose a concept, add or replace slide images, review the result, and apply edits.
Why use it?
It turns a topic or a set of photos into a reel workflow, so you do not have to plan every slide and caption manually. Topic-based reels need at least one image before they can be confirmed.

Command

Part of the poppify plugin — 7 skills, 3 commands, 1 MCP server shipped together

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 commands/poppify/poppify-claude-plugin/make-reel
Clone the repo
git clone --depth 1 https://github.com/Poppify/poppify-claude-plugin

Or install poppify, the plugin that ships this one along with the rest of its 7 skills, 3 commands, 1 MCP server.

Wrote 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.

agentmods badge for make-reel

README.md
[![agentmods](https://agentmods.dev/badge/commands/poppify/poppify-claude-plugin/make-reel.svg)](https://agentmods.dev/commands/poppify/poppify-claude-plugin/make-reel)
Your own site
<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>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,152 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.00032 $0.01152
Opus 5 $0.00016 $0.00576
Sonnet 5 $0.00006 $0.00230
Haiku 4.5 $0.00003 $0.00115

Measured 4d ago against content hash 131ab8381ba9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

commands/make-reel.md · 42 lines

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:

  1. If the user has no apiKey yet, call register() first (optionally { label: "claude" } — there is no source param). Surface the signupBonusUrl so they can claim 50 free seeds before paying.

  2. 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 }) then refine_concept to pick from the 5 returned concepts. Topic-led sessions start with NO images — every slide's imageUrl is empty. You must give at least one slide an image (search the library or add_slide_image, then update_slides({action:"set_image", slideIndex, imageUrl})) before confirm, or it refunds with topic_led_no_images. One image can serve every beat — set_image the same URL on each slide; captions + motion carry the variety.
  3. 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: "..." }
    })
    
  4. Use search_visual_library and get_music_library BEFORE recommending add_slide_image / add_soundtrack — library matches are free; generation is 5 seeds each. Attach images per-slide via update_slides({action:"set_image", slideIndex, imageUrl}) (or apply_session_patch({slides:[{index, imageUrl}]})) — not the legacy pool. To swap music, apply_session_patch({audio:{source:"library", assetId}}).

  5. When ready: call get_result to confirm seed cost — pre-confirm it returns the exact price breakdown — then confirm({ sessionId, apiKey }). Poll get_result every 20–30 seconds. When complete, hand the videoUrl to the user with the note that it's valid ~7 days.

  6. Single-image reels: when one image carries the whole reel, keep ONE videoEffect and leave continuousEffect on (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.

  7. Optional Live Motion upgrade (only AFTER the user has seen the cinematic baseline): to animate the subject inside a slide, search_live_library first (cache hits free), else update_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 the poppify-live-motion skill first — bridged renders need a composition-locked end frame and an authored journey overridePrompt.

  8. 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.

  9. 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_image the "after" from the same reference, then update_slides({action:"set_motion_mode", ..., endFrameUri:<after url>}) so Veo interpolates start → end. Each frame is one intentional call — not a random batch. Send endFrameUri only for transitions, never for plain micro-motion.

Read the full file on GitHub · 42 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. 4d ago First seen · 42 lines · 32 tokens per session scan A 131ab8381ba9

Subscribe to this mod's changes

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.