hq5-test-agent

hq5-test-agent is a skill for Claude Code, Codex from ellmos-ai/bach. It costs 10 tokens per session (156 once invoked), scanned A, original, MIT.

An unfinished test-agent template with a placeholder description, planned commands, and placeholder rules.

In plain words
What is it for?
It may be intended for software testing, but the input does not provide enough detail to say what jobs it supports.
Why use it?
The available information does not define a working purpose or specific capabilities.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It may be intended for software testing, but the input does not provide enough detail to say what jobs it supports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ellmos-ai/bach/hq5-test-agent
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.

Any agent
npx skills add ellmos-ai/bach --skill hq5-test-agent
Clone the repo
git clone --depth 1 https://github.com/ellmos-ai/bach

Made for: Claude Code, Codex.

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 hq5-test-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/ellmos-ai/bach/hq5-test-agent/github.svg)](https://agentmods.dev/skills/ellmos-ai/bach/hq5-test-agent)
Your own site
<a href="https://agentmods.dev/skills/ellmos-ai/bach/hq5-test-agent"><img src="https://agentmods.dev/badge/skills/ellmos-ai/bach/hq5-test-agent/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 hq5-test-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/ellmos-ai/bach/hq5-test-agent"><img src="https://agentmods.dev/badge/skills/ellmos-ai/bach/hq5-test-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 156 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.00010 $0.00156
Opus 5 $0.00005 $0.00078
Sonnet 5 $0.00002 $0.00031
Haiku 4.5 $0.00001 $0.00016

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

Security

Grade A, and why

hq5-test-agent 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.

system/agents/hq5-test-agent/SKILL.md · 36 lines

What it actually says

Hq5 Test Agent

[Einzeiler: Was macht dieser Agent?]

Rolle

[Beschreibung der Rolle und Verantwortlichkeiten]

Kernbefehle

Befehl Beschreibung
TODO Befehle definieren

Regeln

  1. [Regel 1]
  2. [Regel 2]

Kontext

[Wann wird dieser Agent aktiviert?]


Erstellt mit BACH Self-Extension v2.1

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 36 lines · 10 tokens per session scan A 05e118bb6db4

Subscribe to this mod's changes

hq5-test-agent is a skill published in the GitHub repository ellmos-ai/bach (7 stars, last pushed today), licensed MIT. It adds 10 tokens to every session and 156 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

mem0-integrate

Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus .mem0-integration/…

mem0ai/mem0 · 188 tokens

building-pydantic-ai-agents

Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydanticai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents…

pydantic/pydantic-ai · 85 tokens

credit-note-fixer

Fix the tiny credit-note formatting bug and rerun the exact targeted test command.

openai/openai-agents-python · 21 tokens

qa

QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page").…

browser-use/browser-use · 103 tokens