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.
curl -O https://raw.githubusercontent.com/sylphiette269/premiere-mcp-editor-cn/main/.codex/skills/premiere-guide-effect-planning/SKILL.mdgit clone --depth 1 https://github.com/sylphiette269/premiere-mcp-editor-cnWrote 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/sylphiette269/premiere-mcp-editor-cn/premiere-guide-effect-planning)<a href="https://agentmods.dev/skills/sylphiette269/premiere-mcp-editor-cn/premiere-guide-effect-planning"><img src="https://agentmods.dev/badge/skills/sylphiette269/premiere-mcp-editor-cn/premiere-guide-effect-planning/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/sylphiette269/premiere-mcp-editor-cn/premiere-guide-effect-planning"><img src="https://agentmods.dev/badge/skills/sylphiette269/premiere-mcp-editor-cn/premiere-guide-effect-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00045 | $0.00465 |
| Opus 5 | $0.00023 | $0.00233 |
| Sonnet 5 | $0.00009 | $0.00093 |
| Haiku 4.5 | $0.00005 | $0.00047 |
Grade A, and why
premiere-guide-effect-planning 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.
How it starts
The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Premiere Guide Effect Planning
Overview
This skill keeps document-driven assembly from guessing clip effects ad hoc. It extracts named effects from the guide, distinguishes optional effects from copy-to-all instructions, and only lets high-level assembly apply them when the caller opts in explicitly.
When to Use
- The guide names effects like
Gaussian Blur,Basic 3D,Drop Shadow - Some steps say to copy the current effect stack to all other clips
- The planner needs to expose reusable effects before Premiere execution
- High-level assembly should get closer to the guide without silently adding effects
Required Loop
- Extract effect names from the guide before assembly.
- Separate optional effects from
copy to all clipsevidence. - Persist that result in the assembly plan as
effectPlan. - Keep high-level assembly effect application opt-in via
applyGuideEffects: true. - Treat failed guide-derived effect application as an
assemblyReviewblocker when those effects were explicitly requested.
Guardrails
- Transition names are not clip effects and must stay out of
effectPlan. CTRL+ALT+V,复制到其他素材,all clips, and similar wording are evidence for promoting earlier effects toglobalClipEffects.- If the guide mentions an effect once but never says to copy it, keep it in
optionalClipEffects. - Do not auto-apply guide-derived effects just because they were parsed; execution must stay explicit.
- Treat screenshot-dependent effect values such as colors, light positions, blend modes, and stack order as manual-only unless another verified source provides exact values.
- If the guide only proves that an effect exists, do not assume its parameters are safe to execute automatically.
Common Mistakes
- Treating transition names as effects
- Applying all parsed effects by default during assembly
- Losing the evidence steps that explain why an effect was promoted
- Returning a plan without exposing whether effects are optional or global
- Auto-filling missing effect parameters from screenshots or guessed defaults
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.
- 12d ago First seen · 43 lines · 45 tokens per session scan A 5579f3854223
premiere-guide-effect-planning is a skill published in the GitHub repository sylphiette269/premiere-mcp-editor-cn (7 stars, last pushed 5mo ago), licensed MIT. It adds 45 tokens to every session and 465 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.
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.
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.
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…
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…
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…
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…