overcast-frame-grid

overcast-frame-grid is a skill for Claude Code, Codex from kdr/overcast. It costs 36 tokens per session (768 once invoked), scanned A, original, Apache-2.0.

A video-search skill that samples frames from a clip, arranges them into a numbered contact sheet, and asks a vision model which tiles contain a target.

In plain words
What is it for?
It creates a labeled or position-numbered frame grid, sends the montage for visual inspection, and maps selected tiles back to their times in the clip.
Why use it?
It quickly locates the approximate part of a video where something appears before examining individual frames in detail.

Skill for Claude CodeCodex

Part of the overcast plugin — 35 skills, 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 skills/kdr/overcast/overcast-frame-grid
Any agent
npx skills add kdr/overcast --skill overcast-frame-grid
Clone the repo
git clone --depth 1 https://github.com/kdr/overcast

Made for: Claude Code, Codex.

Or install overcast, the plugin that ships this one along with the rest of its 35 skills, 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 overcast-frame-grid

README.md
[![agentmods](https://agentmods.dev/badge/skills/kdr/overcast/overcast-frame-grid.svg)](https://agentmods.dev/skills/kdr/overcast/overcast-frame-grid)
Your own site
<a href="https://agentmods.dev/skills/kdr/overcast/overcast-frame-grid"><img src="https://agentmods.dev/badge/skills/kdr/overcast/overcast-frame-grid.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 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.00036 $0.00768
Opus 5 $0.00018 $0.00384
Sonnet 5 $0.00007 $0.00154
Haiku 4.5 $0.00004 $0.00077

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

Security

Grade A, and why

overcast-frame-grid 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 5d 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.

skills/overcast-frame-grid/SKILL.md · 63 lines

How it starts

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

overcast-frame-grid

Use this skill to find roughly WHERE in a clip something appears with a single vision call, before spending per-frame calls. It's the "grid trick" from temporal-search research (frames tiled into one image; Set-of-Mark numbering over time). Pairs with overcast-pinpoint for the frame-precise follow-up. Use the broad overcast skill and overcast/reference/verbs.md for exact flags.

Workflow

overcast doctor --json
overcast case init --json
overcast grid ./clip.mp4 --count 16 --json     # -> media.grid: payload.montage + payload.cells + payload.cols
overcast see <montage-path> --prompt "Which numbered cells show <X>? Reply with cell numbers and why." --json
  • If the grid record's payload.labeled is false (this ffmpeg build has no drawtext), tell see it's a <cols>-column grid numbered left-to-right, top-to-bottom (cols is in the record), so it can reference cells by position.
  • Only the first count cells hold frames; the last row may be blank padding (those payload.cells[].at are null), so have see pick from 1..count and ignore blank tiles.
  • Always map the chosen cell number back through payload.cells[n].at to get the real timestamp — never use a time the model typed out.

Zoom in on the winning region (narrow the window, or hand the timestamp to overcast-pinpoint):

overcast grid ./clip.mp4 --start <a> --end <b> --count 16 --json   # finer sheet around the hit
overcast see frame://<watch-record>@<t> --prompt "Is <X> here? yes/no + detail" --json
overcast note "<X> first visible" --ref <record> --at <t1-t2> --json
overcast brief --export ./grid-triage.md --json

Use --at "s1,s2,s3" instead of --count when you already have candidate timestamps to compare side by side; --start/--end to focus a window; --cols / --width to shape the sheet. Add --view (--no-open in a headless run) to also write a clickable HTML board — numbered, timestamped cells that seek the source clip — for eyeballing the sheet by hand; the montage PNG stays the input you hand to see.

Read the full file on GitHub · 63 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. 5d ago First seen · 63 lines · 36 tokens per session scan A 84d1d7a190fc

Subscribe to this mod's changes

overcast-frame-grid is a skill published in the GitHub repository kdr/overcast (16 stars, last pushed 2d ago), licensed Apache-2.0. It adds 36 tokens to every session and 768 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-30.

Related

Other skills, from other repositories

video-to-skill

Turn a video, tutorial, playlist, or course into an installed, evidence-grounded course Skill that can teach, give practice and feedback, apply demonstrated methods, and answer reference questions. Use when the user provides video sources and wants reusable learning or operational capability.

Lum1104/video-to-skill · 57 tokens

frame-light-leak-cinema

Film light leaks, grain, 16:9 letterbox, and large serif type for cinematic openings or chapter cards.

nexu-io/open-design · 31 tokens

osmedeus-expert

Expert guide for the Osmedeus security automation workflow engine. Use when: (1) writing or editing YAML workflows (modules and flows), (2) running osmedeus CLI commands (scan, workflow management, installation, server), (3) configuring steps, runners, triggers, or template variables, (4) debugging workflow execution…

j3ssie/osmedeus · 113 tokens

recon-tool-integration

Adding a new tool to the recon pipeline: the enrichment-module contract and its isolated wrapper (the actual fan-out and test call path), graph completeness, and the preset catalog that silently strips unknown settings. Miss the isolated wrapper and the tool never runs in parallel; miss the catalog and AI presets drop…

samugit83/redamon · 114 tokens

supply-chain-scan

Working on RedAmon's supply-chain scanner (offline OSV + GuardDog + retire + trufflehog): the offline OSV database that the scan path does not bootstrap, the world-readable requirement for the hardened scanner, and the soft-error markers that record what was never analysed. Trigger: editing…

samugit83/redamon · 115 tokens

frame-glitch-title

数字故障 / 像散偏移 / 数据腐败标题, 适合视频转场 / cyberpunk hero.

nexu-io/html-anything · 31 tokens