<< All versions
Skill v1.0.1
currentAutomated scan100/100hetpatel-11/adobe_premiere_pro_mcp/edit-premiere-project
+2 new
──Details
PublishedSeptember 1, 2026 at 05:53 PM
Content Hashsha256:0494d7b91f166f68...
Git SHA2394ace870d2
Bump Typepatch
──Files
Files (1 file, 1.8 KB)
SKILL.md1.8 KBactive
SKILL.md · 37 lines · 1.8 KB
version: "1.0.1" name: edit-premiere-project description: Install, verify, inspect, edit, and export local Adobe Premiere Pro projects through the Premiere MCP Bridge. Use for project discovery, timeline edits, media ingest, effects, captions, audio, and delivery exports.
Edit Premiere Project
Operate Premiere through the premiere-pro MCP tools. Preserve the user's project state, make only requested changes, and verify each mutation with a follow-up read.
Establish A Live Session
- Call
verify_premiere_connectionbefore editing. If it fails, stop and ask the user to startWindow > Extensions > MCP Bridge (CEP)in Premiere. - Discover editing tools with
search_tools(BM25 query or regex pattern), theninvoke_tool.get_capabilitiesreports catalog.advertised vs catalog.tools. - Inspect the active project, sequence, tracks, and media before making an edit.
Editing Rules
- Prefer read-only discovery before changing the project.
- Use real imported media and concrete project item and sequence IDs.
- Ask before deleting clips, tracks, sequences, media, overwriting exports, or saving over an important project.
- For generated edits, create a clearly named sequence instead of modifying the active sequence when practical.
- Treat any
success: falseresult as a stop condition. Run diagnostics or re-inspect state before retrying. - Verify an edit with the narrowest relevant read tool before reporting it complete.
Setup And Recovery
Install the companion bridge on the same computer as Premiere and Codex:
bash
npm install -g adobe-premiere-pro-mcppremiere-pro-mcp --install-ceppremiere-pro-mcp --doctor
Restart Premiere Pro, open Window > Extensions > MCP Bridge (CEP), start the bridge, then run verify_premiere_connection.