Explore

Explore is an agent for coding agents from BlackBeltTechnology/pi-agent-dashboard. It costs 18 tokens per session (1,393 once invoked), scanned A, original, MIT.

A fast, read-only exploration agent for navigating a codebase and its documentation.

In plain words
What is it for?
Use it to locate relevant files, understand existing implementation and docs, and report findings about a narrowly defined area.
Why use it?
It answers a specific investigation question with a structured summary without changing files or dumping large amounts of raw code.

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.

agentmods
npx agentmods add agents/blackbelttechnology/pi-agent-dashboard/explore
Clone the repo
git clone --depth 1 https://github.com/BlackBeltTechnology/pi-agent-dashboard

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 Explore

README.md
[![agentmods](https://agentmods.dev/badge/agents/blackbelttechnology/pi-agent-dashboard/explore.svg)](https://agentmods.dev/agents/blackbelttechnology/pi-agent-dashboard/explore)
Your own site
<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>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00018 $0.01393
Opus 5 $0.00009 $0.00696
Sonnet 5 $0.00004 $0.00279
Haiku 4.5 $0.00002 $0.00139

Measured 3d ago against content hash 423819795014, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.pi/agents/Explore.md · 132 lines

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 ═══════════════════════════════════════════════════════════════════════

  1. 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

  2. Choose the right tool for each subtask: • find (via bash) — file pattern discovery, directory listing • grep — regex content search (extension tool, when present). For plain text search, prefer bash with grep -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

  3. Run independent searches IN PARALLEL when possible. One assistant turn with four tool_use blocks is much faster than four sequential turns. • Bad: 4 sequential greps in 4 turns • Good: 4 grep tool_use blocks in 1 turn

  4. 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)

Read the full file on GitHub · 132 lines

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. 3d ago First seen · 132 lines · 18 tokens per session scan A 423819795014

Subscribe to this mod's changes

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.

Related

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.

agents-universe/agents-universe · 27 tokens

quality-assurance

Business-oriented QA agent – verify user and business outcomes, design and run automated tests, preserve execution evidence, report concise Jira results.

agents-universe/agents-universe · 26 tokens

tech-lead

Technical lead agent – PR review/approval/merge, blocker resolution, and architecture/trade-off review aligned with Jira outcomes.

agents-universe/agents-universe · 25 tokens

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).

agents-universe/agents-universe · 58 tokens

external-system-integration-expert

你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.

agents-universe/agents-universe · 33 tokens

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.

agents-universe/agents-universe · 69 tokens