Borrowing it
Nothing to install: this file belongs to nguyenph88/Media-Editor-MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/nguyenph88/Media-Editor-MCP/main/.claude/skills/pp-create-reel/SKILL.mdgit clone --depth 1 https://github.com/nguyenph88/Media-Editor-MCPWrote 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/skills/nguyenph88/media-editor-mcp/pp-create-reel)<a href="https://agentmods.dev/skills/nguyenph88/media-editor-mcp/pp-create-reel"><img src="https://agentmods.dev/badge/skills/nguyenph88/media-editor-mcp/pp-create-reel/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nguyenph88/media-editor-mcp/pp-create-reel"><img src="https://agentmods.dev/badge/skills/nguyenph88/media-editor-mcp/pp-create-reel.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00122 | $0.02301 |
| Opus 5 | $0.00061 | $0.01151 |
| Sonnet 5 | $0.00024 | $0.00460 |
| Haiku 4.5 | $0.00012 | $0.00230 |
Grade A, and why
pp-create-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 10d 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create reel — beat-synced auto-edit
Build a reel cut on the beat. Verified live on Premiere 26.2.2 across multiple reels (Địa Đàng remix, Đậm Đà Câu Yêu).
Inputs: music file (audio OR video — mp4 music is fine), footage folder, target duration (default 59s), optional title text.
HARD RULE — end at exactly 59.0s, never 60. A 60s+ sequence reads as over a minute on YouTube (loses Shorts treatment). The 59.0 end cut is mid-bar; that's fine — it's the outro, not a beat cut.
Tempo adapts automatically: fast songs give many short slots (~1.7s bars), slow songs give fewer long slots (~3s bars). Don't assume 35 slots — derive slot count from the downbeats.
Pre-flight
premiere_healthandanalysis_health— both must be green. A project must be open in Premiere.- Honor the user's media-size preference (currently: files under 20MB only for tests).
Step 1 — Analyze
Do all of this in ONE local planning script (uv run --no-sync ... python tests/_plan.py) that calls the analysis package directly and emits a JSON plan — NOT as separate parallel MCP calls (those race / spam permission prompts). Set PYTHONIOENCODING=utf-8 so Vietnamese lyrics don't crash the console.
- Vocal-skip (on by default).
transcribethe music → first segmentstart= where vocals begin. Set the music startS= the first downbeat≥ first_voice − 0.15(start ON a bar so cuts stay on-beat). If the track has no speech segments (instrumental),S = 0. This trims the dead instrumental intro so the reel opens on the singing. detect_beatson the music →bpm,downbeats(these are in SOURCE time).- Slot boundaries in source time:
srcBounds = [S] + (downbeats in (S, S+target]) + [S+target]. Timeline boundaries =srcBounds − S(so timeline starts at 0). The final timeline boundary is exactly the target (59.0); the last slot runs from the last downbeat under the cap to 59.0 (a short stinger — intentional, and it's the loop ending — see Step 4). - Slice the music
in=S, out=S+targetat placement time — the A1 audio clip can never be shortened later (remove_clipsis video-only), so the slice must be right in this single placement. detect_energyon the music with the source-time boundaries (srcBounds) → per-slot energy 0..1 + calm/build/drop label. Drives clip-to-slot assignment in Step 4.
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.
- 10d ago First seen · 89 lines · 122 tokens per session scan A 74ab296171ec
pp-create-reel is a skill published in the GitHub repository nguyenph88/Media-Editor-MCP (0 stars, last pushed 3mo ago), licensed MIT. It adds 122 tokens to every session and 2,301 once invoked, about $0.0006 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 skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.