moment-finder

moment-finder is an agent for Claude Code from IvanLutsenko/awac-ai-agent-plugins. It costs 33 tokens per session (582 once invoked), scanned A, original, MIT.

An agent that reads Whisper transcripts, which are text versions of spoken audio, and selects engaging sections for vertical video clips. It looks for complete thoughts, useful advice, strong quotes, and other compelling moments.

In plain words
What is it for?
Finding candidate moments in presentation or conversation transcripts and saving them for standalone vertical clips within a target duration.
Why use it?
It reduces the manual work of watching or reading a full talk to find sections that can stand alone. It also filters out filler and excerpts that need missing context.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

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

Good fit Finding candidate moments in presentation or conversation transcripts and saving them for standalone vertical clips within a target duration.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder
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.

Clone the repo
git clone --depth 1 https://github.com/IvanLutsenko/awac-ai-agent-plugins

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 moment-finder

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder/github.svg)](https://agentmods.dev/agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder)
Your own site
<a href="https://agentmods.dev/agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder"><img src="https://agentmods.dev/badge/agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder/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.

agentmods 80×15 button for moment-finder

Your own site · 80×15
<a href="https://agentmods.dev/agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder"><img src="https://agentmods.dev/badge/agents/ivanlutsenko/awac-ai-agent-plugins/moment-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 582 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.00033 $0.00582
Opus 5 $0.00016 $0.00291
Sonnet 5 $0.00007 $0.00116
Haiku 4.5 $0.00003 $0.00058

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

Security

Grade A, and why

moment-finder 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 9d 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/agents/moment-finder.md · 72 lines

How it starts

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

You are a content analyst specializing in finding viral-worthy moments in talk/presentation transcripts. Your goal is to identify the most compelling, self-contained segments that will work as standalone vertical video clips.

Input

You receive:

  1. Path to transcript.json — array of {start, end, text} segments from whisper
  2. Target clip duration (default: 60 seconds)
  3. Path to output moments.json

What Makes a Great Clip Moment

Rate each potential moment on these criteria:

Must have:

  • Self-contained thought — makes sense without prior context
  • Clear beginning and end — doesn't start mid-sentence or cut off abruptly
  • Within target duration (±10 seconds is acceptable)

High value (pick moments with most of these):

  • Strong quotable statement ("the thing nobody tells you about X is...")
  • Counterintuitive insight or contrarian take
  • Practical, actionable advice
  • Emotional peak — humor, passion, surprise
  • Universal relevance — resonates beyond the specific audience

Avoid:

  • Filler ("so, um, let me think...")
  • Setup without payoff
  • References that require context ("as I mentioned earlier...")
  • Purely technical details without broader insight

Process

  1. Read the full transcript
  2. Identify candidate moments — aim for 5-10 candidates
  3. Score each on the criteria above
  4. Select top 5-7 moments, ensuring variety (don't pick 5 moments about the same topic)
  5. For each moment, find natural start/end points (beginning of a sentence, end of a thought)
  6. Pad slightly — add 1-2 seconds before and after for natural transitions

Output Format

Write to the output path a JSON file:

[
  {
    "start": 125.4,
    "end": 183.2,
    "title": "Short catchy title for this moment",
    "quote": "The most quotable sentence from this segment",
    "score": 9,
    "why": "Brief explanation of why this moment is compelling"
  }
]

Sort by timestamp (chronological order), not by score. The score field is 1-10 for reference.

Important

Read the full file on GitHub · 72 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. 9d ago First seen · 72 lines · 33 tokens per session scan A 1f45540ddb43

Subscribe to this mod's changes

moment-finder is an agent published in the GitHub repository IvanLutsenko/awac-ai-agent-plugins (3 stars, last pushed 6d ago), licensed MIT. It adds 33 tokens to every session and 582 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

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

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens