premiere-mcp-editor-cn: Skill for Codex

.codex/skills/premiere-bridge-verification/SKILL.md

premiere-bridge-verification is a skill for Codex from sylphiette269/premiere-mcp-editor-cn. It costs 28 tokens per session (324 once invoked), scanned A, original, MIT.

A verification guide for the bridge between a Premiere MCP server and its CEP panel. It checks that both sides use the same files and agree on command formats, timeouts, and recovery behavior.

In plain words
What is it for?
Use it when changing bridge configuration, command files, timeout handling, or recovery scripts in premiere-mcp.
Why use it?
It reduces errors caused by one side using a different bridge folder or command format from the other.

Skill for Codex

Written for Codex: installed under .codex/.

This is sylphiette269/premiere-mcp-editor-cn's own configuration. It tells Codex how to work on premiere-mcp-editor-cn itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything premiere-mcp-editor-cn configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sylphiette269/premiere-mcp-editor-cn. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sylphiette269/premiere-mcp-editor-cn/main/.codex/skills/premiere-bridge-verification/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sylphiette269/premiere-mcp-editor-cn

Made for: Codex.

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 premiere-bridge-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/sylphiette269/premiere-mcp-editor-cn/premiere-bridge-verification/github.svg)](https://agentmods.dev/skills/sylphiette269/premiere-mcp-editor-cn/premiere-bridge-verification)
Your own site
<a href="https://agentmods.dev/skills/sylphiette269/premiere-mcp-editor-cn/premiere-bridge-verification"><img src="https://agentmods.dev/badge/skills/sylphiette269/premiere-mcp-editor-cn/premiere-bridge-verification/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 premiere-bridge-verification

Your own site · 80×15
<a href="https://agentmods.dev/skills/sylphiette269/premiere-mcp-editor-cn/premiere-bridge-verification"><img src="https://agentmods.dev/badge/skills/sylphiette269/premiere-mcp-editor-cn/premiere-bridge-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 324 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.00028 $0.00324
Opus 5 $0.00014 $0.00162
Sonnet 5 $0.00006 $0.00065
Haiku 4.5 $0.00003 $0.00032

Measured 12d ago against content hash 8d1e63824594, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

premiere-bridge-verification 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 12d 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.

.codex/skills/premiere-bridge-verification/SKILL.md · 42 lines

What it actually says

Premiere Bridge Verification

Overview

This skill keeps the MCP side and CEP side pointed at the same bridge and verifies the command protocol still matches runtime expectations.

When to Use

  • Editing cep-panel/js/bridge-config.js
  • Editing src/bridge/index.ts or cep-panel/js/panel.js
  • Changing command-*.json / response-*.json behavior
  • Debugging timeout, expiry, or recovery script issues

Verification Loop

  1. Confirm the effective bridge directory.
    • Preferred: PREMIERE_TEMP_DIR
    • Fallback: dirname(PREMIERE_MCP_COMMAND_FILE)
    • CEP side: bridge-config.js
  2. Confirm the command shape.
    • legacy action envelope
    • raw script envelope with script, timeoutMs, expiresAt
  3. Run targeted tests for panel and server surface.
  4. Run full npm test and npm run build.

Quick Checks

  • bridge-status.json should advertise per-request or legacy explicitly.
  • CEP should reject expired raw script commands with command_expired.
  • Node and CEP must read and write the same directory.

Common Mistakes

  • Changing only the Node env or only the CEP config
  • Verifying legacy mode but not per-request mode
  • Treating a timeout as a tool bug before checking bridge directory mismatch
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. 12d ago First seen · 42 lines · 28 tokens per session scan A 8d1e63824594

Subscribe to this mod's changes

premiere-bridge-verification is a skill published in the GitHub repository sylphiette269/premiere-mcp-editor-cn (7 stars, last pushed 5mo ago), licensed MIT. It adds 28 tokens to every session and 324 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

arxiv-agentic-verifier

Source Paper: Scaling Agentic Verifier for Competitive Coding (ID: 4a4c4dae6a5145ebc4d62eb2d64b0f0f) Type: Code Verification / Test Generation.

InternLM/WildClawBench · 0 tokens

qa

Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Proactively suggest when the user says a…

GCWing/BitFun · 160 tokens

empirical-verification

Scientific method for software. Use when debugging, reviewing surprising behavior, or before claiming code works -- always tether assumptions to reality with a small experiment.

Kevin-Liu-01/Agent-Machines · 34 tokens

closed-loop-development

Use when building, debugging, or verifying software inside an Agent Machine. Teaches the agent to write code, run the service, hit endpoints, inspect logs, drive the browser, and iterate without asking the user to be the test harness.

Kevin-Liu-01/Agent-Machines · 52 tokens

blazemeter-troubleshooting

Comprehensive troubleshooting guide for BlazeMeter, covering API Monitoring, Performance Testing, general issues, integrations, and security. Use when troubleshooting for (1) API Monitoring issues (Radar Agent auth, SSL certificates, debug tests), (2) Performance Testing issues (high response time, 500 errors, partial…

Blazemeter/bzm-mcp · 131 tokens

openclaw-parallels-smoke

End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip…

SafeAI-Lab-X/ClawKeeper · 85 tokens