premiere-mcp-editor-cn: Skill for Codex

.codex/skills/premiere-timeline-conformance-review/SKILL.md

premiere-timeline-conformance-review is a skill for Codex from sylphiette269/premiere-mcp-editor-cn. It costs 31 tokens per session (431 once invoked), scanned A, original, MIT.

A quality check for an Adobe Premiere timeline after clips have been assembled. It compares the finished sequence with the planned asset order, clip count, tracks, durations, gaps, overlaps, and transitions.

In plain words
What is it for?
Use it to verify assembled video tracks against an expected file list or clip count, detect missing or extra clips, wrong order, gaps, overlaps, and invalid durations, and review expected transitions.
Why use it?
A timeline operation can report success while placing the wrong clips or creating continuity problems. This review checks the actual result instead of trusting the automation message.

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-timeline-conformance-review/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-timeline-conformance-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sylphiette269/premiere-mcp-editor-cn/premiere-timeline-conformance-review"><img src="https://agentmods.dev/badge/skills/sylphiette269/premiere-mcp-editor-cn/premiere-timeline-conformance-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 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.00031 $0.00431
Opus 5 $0.00015 $0.00216
Sonnet 5 $0.00006 $0.00086
Haiku 4.5 $0.00003 $0.00043

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

Security

Grade A, and why

premiere-timeline-conformance-review 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-timeline-conformance-review/SKILL.md · 57 lines

How it starts

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

Premiere Timeline Conformance Review

Overview

This skill verifies the realized timeline after assembly instead of trusting operation success alone.

When to Use

  • A high-level workflow has already assembled clips into a sequence
  • list_sequence_tracks or equivalent timeline snapshot data is available
  • The edit should be compared against a deterministic plan or explicit asset order
  • The assembly can succeed mechanically while still producing the wrong track contents

Required Inputs

  • Expected asset path list or expected clip count
  • Target video track index used for assembly
  • Timeline snapshot from Premiere after assembly
  • Optional transition expectation and existing execution review findings

Mechanical Checks

  • Warn when the target video track snapshot is unavailable after assembly
  • Block when the target video track exists but contains fewer clips than planned
  • Warn when the target video track contains more clips than planned
  • Warn when clip basename order no longer matches the planned asset order
  • Warn when adjacent clips leave visible gaps or overlaps on the main assembly track
  • Warn when any realized clip has zero or negative duration

Workflow

  1. Generate or collect the planned asset order before assembly.
  2. Assemble the timeline.
  3. Read the sequence tracks immediately after assembly.
  4. Compare the realized main video track against the plan.
  5. Treat blockers as assembly failures, not as optional warnings.
  6. Keep warnings visible for manual correction before refinement.

Guardrails

  • Do not assume addToTimeline success means the final track is correct.
  • Review the realized track, not only individual operation results.
  • Compare against the main assembly track, not title or overlay tracks.
  • Do not hide mismatches just because Premiere returned a success payload.

Common Mistakes

  • Trusting placement logs without re-reading the sequence
  • Forgetting that overlay tracks can exist while the main track is wrong
  • Ignoring clip order drift after automatic placement
  • Ignoring timing gaps that break the visual rhythm

Read the full file on GitHub · 57 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. 12d ago First seen · 57 lines · 31 tokens per session scan A 2bd028122fd9

Subscribe to this mod's changes

premiere-timeline-conformance-review is a skill published in the GitHub repository sylphiette269/premiere-mcp-editor-cn (7 stars, last pushed 5mo ago), licensed MIT. It adds 31 tokens to every session and 431 once invoked, about $0.0002 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

unbrowser

Cheap first-pass web discovery without launching Chrome — fetch SSR pages, run bounded JS, find routes/forms/API endpoints, extract structured data, and detect bot-wall or browser-only escalation points.

protostatis/unbrowser · 40 tokens

manage-mcp-servers

Add, remove, list, or manage MCP servers in the OpenClaw MCP bridge. Use when installing new servers, removing existing ones, listing available/installed servers, checking server status, or troubleshooting MCP connection issues.

AIWerk/openclaw-mcp-bridge · 50 tokens

gpt-image-2-prompt-architect

Research real GPT Image 2 prompt examples and turn rough image ideas into structured prompt packs, reference-image edit instructions, product visuals, layouts, and debugging loops. Use for prompt search, prompt rewriting, ecommerce images, readable text, posters, social creatives, character sheets, storyboards, or…

gpt-img-2/image3-prompt-mcp · 84 tokens

seedance-video-prompt-architect

Turn rough creative briefs into structured Seedance video prompt packs, reference-aware motion plans, focused variants, and debugging loops. Use for text-to-video, image-to-video, video-to-video, first-last-frame transitions, multi-shot storyboards, product ads, fashion clips, cinematic scenes, dialogue, or creator…

gpt-img-2/cdance-prompt-mcp · 81 tokens

china-video-prompt-architect

Turn rough China AI video ideas into structured English or Chinese prompt packs, reference-aware motion instructions, shot plans, and focused debugging loops. Use for text-to-video, image-to-video, reference-to-video, video-to-video, product clips, cinematic scenes, transitions, or multi-shot sequences; do not use for…

gpt-img-2/chinavideoai-prompt-mcp · 83 tokens

seevido-video-prompt-architect

Turn rough video ideas into structured English or Chinese prompt packs, reference-aware sequences, continuity rules, and focused debugging loops. Use for text-to-video, image-to-video, reference-to-video, video-to-video, product clips, cinematic scenes, or multi-shot work; do not use for account support, live model…

gpt-img-2/seevido-prompt-mcp · 79 tokens