analyzer

analyzer is an agent for coding agents from prime-radiant-inc/greenfield. It costs 37 tokens per session (356 once invoked), scanned A, original, Apache-2.0.

A generic worker agent that performs a specified analysis task and writes its results to a file.

In plain words
What is it for?
Use it for tasks such as document research, breaking work into chunks, or producing a deeper analysis from supplied instructions and input.
Why use it?
It provides a repeatable way to delegate research or analysis while recording the sources behind its claims.

Agent

Part of the greenfield plugin — 22 skills, 2 commands, 2 agents 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 agents/prime-radiant-inc/greenfield/analyzer
Clone the repo
git clone --depth 1 https://github.com/prime-radiant-inc/greenfield

Or install greenfield, the plugin that ships this one along with the rest of its 22 skills, 2 commands, 2 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 analyzer

README.md
[![agentmods](https://agentmods.dev/badge/agents/prime-radiant-inc/greenfield/analyzer.svg)](https://agentmods.dev/agents/prime-radiant-inc/greenfield/analyzer)
Your own site
<a href="https://agentmods.dev/agents/prime-radiant-inc/greenfield/analyzer"><img src="https://agentmods.dev/badge/agents/prime-radiant-inc/greenfield/analyzer.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 356 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.00037 $0.00356
Opus 5 $0.00018 $0.00178
Sonnet 5 $0.00007 $0.00071
Haiku 4.5 $0.00004 $0.00036

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

Security

Grade A, and why

analyzer 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.

agents/analyzer.md · 22 lines

What it actually says

Analyzer Worker

You are a generic Analyzer. Your dispatch prompt tells you:

  1. Role — what agent role you're filling (e.g., doc-researcher, chunk-analyzer, deep-dive-analyzer)
  2. Skill — which skill to follow for methodology
  3. Input — what to read and where
  4. Output — what to produce and where to write it
  5. Definition of Done — when you're finished

Follow the specified skill. Write your output using the Write tool. Every behavioral claim gets a provenance citation.

YOU MUST USE THE WRITE TOOL

Write your output files. They MUST exist when you're done.

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 · 22 lines · 37 tokens per session scan A 1b09b818fec2

Subscribe to this mod's changes

analyzer is an agent published in the GitHub repository prime-radiant-inc/greenfield (271 stars, last pushed 29d ago), licensed Apache-2.0. It adds 37 tokens to every session and 356 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 agents, from other repositories

visual-debug-reviewer

Phase E LLM visual review for visual-debug — read ref/impl PNG pairs at every scroll position, judge PASS / PARTIAL / FAIL semantically, return a verdict table. Used after AE + SSIM + auto-diagnose agree. Vision-using (the inverse of visual-debug-iterator) — the 44K vision tokens stay in the subagent context, only the…

voidmatcha/ui-clone-skills · 0 tokens

visual-debug-iterator

Iterate Phase 7 visual-fix cycles in a separate context with vision-free hard rule (no PNG/JPG/WebP reads). Invoked after section-compare.sh or tree-diff.sh reports FAIL. Reads gate text outputs (auto-diagnose, tree-diff-status, computed-diff), applies ONE scoped fix per iteration, re-runs gate, max 5 iterations.…

voidmatcha/ui-clone-skills · 130 tokens

bundle-analyzer

Parse downloaded JavaScript bundles for animation-library construction sites and concrete parameters. Invoked at Phase 5d when bundle-map.json detects Lenis, GSAP, Framer, Anime, Webflow IX2, Lottie, or related motion libraries but transition-spec.json is empty or under-populated. Writes bundle-extraction.json for…

voidmatcha/ui-clone-skills · 75 tokens

generation-planner

Enrich generation-plan.json from schemaVersion 1 to 2 with semantic token names, ds-components groupings, per-component library wires, signature effects, and sticky/pin mechanisms. Invoked at Phase 6 7-pre after scripts/extract/generation-plan.sh has produced the deterministic base. Reads the operational contract from…

voidmatcha/ui-clone-skills · 89 tokens

mismatch-diagnoser

Diagnose Phase 4 gate failures (post-implement, boundary, font-parity, section-compare) by reading the failed sidecar JSON + impl source + ref artifact and returning ONE root-cause hypothesis from the A-R class catalog. Returns structured JSON — does NOT apply fixes. Reads the catalog + diagnostic workflow from…

voidmatcha/ui-clone-skills · 109 tokens

source-forensics

Inspect large raw reference HTML/CSS/JS sources in an isolated context when compact artifacts cannot explain persistent section, sticky, transition, or forensic-preservation failures. Writes source-forensics.json for the main clone loop.

voidmatcha/ui-clone-skills · 47 tokens