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 skills add ayushozha/AdobePremiereProMCP --skill premiere-social-reframegit clone --depth 1 https://github.com/ayushozha/AdobePremiereProMCPWrote 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/ayushozha/adobepremierepromcp/premiere-social-reframe)<a href="https://agentmods.dev/skills/ayushozha/adobepremierepromcp/premiere-social-reframe"><img src="https://agentmods.dev/badge/skills/ayushozha/adobepremierepromcp/premiere-social-reframe/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/ayushozha/adobepremierepromcp/premiere-social-reframe"><img src="https://agentmods.dev/badge/skills/ayushozha/adobepremierepromcp/premiere-social-reframe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00068 | $0.00856 |
| Opus 5 | $0.00034 | $0.00428 |
| Sonnet 5 | $0.00014 | $0.00171 |
| Haiku 4.5 | $0.00007 | $0.00086 |
Grade A, and why
premiere-social-reframe 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 13d 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 — 33 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Premiere Social Reframe
Create derivatives from the master; never resize the only copy of a sequence.
Required server profile
Start or restart the MCP server with MCP_TOOL_PROFILE=social; the default standard profile does not expose the complete reframe workflow.
Workflow
- Resolve the intended source's unique index and ID with
premiere_get_sequence_list. Activate that index withpremiere_set_active_sequence, requireverified: trueand the exact source ID, then re-read the sequence list and stop unlessactiveSequenceIDis still that ID. - With the verified source active, record its hash, resolution, duration, markers from
premiere_get_sequence_markers, and captions. Establish the recovery boundary; treat any timeline snapshot or saved sequence version as audit data only. - For a standard 9:16 or 1:1 derivative, call
premiere_create_vertical_versionorpremiere_create_square_versionwith the verified source index. Each compound tool creates its own clone, so do not duplicate twice. Require a non-empty returned derivative ID,activeSequenceIDequal to that derivative ID, and exactly one new sequence in a fresh sequence-list readback. - For a custom aspect ratio, call
premiere_auto_reframewith the verifiedsource_sequence_idand a uniquenew_name. Choosemotion_presetfrom Premiere's exact values (slower,default, orfaster) and setuse_nested_sequencesdeliberately. Require the returned derivativesequenceIDandactiveSequenceIDto match, then re-read the sequence list and stop unless that ID is active and is the only new sequence. Do not duplicate first unless a separately preserved intermediate is explicitly required. - Keep the returned derivative active. Re-read its captions with
premiere_get_captions, then visually review every shot boundary, graphic, and platform safe zone in Premiere. Before each active-sequence-only mutation, re-read the sequence list and stop if the active ID differs. Usepremiere_set_positionorpremiere_set_scaleonly for visual clips whose values can be read back. Position uses normalized coordinates—(0.5, 0.5)is center and(0, 0)is top-left—not pixels. Reposition captions manually when needed. - Re-read the variant timeline. Verify its duration and edit points still match the master unless a cutdown was explicitly requested.
- Find a real
.eprpath withpremiere_list_export_presets_diskor use an explicitly supplied preset. Export the returned derivative index withpremiere_export_directwhen a blocking export is acceptable. Forpremiere_export_via_ame, report the job as queued until an external file check sees a stable, non-empty output. Only then callpremiere_probe_mediaand validate dimensions, streams, and duration before reporting success.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 33 lines · 68 tokens per session scan A aaf17256fde1
premiere-social-reframe is a skill published in the GitHub repository ayushozha/AdobePremiereProMCP (99 stars, last pushed 12d ago), licensed MIT. It adds 68 tokens to every session and 856 once invoked, about $0.0003 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-30.
Other skills, from other repositories
premiere-pro-mcp
Install, verify, troubleshoot, and operate the Adobe Premiere Pro MCP server. Use when a user wants an agent to set up Premiere MCP, connect Claude Code/Codex/Claude Desktop, control Premiere, import media, build sequences, edit timelines, apply effects, or diagnose bridge issues.
edit-premiere-project
Inspect, edit, verify, and export an open Adobe Premiere Pro project through the local Premiere MCP Bridge.
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
shogun-screenshot
A screenshot tool for getting images from a computer or web page and then cropping, resizing, or masking sensitive information. Playwright is a browser-automation tool used here to capture web pages.
agent-qa-testing
Agent davranis testi ve protokol uyumluluk dogrulamasi. Agent'larin tanimli rollerine uygun davranip davranmadigini assertion-based test'lerle olcer. Personality drift, role violation ve output kalite regresyonu tespit eder.