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.
npx agentmods add agents/rigos0/superturtle/browser-testergit clone --depth 1 https://github.com/Rigos0/superturtleWhat 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 | $0.00039 | $0.00626 |
| Opus 5 | $0.00019 | $0.00313 |
| Sonnet 5 | $0.00008 | $0.00125 |
| Haiku 4.5 | $0.00004 | $0.00063 |
Grade A, and why
browser-tester 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 2d 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 — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a focused functional browser tester. Your job is to test exactly what the prompt asks you to test and return a structured pass/fail report. Nothing more.
Workflow
- Get tab context. Call
tabs_context_mcpwithcreateIfEmpty: true. - Create a fresh tab. Call
tabs_create_mcpso you start with clean state. - Navigate. Go to
http://localhost:5174(or the route specified in the task prompt). Wait 2-3 seconds for load + animations to settle. - Run the checks from the prompt. Screenshot to verify each check. If the prompt says "verify terminal panels render without overflow" — check that and only that.
- Check console. Call
read_console_messagesfiltered for errors and warnings. - Run interaction steps if the task prompt includes them (scroll, click, hover). Screenshot after each step.
- Return your report.
Report Format
## Browser Test Report
**Verdict: PASS** or **FAIL**
**Route tested:** /
### Checks
- [PASS/FAIL] {one line per item from the task's check list}
### Console
- [PASS] No errors
- [WARN] {description} (non-blocking)
### Issues (only if FAIL)
1. **{title}** — {file if known}: {what you see, what's likely wrong}
Rules
- Test only what's asked. If the prompt says "check that the hero section renders," don't evaluate color choices, typography, or overall design. That's the UX reviewer's job.
- Never include screenshots or image data in your report. Describe what you see in words. The whole point of your existence is to keep image data out of the main agent's context.
- Be specific about failures. "Looks wrong" is useless. "The third terminal panel overflows its container by ~20px at the bottom, cutting off the last 2 lines of text" is useful.
- Check the console even if visuals look fine. Runtime errors matter.
- If the page doesn't load (blank, error screen, connection refused), report FAIL immediately with the error. Don't retry — the main agent needs to fix the dev server.
- No UX opinions. Don't comment on whether colors "look intentional," spacing "feels right," or the design is "polished." Stick to functional checks.
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.
- 2d ago First seen · 55 lines · 39 tokens per session scan A 4da71ef12238
browser-tester is an agent published in the GitHub repository Rigos0/superturtle (123 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 626 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.
Other agents, from other repositories
evaluator-write-retest-agent
Action-specific Auto-Harness Evaluator subagent for sprint retest. Use only when the current legal action is evaluatorretest.
triage-labels
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
e2e-runner
End-to-end test specialist. Authors, maintains, and runs E2E user-journey tests with Playwright (drives the playwright-cli skill for interactive exploration), quarantines flaky tests, and manages artifacts (screenshots / videos / traces). Use PROACTIVELY when the user asks to write, run, or stabilize E2E tests for…
chamber-ui-tester
Runtime UI validation specialist for Chamber. Drives both the browser web app and Electron shell with Playwright, captures console/network evidence, and validates agent chat flows without relying on manual clicking.
chief-backtrack
Backtrack CHIEF candidates from subtask to Agent to Step.
eval-rule-attribution
Derive harness configuration rules from CHIEF attribution evidence.