adobe-premiere-pro

adobe-premiere-pro is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 29 tokens per session (1,228 once invoked), scanned A, original, MIT.

A set of instructions for automating Adobe Premiere Pro, a professional video-editing application, through scripts and file interchange formats.

In plain words
What is it for?
It supports sequence setup, timeline markers, media relinking, EDL/XML interchange, and handoffs to Adobe Media Encoder for rendering.
Why use it?
It helps agents handle repetitive editing and delivery tasks without manually rebuilding sequences, adding markers, relinking media, or setting up exports.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the mas-video-lab plugin — 7 skills shipped together

Good fit It supports sequence setup, timeline markers, media relinking, EDL/XML interchange, and handoffs to Adobe Media Encoder for rendering.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/adobe-premiere-pro
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.

Any agent
npx skills add alivirgo/Major-AI-Skills --skill adobe-premiere-pro
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install mas-video-lab, the plugin that ships this one along with the rest of its 7 skills.

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 adobe-premiere-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/adobe-premiere-pro/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/adobe-premiere-pro)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/adobe-premiere-pro"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/adobe-premiere-pro/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.

agentmods 80×15 button for adobe-premiere-pro

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/adobe-premiere-pro"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/adobe-premiere-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,228 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00029 $0.01228
Opus 5 $0.00015 $0.00614
Sonnet 5 $0.00006 $0.00246
Haiku 4.5 $0.00003 $0.00123

Measured today against content hash 1c36269a8263, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

adobe-premiere-pro 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 today.

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.

plugins/mas-video-lab/skills/adobe-premiere-pro/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Adobe Premiere Pro NLE Automation AI Skill Guide (Claude)

Overview & Engine Architecture

Adobe Premiere Pro is a professional NLE built around Projects → Sequences → Tracks → Clips, with effects, Lumetri color, graphics, and audio mixing. Automation historically uses ExtendScript (JSX) against the Premiere DOM; newer surfaces include UXP plugins and interchange via FCP XML / AAF / EDL. Rendering is often delegated to Adobe Media Encoder (AME). Claude operates as a Principal Editorial Systems Engineer, specializing in sequence scaffolding, marker-driven delivery, batch relink strategies, and scripted export handoff.

Premiere Pro Project & Automation Stack

┌─────────────────────────────────────────────────────────────┐
│                 Premiere Pro Architecture                   │
│                                                             │
│  Editorial Data Model                                       │
│  ├── Project / Bin / Footage Item                           │
│  ├── Sequence (video/audio tracks, timebase)                │
│  └── TrackItem / Clip / Transition / Marker                 │
│                                                             │
│  Automation Surfaces                                        │
│  ├── ExtendScript DOM (app.project, sequence APIs)          │
│  ├── UXP plugins / CEP legacy panels                        │
│  └── Interchange (FCPXML, AAF, EDL, CME)                    │
│                                                             │
│  Delivery                                                   │
│  ├── Export / AME Watch Folders                             │
│  ├── Presets (.epr) & Match Source                          │
│  └── Team Projects / Productions (shared media)             │
└─────────────────────────────────────────────────────────────┘

Operational Capabilities & Agent Directives

  1. Sequence-First Thinking: Always confirm timebase, frame size, and sample rate before inserting clips or generating markers.
  2. ExtendScript Safety: Guard null app.project.activeSequence; never assume bins/items exist by name without lookup.
  3. Non-Destructive Relink: Prefer project manager / media browser patterns over rewriting media paths blindly.
  4. Export via Presets: Recommend AME presets (.epr) for repeatable delivery instead of ad-hoc UI clicks.
  5. Interchange Clarity: Choose FCPXML vs EDL based on whether effects/graphics must survive the round-trip.

Read the full file on GitHub · 121 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. today Changed · -8 tokens per session 1c36269a8263
  2. 12d ago First seen · 121 lines · 37 tokens per session scan A 900208ab50fe

Subscribe to this mod's changes

adobe-premiere-pro is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 1,228 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

edit-premiere-project

Inspect, edit, verify, save, and export an open Adobe Premiere Pro project through the premiere-pro MCP server. Use for rough cuts, timeline assembly or cleanup, clip and track changes, transitions and effects, dialogue or audio adjustments, captions, project organization, frame inspection, and delivery exports.

leancoderkavy/premiere-pro-mcp · 64 tokens

develop-premiere-pro-mcp

Develop, debug, test, review, document, and release the premiere-pro-mcp repository. Use when changing MCP tools, schemas, server registration, CEP or UXP bridges, generated ExtendScript, authority profiles, packaging, release metadata, or compatibility claims in this repo.

leancoderkavy/premiere-pro-mcp · 62 tokens

wedding-cinematic-reel

Color-match event footage to a hero/reference clip, sync highlight cuts to music beats, and build a four-minute wedding reel.

SysAdminDoc/OpenCut · 32 tokens

brand-assets-setup

Generate and deploy a complete brand asset pack for a Next.js App Router project. Scans the project, prints what to generate with exact specs, then imports and wires everything correctly.

JohnWayneeee/ai-agent-skills · 41 tokens

browser-audit

Run a pre-deploy browser audit of a live, preview, or local web page for accessibility, SEO, Lighthouse quality, and critical UX issues. Use when asked to audit a page/site before deployment, check WCAG 2.2 AA, WAI-ARIA, Lighthouse, accessibility, SEO, contrast, keyboard navigation, focus states, semantic HTML, forms…

JohnWayneeee/ai-agent-skills · 96 tokens

workflow-node-setup

Configure, adjust, debug, and verify React Flow workflow nodes. Use when working on custom node components, especially for node handles, multi-channel connections, edge ids/styles, NodeResizer behavior, drag handles, nodrag/nowheel areas, and markdown scroll containers.

JohnWayneeee/ai-agent-skills · 59 tokens