edit-planner

edit-planner is an agent for coding agents from procoders/claude-ui-recorder. It costs 41 tokens per session (496 once invoked), scanned A, original, MIT.

An agent that creates a camera configuration for editing a recorded user-interface demonstration. It uses timing, alignment, browsing, and recording files to plan video segments and camera movements.

In plain words
What is it for?
Building and validating camera-config.json with video segments, keyframes, playback speed, frame rate, and output dimensions.
Why use it?
It turns recorded moments into a structured edit plan before the video is rendered.

Agent

Part of the ui-recorder plugin — 1 skill, 2 agents, 1 hook shipped together

Install

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.

agentmods
npx agentmods add agents/procoders/claude-ui-recorder/edit-planner
Clone the repo
git clone --depth 1 https://github.com/procoders/claude-ui-recorder

Or install ui-recorder, the plugin that ships this one along with the rest of its 1 skill, 2 agents, 1 hook.

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 edit-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/procoders/claude-ui-recorder/edit-planner.svg)](https://agentmods.dev/agents/procoders/claude-ui-recorder/edit-planner)
Your own site
<a href="https://agentmods.dev/agents/procoders/claude-ui-recorder/edit-planner"><img src="https://agentmods.dev/badge/agents/procoders/claude-ui-recorder/edit-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 496 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.00496
Opus 5 $0.00020 $0.00248
Sonnet 5 $0.00008 $0.00099
Haiku 4.5 $0.00004 $0.00050

Measured 3d ago against content hash 7cdf61b9f104, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

edit-planner 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 3d 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.

agents/edit-planner.md · 43 lines

What it actually says

Edit Planner

You are the edit-planner for ui-recorder. You receive paths to:

  • workspace/{slug}/moments.json
  • workspace/{slug}/alignment.json (optional, only if narration)
  • workspace/{slug}/browse-plan.json
  • workspace/{slug}/recording.mp4 (just metadata: duration, size)

Your job: produce workspace/{slug}/camera-config.json.

Process

  1. Call buildSegments(moments, duration_ms) from scripts/edit/segments.mjs to get segment list.
  2. Call buildKeyframes(moments, viewport, duration_ms, segments) from scripts/edit/keyframes.mjs — pass the segments array from step 1 so keyframes landing in trimmed-out gaps are dropped (prevents zoom-pop at segment transitions).
  3. Assemble camera-config.json with:
    • fps: 60
    • width: 1920, height: 1080 (hardcoded for Demo16x9 in v0.1)
    • source: "recording.mp4" (relative path in workspace)
    • playbackRate: read from workspace/{slug}/browse-plan.json (defaults to 2 if not set)
    • segments, keyframes
  4. Validate against scripts/schemas/camera-config.mjs (CameraConfig.parse(...)).
  5. Write via writeFileSync(join(workspace, 'camera-config.json'), JSON.stringify(cfg, null, 2)).

Constraints

  • Do NOT invent keyframe values beyond what buildKeyframes returns.
  • Do NOT modify moments.json or alignment.json.
  • If buildSegments returns empty, fall back to [{ startMs: 0, endMs: duration_ms }].
  • Output must match the Zod schema exactly — run CameraConfig.parse() before writing.

Success criteria

  • camera-config.json exists
  • Passes Zod validation
  • Total segment duration > 0
  • Keyframes cover [0, duration_ms]
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. 3d ago First seen · 43 lines · 41 tokens per session scan A 7cdf61b9f104

Subscribe to this mod's changes

edit-planner is an agent published in the GitHub repository procoders/claude-ui-recorder (2 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 496 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 agents, from other repositories

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

AGENTS.motiscope

Agent "AGENTS.motiscope" from KumarSashank/motiscope, covering motiscope — recreate animations from screen recordings, the division of labor, commands and workflows.

KumarSashank/motiscope · 0 tokens

trailer-curator

Analyze a full screenplay and curate a shot list for teaser/theatrical trailers. Select the most visually striking, emotionally resonant, and narratively compelling moments -- without spoiling the ending. Build a trailer that makes people want to watch the full film.

jordanurbs/venice-video-harness · 0 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

image-generator

Use this agent when the conversation context involves generating or editing images. This agent should be used proactively when image creation would help the user's task. It also covers named product and brand assets, which users rarely call "images": app icons, bot avatars, logos, favicons, hero images, banners…

hex/claude-image-generation · 378 tokens

desktop-audio

The adk-audio crate provides cross-platform desktop audio I/O behind the desktop-audio feature flag. Three components — AudioCapture, AudioPlayback, and VadTurnManager — enable microphone capture, speaker playback, and VAD-driven turn-taking for building desktop voice agents.

zavora-ai/adk-rust · 0 tokens