find-moments

find-moments is a command for Claude Code from IvanLutsenko/awac-ai-agent-plugins. It costs 8 tokens per session (370 once invoked), scanned A, original, MIT.

A command that reviews a transcript or video and selects engaging sections for short vertical clips.

In plain words
What is it for?
Use it with an existing transcript or a video, set a target clip length, and receive a list of suggested moments.
Why use it?
It saves time scanning long recordings and gives you candidate moments with their timing and titles.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the clip-maker plugin — 6 skills, 3 commands, 3 agents shipped together

Good fit Use it with an existing transcript or a video, set a target clip length, and receive a list of suggested moments.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add IvanLutsenko/awac-ai-agent-plugins
Claude Code
/plugin install clip-maker

Made for: Claude Code.

Or install clip-maker, the plugin that ships this one along with the rest of its 6 skills, 3 commands, 3 agents.

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 find-moments

README.md
[![agentmods](https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/find-moments.svg)](https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/find-moments)
Your own site
<a href="https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/find-moments"><img src="https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/find-moments.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00008 $0.00370
Opus 5 $0.00004 $0.00185
Sonnet 5 $0.00002 $0.00074
Haiku 4.5 $0.00001 $0.00037

Measured 8d ago against content hash 9c96bf3bc47a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

find-moments 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 8d 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.

plugins/clip-maker/commands/find-moments.md · 52 lines

What it actually says

Find Interesting Moments

Analyze a transcript (or video) to find the most engaging moments for vertical clips.

Arguments

Parse $ARGUMENTS for:

  • <path>required, path to either:
    • transcript.json — pre-existing transcript
    • video file (.mp4, .mov, .avi, etc.) — will transcribe first
  • --duration N — target moment duration in seconds (default: 60)

Steps

1. Determine input type

Check the file extension:

  • If .json → use as transcript directly
  • If video file → transcribe first using:
    bash ${CLAUDE_PLUGIN_ROOT}/scripts/install-deps.sh
    bash ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.sh "<video_path>" "<output_dir>"
    

2. Find moments

Launch the moment-finder agent:

Agent(subagent_type="clip-maker:moment-finder", model="opus", prompt="
Analyze the transcript and find the most engaging moments.

- Transcript path: <transcript_path>
- Target duration: <duration> seconds
- Output path: <output_dir>/moments.json

Read the transcript, find the best moments, and write moments.json.
")

3. Display results

Read moments.json and present moments to the user as a formatted list:

  • Number, title, time range (MM:SS - MM:SS), score
  • The key quote from each moment
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. 8d ago First seen · 52 lines · 8 tokens per session scan A 9c96bf3bc47a

Subscribe to this mod's changes

find-moments is a command published in the GitHub repository IvanLutsenko/awac-ai-agent-plugins (2 stars, last pushed 5d ago), licensed MIT. It adds 8 tokens to every session and 370 once invoked, about $0.0000 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.