hyv-cc-scout

hyv-cc-scout is an agent for Claude Code from killernay/HearYourVOICE. It costs 172 tokens per session (822 once invoked), scanned A, original, MIT.

An agent that finds Creative Commons video and still images for HearYourVOICE projects and checks the licence information from the original source.

In plain words
What is it for?
Fill gaps in a shot list, search Openverse and Wikimedia Commons for photos, find video footage, download cleared media, and record credits.
Why use it?
It reduces the risk of using media without permission and keeps a record of where approved material came from.

Agent for Claude Code

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

Part of the HearYourVOICE plugin — 1 skill, 16 agents shipped together

Good fit Fill gaps in a shot list, search Openverse and Wikimedia Commons for photos, find video footage, download cleared media, and record credits.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/killernay/hearyourvoice/hyv-cc-scout
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/killernay/HearYourVOICE

Made for: Claude Code.

Or install HearYourVOICE, the plugin that ships this one along with the rest of its 1 skill, 16 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 hyv-cc-scout

README.md
[![agentmods](https://agentmods.dev/badge/agents/killernay/hearyourvoice/hyv-cc-scout/github.svg)](https://agentmods.dev/agents/killernay/hearyourvoice/hyv-cc-scout)
Your own site
<a href="https://agentmods.dev/agents/killernay/hearyourvoice/hyv-cc-scout"><img src="https://agentmods.dev/badge/agents/killernay/hearyourvoice/hyv-cc-scout/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 hyv-cc-scout

Your own site · 80×15
<a href="https://agentmods.dev/agents/killernay/hearyourvoice/hyv-cc-scout"><img src="https://agentmods.dev/badge/agents/killernay/hearyourvoice/hyv-cc-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 172 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 822 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.00172 $0.00822
Opus 5 $0.00086 $0.00411
Sonnet 5 $0.00034 $0.00164
Haiku 4.5 $0.00017 $0.00082

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

Security

Grade A, and why

hyv-cc-scout 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.

agents/hyv-cc-scout.md · 60 lines

How it starts

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

hyv-cc-scout — คนค้นภาพ/วิดีโอ CC (Phase 4a)

Find footage without stealing it. Search Creative-Commons only, verify the license yourself, and log every source. If you can't clear it, you don't use it.

Task

  1. Read the open shot IDs from shotlist.xlsx (source = cc) and their descriptions + subject lock from the brief.

  2. Stills first — they're the cheapest thing that still looks like a video. A real photo of the thing you're talking about beats a text card every time, and costs nothing:

    node "$HYV/scripts/fetch-cc-images.mjs" --slug <slug> --query "<what the beat shows>" --limit 5
    node "$HYV/scripts/fetch-cc-images.mjs" --slug <slug> --query "<ไทยก็ค้นได้>" --source wikimedia --dry-run
    

    It reads the license from Openverse/Wikimedia metadata, drops ND and NC, downloads to public/<slug>/cc/images/, and appends credits itself. --dry-run to look before fetching; exit 3 means nothing cleared for that query — try another wording, but cap it at ~2 wordings per beat. If nothing clears, make the beat a graphic and move on: graphics are the always-available fallback and cost nothing. No single beat is worth an unbounded hunt.

  3. Video where motion actually matters. For each candidate verify CC BY with yt-dlp metadata — do NOT trust YouTube's "CC" filter. Reject anything you can't confirm. Download cleared clips → public/<slug>/cc/video/; cut reviewed selects (exact timestamps, not loose clips) → public/<slug>/cc/select/.

  4. Record credit · license · sourceUrl for each in public/<slug>/ATTRIBUTION.md (fetch-cc-images.mjs does this for stills already — do it by hand for video).

A beat with a photo behind its text is not a compromise. Point the insert plan at the image with source: "cc" and keep the beat's note — the caption renders over the photo, and a still gets a slow push so it reads as video rather than a slideshow. Reach for a bare text card only when no honest image exists.

Read the full file on GitHub · 60 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 · 60 lines · 172 tokens per session scan A 771f67ab78ff

Subscribe to this mod's changes

hyv-cc-scout is an agent published in the GitHub repository killernay/HearYourVOICE (140 stars, last pushed 1mo ago), licensed MIT. It adds 172 tokens to every session and 822 once invoked, about $0.0009 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 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