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 leancoderkavy/premiere-pro-mcp --skill develop-premiere-pro-mcpgit clone --depth 1 https://github.com/leancoderkavy/premiere-pro-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/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp)<a href="https://agentmods.dev/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp"><img src="https://agentmods.dev/badge/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp/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/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp"><img src="https://agentmods.dev/badge/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp.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.00062 | $0.00783 |
| Opus 5 | $0.00031 | $0.00392 |
| Sonnet 5 | $0.00012 | $0.00157 |
| Haiku 4.5 | $0.00006 | $0.00078 |
Grade A, and why
develop-premiere-pro-mcp 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 11d 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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Develop Premiere Pro MCP
Make focused, evidence-backed changes to this TypeScript MCP server. Preserve unrelated worktree changes and distinguish automated verification from behavior proven in a live Premiere Pro host.
Orient to the repository
- Read
README.md,SECURITY.md,CONTRIBUTING.md, andRESEARCH.mdonly as needed for the task. Treat current source and release metadata as authoritative over dated snapshots. - Inspect
git statusbefore editing. Do not stage, rewrite, or remove unrelated work. - Trace the relevant path before changing it:
src/server.tsassembles the MCP surface.src/tools/contains tool schemas and handlers.src/bridge/implements host communication.cep-plugin/is the broad production bridge.uxp-plugin/is capability-aware and supports only its declared Premiere APIs.
- Use Node.js 24 for development when available; preserve the package's Node 20.19+
runtime floor. Install deterministically with
npm ciwhen dependencies are missing.
Implement safely
- Reuse nearby helpers and module patterns before adding abstractions or dependencies.
- Keep tool schemas, descriptions, registrations, structured results, authority profiles, tests, documentation, generated catalogs, and reported counts synchronized.
- Generate ExtendScript as ECMAScript 3: use
var, traditional functions and loops, and avoid arrows,let,const, template literals, and other modern runtime syntax. - Escape every user-controlled string with existing helpers before embedding it in a generated script. Never interpolate raw paths, names, expressions, or prompts.
- Keep raw scripting disabled unless the explicit
unsafe-scriptcapability is enabled. - Prefer documented Premiere APIs. Label QE DOM behavior experimental.
- Verify mutation postconditions. Do not treat a host API return value alone as proof of success, and do not silently fall back from failed UXP work to CEP or QE.
- Preserve private-directory ownership checks, authentication, size limits, secret handling, and telemetry privacy. Never collect prompts, arguments, results, tokens, IP addresses, project paths, media names, or person profiles.
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.
- 11d ago First seen · 66 lines · 62 tokens per session scan A 9eea9c66fa0a
develop-premiere-pro-mcp is a skill published in the GitHub repository leancoderkavy/premiere-pro-mcp (247 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 783 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-dialogue-cut
Tighten interviews, podcasts, tutorials, and talking-head edits in Adobe Premiere Pro by detecting silence, preserving natural speech margins, keeping an untouched recovery sequence, and verifying sync. Use for pause removal, dialogue cleanup, jump-cut planning, or rough-cut acceleration through the Premiere Pro MCP…
premiere-social-reframe
Produce vertical, square, and platform-specific versions of an Adobe Premiere Pro sequence while preserving the master edit. Use for 9:16, 1:1, and social cutdowns, Auto Reframe workflows, safe-zone checks, title repositioning, or multi-platform exports through the Premiere Pro MCP server.
premiere-batch-delivery
Validate, export, and inspect multiple Adobe Premiere Pro deliverables with explicit pending and unverified states. Use for YouTube, social, web, mobile, archive, audio-only, versioned export, delivery QA, caption validation, direct export, AME submission, or repeatable batch output through the Premiere Pro MCP server.
premiere-captions
Import, verify, structurally validate, and export timed captions or subtitles in Adobe Premiere Pro. Use for SRT workflows, supplied timed transcripts, caption QA, accessibility checks, or sidecar subtitle delivery through the Premiere Pro MCP server.
premiere-proxy-conform
Speed Adobe Premiere Pro editing with proxy creation, attachment, media matching, and original-media readiness checks. Use for high-resolution or remote-media projects, batch proxy preparation, relinking, proxy status audits, or pre-delivery original-media checks through the Premiere Pro MCP server.
premiere-look-effects
Build consistent, reversible visual effect recipes in Adobe Premiere Pro from effects confirmed as installed. Use for clip effects, parameterized looks, motion treatments, vignettes, controlled tests, or applying one approved recipe across multiple clips through the Premiere Pro MCP server.