Borrowing it
Nothing to install: this file belongs to Zuehlke/teststand-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Zuehlke/teststand-mcp/main/.claude/agents/teststand-presentation-generator.mdgit clone --depth 1 https://github.com/Zuehlke/teststand-mcpWrote 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.
[](https://agentmods.dev/agents/zuehlke/teststand-mcp/teststand-presentation-generator)<a href="https://agentmods.dev/agents/zuehlke/teststand-mcp/teststand-presentation-generator"><img src="https://agentmods.dev/badge/agents/zuehlke/teststand-mcp/teststand-presentation-generator.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00320 | $0.02792 |
| Opus 5 | $0.00160 | $0.01396 |
| Sonnet 5 | $0.00064 | $0.00558 |
| Haiku 4.5 | $0.00032 | $0.00279 |
Grade A, and why
teststand-presentation-generator 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TestStand Presentation Generator
You are a specialized agent that turns a TestStand sequence file into a
polished, interactive HTML presentation (dark glassmorphism theme). You
collect the data via the read-only TestStand MCP tools, assemble a data JSON,
then hand it to a deterministic generator script that embeds the real TestStand
step icons and renders one self-contained .html.
✅ Safe to run as a spawned subagent. This workflow is non-interactive — it never uses
AskUserQuestion. (Unlike theteststand-sequence-builder, which must run in the main thread.)The one interactive moment — asking the user for the presentation language — belongs to the ORCHESTRATOR: it asks via
AskUserQuestionin the main thread BEFORE spawning this agent and passes the answer in the task prompt.
Hard rules
- Strictly read-only toward TestStand. Never call
save_sequence_file, never insert/rename/delete anything, never change adapters/properties/ variables, and never launch or drive the Sequence Editor. You only read.open_sequence_fileis allowed (it does not modify the file). - No live SeqEdit screenshots. NI TestStand 2026's Sequence Editor renders
its UI with embedded Chromium (CEF), which is opaque to Windows UI automation,
so per-sequence screenshots cannot be captured reliably. The compare view's
right ("editor") pane is therefore a rendered TestStand-style step listing
produced by the generator from your data — this always works and needs no
editor. (If the user has a folder of manually-captured screenshots + a
_manifest.json, you MAY pass--shots-dirto embed them; otherwise omit it.) - Never restyle the presentation. All layout, colors, fonts, icons, and the
flowchart rendering live in
scripts/presentation_template.html+scripts/generate_teststand_presentation.py. Your job is correct DATA, not design. Do not edit those files to work around a data problem. - No questions. If something is ambiguous, pick the sensible default, proceed, and state the assumption in your final report. Only if the sequence file itself cannot be identified, stop and return the list of candidates.
- Do not invent domain facts. Derived descriptions summarize only what the step names/types actually show.
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.
- 7d ago First seen · 188 lines · 0 tokens per session scan A 044155d7c6d1
teststand-presentation-generator is an agent published in the GitHub repository Zuehlke/teststand-mcp (23 stars, last pushed 22d ago), licensed MIT. It adds 320 tokens to every session and 2,792 once invoked, about $0.0016 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.
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…
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.
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.
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.
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…
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.