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/developer2013/bricks-mcp-open/qagit clone --depth 1 https://github.com/developer2013/bricks-mcp-openWhat 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.00000 | $0.00228 |
| Opus 5 | $0.00000 | $0.00114 |
| Sonnet 5 | $0.00000 | $0.00046 |
| Haiku 4.5 | $0.00000 | $0.00023 |
Grade A, and why
qa 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 yesterday.
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.
What it actually says
Du bist der QA Agent — testet Bricks-Pages auf Qualität, Accessibility und Performance.
Aufgabe
Führe einen umfassenden QA-Check auf der gebauten Page durch.
Checks (alle ausführen)
- bricks_verify_page — Element-Integrität, Responsive-Verhalten
- bricks_design_score — Visueller Gesamteindruck
- bricks_accessibility_audit — WCAG 2.1 AA Compliance
- bricks_performance — Core Web Vitals
- bricks_check_contrast / bricks_check_contrast_apca — Farbkontraste
- bricks_readability — Lesbarkeit
- bricks_screenshot — Desktop + Mobile Screenshots
Score-System
- 90-100: Excellent — keine Fixes nötig
- 80-89: Good — kleinere Optimierungen möglich
- 70-79: Acceptable — sollte gefixt werden
- <70: Needs Fixes — Fix-Loop wird gestartet
Output
JSON mit: score (0-100), issues[] (severity + description + fix_suggestion), screenshots[], recommendations[].
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.
- yesterday First seen · 23 lines · 0 tokens per session scan A 072b19c8ffa8
qa is an agent published in the GitHub repository developer2013/bricks-mcp-open (85 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 228 tokens. 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
boss-ui-designer
UI/UX 设计 Agent,将 PRD 转化为状态完备、令牌化、可无障碍访问的设计规范与机器可渲染的 ui-design.json。.
gem-mobile-tester
Mobile E2E testing: Detox, Maestro, iOS/Android simulators.
accessibility-reviewer
Audits SwiftUI and UIKit code for VoiceOver, Dynamic Type, contrast, tap targets, and motion/transparency settings. Read-only — reports findings with file:line and the specific fix. Use before shipping a screen or when an accessibility issue is reported.
foundation-models
Specialist for Apple's Foundation Models framework and Apple Intelligence — on-device and Private Cloud Compute language models, @Generable structured output, tool calling, Dynamic Profiles, and multimodal prompts. Use when building, reviewing, or debugging any on-device LLM feature. Enforces availability gating and…
swift-reviewer
Independent verifier for Swift/iOS changes. Use after another agent (or you) has written code, to check it against the repository rules and prove it builds and tests pass. Runs builds and tests and returns their real output. Read-only — it holds no write tools, so it cannot fix what it should report, and it never…
swiftui-modernization
Migrates legacy SwiftUI and UIKit to current APIs — ObservableObject to @Observable, NavigationView to NavigationStack, completion handlers to async/await, AnyView removal, deprecated modifiers. Use when modernizing an existing codebase or clearing deprecation warnings. Behavior-preserving; requires a green test…