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.
npx skills add MartinDelophy/ai-video-editor --skill edit-timeline-studiogit clone --depth 1 https://github.com/MartinDelophy/ai-video-editorWrote 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/martindelophy/ai-video-editor/edit-timeline-studio)<a href="https://agentmods.dev/skills/martindelophy/ai-video-editor/edit-timeline-studio"><img src="https://agentmods.dev/badge/skills/martindelophy/ai-video-editor/edit-timeline-studio/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/martindelophy/ai-video-editor/edit-timeline-studio"><img src="https://agentmods.dev/badge/skills/martindelophy/ai-video-editor/edit-timeline-studio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 26 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00193 | $0.05273 |
| Opus 5 | $0.00097 | $0.02636 |
| Sonnet 5 | $0.00039 | $0.01055 |
| Haiku 4.5 | $0.00019 | $0.00527 |
Grade A, and why
edit-timeline-studio 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 2d 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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Video Editing with Timeline Studio
Turn the user's exact editorial request and media into reversible Timeline Studio edits. Keep the editable timeline as the source of truth; never replace it with an opaque one-shot render.
Choose the execution path
- On first local use after installation, read references/host-environment.md. If Node.js is unavailable, start with the zero-dependency Shell or PowerShell bootstrap; otherwise run
node scripts/setup-host.mjs --check. Agent-driven Chinese and mixed Chinese/English voiceover uses Timeline Studio's owned browser-local Hojo TTS Light 80M two-voice bundle and does not require a separate Python voiceover capability. If language runtimes or dependencies are missing, show the exact installation plan and obtain explicit user approval before install mode; never treat Skill installation as permission to modify the host or download models. - Treat local project-file processing as the default for deterministic editing: inspect media locally, modify the portable
.timelinethrough the command layer or local archive services, and render and verify decoded output when the task changes rendered media. Do not open a browser merely because the editor has a UI. - Treat
https://video-editor.ai-creator.top/as the canonical hosted editor only when the user explicitly asks to use the website, provides no local repository or project path, or requires a hosted-only capability. - When this repository is available, prefer its Agent command layer and local media tools. Start the local server and browser only for a verified UI-only operation that the local project pipeline cannot express and the user has not required a local-only workflow. Read the actual server URL from process output; never assume port 5173.
- Prefer the bundled Timeline Studio MCP tools when the host exposes them. Read references/mcp-integration.md, inspect the project, and always call
timeline_project_diffbeforetimeline_project_applywith the same revision and operations. The MCP server is a transport over the repository command runner, not a separate editing implementation. - When MCP is unavailable, inspect
package.jsonfor an Agent command script. Do not usenpm run ... --if-presentas capability detection because it can succeed silently. If the command runner exists, read references/command-contract.md, inspect the project, build a versioned plan, run the structural validator, and useproject.diffas the authoritative semantic dry run beforeproject.run. - If a required operation is missing from the local contract, state the exact gap. For repository-development work, implement the smallest shared local operation and renderer support before falling back to UI. Otherwise ask before switching to the browser workflow.
- Do not claim deterministic or idempotent execution when only UI automation was available. State the limitation and preserve an editable project archive when the UI supports it.
What ships with it
41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .claude-plugin/plugin.json 809 B
- agents/openai.yaml 456 B
- docs/agent-video-editing.md 1.8 KB
- docs/claude-code-video-editing.md 1.3 KB
- docs/codex-video-editing.md 1.5 KB
- docs/command-reference.md 9.4 KB
- docs/comparison.md 1.7 KB
- docs/examples.md 4.2 KB
- docs/gemini-cli-video-editing.md 1.5 KB
- docs/github-copilot-video-editing.md 1.6 KB
- host-python-requirements.txt 47 B
- host-requirements.json 1.4 KB
- mcp/server.mjs 13 KB runs code
- README.md 7.9 KB
- references/auto-edit-scenarios.md 16 KB
- references/auto-edit-workflow.md 13 KB
- references/browser-workflow.md 5.4 KB
- references/command-contract.md 4.9 KB
- references/current-capabilities.md 7.3 KB
- references/curves-and-subject-effects.md 11 KB
- references/e2e-evaluation.md 11 KB
- references/highlight-tension-workflow.md 6.4 KB
- references/host-environment.md 4.4 KB
- references/local-model-routing.md 11 KB
- references/mcp-integration.md 3.7 KB
- references/professional-editing-workflow.md 8.5 KB
- references/promotion-narrative-workflow.md 4.3 KB
- references/remote-video-generation.md 7.1 KB
- references/replication-workflow.md 18 KB
- references/timeline-markers.md 10 KB
- references/voiceover-workflow.md 14 KB
- references/web-footage-sourcing.md 4.6 KB
- references/website-promo-workflow.md 17 KB
- scripts/analyze_replication.py 13 KB runs code
- scripts/bootstrap-host.ps1 1.8 KB runs code
- scripts/bootstrap-host.sh 3.9 KB runs code
- scripts/run-host-python.mjs 1.7 KB runs code
- scripts/setup-host.mjs 14 KB runs code
- scripts/validate_edit_plan.mjs 1.8 KB runs code
- scripts/validate-audio-channel-timing.mjs 4.6 KB runs code
- scripts/validate-voiceover-loudness.mjs 4.1 KB runs code
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.
- 2d ago Changed · +3 lines · +15 tokens per session c3f6714eef8d
- 10d ago First seen · 101 lines · 178 tokens per session scan A 5c50784dac03
edit-timeline-studio is a skill published in the GitHub repository MartinDelophy/ai-video-editor (800 stars, last pushed 2d ago), licensed MIT. It adds 193 tokens to every session and 5,273 once invoked, about $0.0010 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-30.
Other skills, from other repositories
autoclip
A local video tool that finds notable moments in long lectures, interviews, podcasts, or courses and turns them into short clips. It can use subtitles or transcribe the video, then render clips with ffmpeg, a video-processing program.
remotion-motion-graphics
Create and edit professional motion graphics videos with Remotion (React-based video). Use this skill EVERY time the user wants to create a video, edit a video, animate something, build an intro/outro/logo animation, make a Reel/Short/promo/launch video, add text animations or captions to footage, composite images and…
create-motion-graphics
Use whenever the agent needs to add, create, hand-author, patch, or place Motion Graphic JSX assets in a OpenChatCut project. This is the direct-authoring path: use createmotiongraphicfromcode / editasset / edititem, not motion-graphic-gen or submitmotiongraphic. Covers project/timeline intake, project visual…
openchatcut-plugin-basics
Use for video editing or video creation work that should be editable in OpenChatCut, even when the user does not explicitly mention OpenChatCut. Covers local/attached video editing, captions/subtitles, transcription, trimming, talking-head cleanup, highlights, B-roll, overlays, generation, export, project/editor…
voice
Text-to-Speech (TTS), voiceover, narration placement/sync, and custom sound effects (SFX) generator. Use when the user wants generated speech from text, wants to add/replace/align narration or voiceover for an existing video/timeline, wants to keep existing voiceover synced after visual retiming edits, needs voice…
video-gen
AI video generation via Seedance 2.0, Kling, MiniMax Hailuo, and xAI Grok Imagine. Use when the user wants to generate a video clip — text-to-video, image-to-video, first/last-frame transitions, reference-guided generation, multi-shot, or generatively editing / extending an existing clip.