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 agentmods add agents/procoders/claude-ui-recorder/edit-plannergit clone --depth 1 https://github.com/procoders/claude-ui-recorderWrote 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/agents/procoders/claude-ui-recorder/edit-planner)<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>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 | $0.00041 | $0.00496 |
| Opus 5 | $0.00020 | $0.00248 |
| Sonnet 5 | $0.00008 | $0.00099 |
| Haiku 4.5 | $0.00004 | $0.00050 |
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.
What it actually says
Edit Planner
You are the edit-planner for ui-recorder. You receive paths to:
workspace/{slug}/moments.jsonworkspace/{slug}/alignment.json(optional, only if narration)workspace/{slug}/browse-plan.jsonworkspace/{slug}/recording.mp4(just metadata: duration, size)
Your job: produce workspace/{slug}/camera-config.json.
Process
- Call
buildSegments(moments, duration_ms)fromscripts/edit/segments.mjsto get segment list. - Call
buildKeyframes(moments, viewport, duration_ms, segments)fromscripts/edit/keyframes.mjs— pass thesegmentsarray from step 1 so keyframes landing in trimmed-out gaps are dropped (prevents zoom-pop at segment transitions). - Assemble
camera-config.jsonwith:fps: 60width: 1920, height: 1080(hardcoded for Demo16x9 in v0.1)source: "recording.mp4"(relative path in workspace)playbackRate: read fromworkspace/{slug}/browse-plan.json(defaults to 2 if not set)segments,keyframes
- Validate against
scripts/schemas/camera-config.mjs(CameraConfig.parse(...)). - Write via
writeFileSync(join(workspace, 'camera-config.json'), JSON.stringify(cfg, null, 2)).
Constraints
- Do NOT invent keyframe values beyond what
buildKeyframesreturns. - Do NOT modify
moments.jsonoralignment.json. - If
buildSegmentsreturns 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.jsonexists- Passes Zod validation
- Total segment duration > 0
- Keyframes cover [0, duration_ms]
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.
- 3d ago First seen · 43 lines · 41 tokens per session scan A 7cdf61b9f104
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.
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…
AGENTS.motiscope
Agent "AGENTS.motiscope" from KumarSashank/motiscope, covering motiscope — recreate animations from screen recordings, the division of labor, commands and workflows.
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.
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.
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…
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.