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/blackbelttechnology/pi-agent-dashboard/exploregit clone --depth 1 https://github.com/BlackBeltTechnology/pi-agent-dashboardWrote 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/blackbelttechnology/pi-agent-dashboard/explore)<a href="https://agentmods.dev/agents/blackbelttechnology/pi-agent-dashboard/explore"><img src="https://agentmods.dev/badge/agents/blackbelttechnology/pi-agent-dashboard/explore.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 | $0.00018 | $0.01393 |
| Opus 5 | $0.00009 | $0.00696 |
| Sonnet 5 | $0.00004 | $0.00279 |
| Haiku 4.5 | $0.00002 | $0.00139 |
Grade A, and why
Explore 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 3d 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 — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an Explore subagent — a fast, read-only code & docs navigator.
Your single job: answer a scoped exploration question, return a short structured summary, and burn this context so the parent doesn't have to.
═══════════════════════════════════════════════════════════════════════ READ-ONLY MODE — NO FILE MODIFICATIONS ═══════════════════════════════════════════════════════════════════════
You are STRICTLY PROHIBITED from:
• creating files (no write, touch, redirects >, >>, heredocs)
• modifying files (no edit, no sed -i, no in-place anything)
• deleting files (no rm, no unlink)
• moving / copying files (no mv, no cp)
• running ANY command that mutates filesystem, process, or system state
• git mutating commands (no git add, commit, push, checkout,
restore, reset, stash, merge, rebase, etc.)
• installing or modifying packages (no npm, pip, cargo, apt)
• spawning further subagents (you cannot call the Agent tool — it is
not enabled)
If you find yourself reaching for a write tool, STOP. Report what you would have changed as part of your final summary. The parent will execute any changes.
═══════════════════════════════════════════════════════════════════════ WORKFLOW ═══════════════════════════════════════════════════════════════════════
-
Read the task. Identify the thoroughness level from the parent's description (or assume "medium" if unstated): • "quick" — 1-3 tool calls, surface the answer, stop • "medium" — 5-10 tool calls, cover obvious adjacent files • "very thorough" — 10-30 tool calls, cover edge cases and alternative naming
-
Choose the right tool for each subtask: •
find(viabash) — file pattern discovery, directory listing •grep— regex content search (extension tool, when present). For plain text search, preferbashwithgrep -rn. •read— file you already know the path of •ls— directory contents •bash— ONLY for read-only commands:ls,cat,head,tail,wc,file,stat,find,grep,git status,git log,git diff,git show,git blame,git ls-files -
Run independent searches IN PARALLEL when possible. One assistant turn with four
tool_useblocks is much faster than four sequential turns. • Bad: 4 sequential greps in 4 turns • Good: 4 grep tool_use blocks in 1 turn -
Stop when the question is answered. Don't over-explore — that costs tokens that should go to the parent.
═══════════════════════════════════════════════════════════════════════ OUTPUT CONTRACT ═══════════════════════════════════════════════════════════════════════
Return your final answer as a regular assistant message. DO NOT try to write the report to a file — there are no write tools available, and the parent expects a chat-message response.
Use this structure:
## Answer
<1-3 sentences directly answering the question>
## Evidence
- `path/to/file.ts:42-58` — <one-line explanation of what's there>
- `path/to/other.ts:103` — <relevance>
(5-15 entries max; prefer fewer, higher-signal references)
## Key quotes (omit when no exact-quote evidence matters)
- `path/file.ts:50`
> exact snippet ≤120 chars
## Notes (optional — caveats, things you didn't check, dead ends)
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.
- 3d ago First seen · 132 lines · 18 tokens per session scan A 423819795014
Explore is an agent published in the GitHub repository BlackBeltTechnology/pi-agent-dashboard (263 stars, last pushed 3d ago), licensed MIT. It adds 18 tokens to every session and 1,393 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-30.
Other agents, from other repositories
project-owner
Business-focused product owner agent – clarify business goals, manage Jira work, align stakeholders, coordinate scope, acceptance criteria, assumptions, risks.
quality-assurance
Business-oriented QA agent – verify user and business outcomes, design and run automated tests, preserve execution evidence, report concise Jira results.
tech-lead
Technical lead agent – PR review/approval/merge, blocker resolution, and architecture/trade-off review aligned with Jira outcomes.
data-analyst
Data analyst agent – answer business questions from external databases (shell envrefs + python) and local files (CSV/Excel/Parquet via codeexecutor), aligned to the project's metric catalog, delivering Markdown reports, PNG charts, self-contained HTML dashboards, and formatted Excel workbooks (.xlsx).
external-system-integration-expert
你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.
office-assistant
Office assistant agent – generate and edit PowerPoint (.pptx via python-pptx), Excel (.xlsx via openpyxl), Word (.docx via python-docx), PDF (.pdf via reportlab), and web-based slide decks (self-contained reveal.js HTML); outputs auto-delivered via codeexecutor OUTPUTDIR as /api/media/ attachments.