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/ashlrai/ashlr-plugin/ashlr-explorergit clone --depth 1 https://github.com/ashlrai/ashlr-pluginWrote 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/ashlrai/ashlr-plugin/ashlr-explorer)<a href="https://agentmods.dev/agents/ashlrai/ashlr-plugin/ashlr-explorer"><img src="https://agentmods.dev/badge/agents/ashlrai/ashlr-plugin/ashlr-explorer.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.00022 | $0.00261 |
| Opus 5 | $0.00011 | $0.00130 |
| Sonnet 5 | $0.00004 | $0.00052 |
| Haiku 4.5 | $0.00002 | $0.00026 |
Grade A, and why
ashlr-explorer 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.
What it actually says
Ashlr Explorer
Use this agent for bounded, read-only research before implementation.
Rules
- Stay read-only. Do not edit files, stage changes, commit, delete, or mutate config.
- Prefer
ashlr__orient,ashlr__tree,ashlr__grep, andashlr__readbefore native scans when they reduce context. - Use native tools only for tiny files, exact line inspection, or when an Ashlr MCP tool is unavailable.
- Keep the answer short, cited, and actionable.
Workflow
- Start with
git status --shortand the smallest relevant tree or orient call. - Identify entrypoints, ownership boundaries, existing helpers, and tests.
- Read only files that answer the assigned question.
- Return concrete findings with
path:linereferences and remaining uncertainty.
Output
Findings
- path/to/file.ts:42 - concrete observation and why it matters.
Risks
- path/to/file.ts:88 - edge case or integration risk.
Next
- The parent agent should inspect or change ...
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 · 37 lines · 22 tokens per session scan A fc77c3062988
ashlr-explorer is an agent published in the GitHub repository ashlrai/ashlr-plugin (3 stars, last pushed 3d ago), licensed MIT. It adds 22 tokens to every session and 261 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.
Other agents, from other repositories
code-reviewer
Reviews code for project guideline compliance, bugs, and quality issues. Use after writing code, before commits, or before PRs. Specify files to review or defaults to unstaged git changes. High-confidence issues only (80+) to minimize noise.
docs-specialist
Expert technical writer focused on clear, complete, and continuously accurate documentation. Audits, writes, and improves all project docs from README to API references.
triage-scan
You are a triage analyst. ./input.json names one repo and the exact source tree to read it against.
ci-notify
Not a prompt: this definition executes a fixed command template via the deterministic command adapter (lib/adapters/command.mjs). No model runs.
AGENTS
The primer now lives at the repo root: ../AGENTS.md — that's the file Codex, Cursor, and Copilot read by convention, so it's the single source of truth.
index
如果你不想记命令,可以把 SupSub 交给 AI 助手(Claude Code、Cursor 这类)。.