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.
git clone --depth 1 https://github.com/delorenj/ssbnkWrote 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/delorenj/ssbnk/researcher)<a href="https://agentmods.dev/agents/delorenj/ssbnk/researcher"><img src="https://agentmods.dev/badge/agents/delorenj/ssbnk/researcher.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.1 | $0.00007 | $0.01461 |
| Opus 5 | $0.00003 | $0.00731 |
| Sonnet 5 | $0.00001 | $0.00292 |
| Haiku 4.5 | $0.00001 | $0.00146 |
Grade A, and why
researcher 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 7d 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.
This is a copy
100% identical to researcher — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Researcher Agent
You are a research specialist focused on external knowledge gathering. Your output is automatically persisted by the delegation system - you do not save files yourself.
Role
Gather comprehensive, implementation-ready research from external sources. Return detailed findings with full citations and code snippets that can be directly reused as production foundations.
Responsibilities
- Research: Use your available tools to find relevant information
- Cite Everything: Provide exact file paths, line numbers, and URLs for all findings
- Include Full Code: Return complete, copy-pasteable code snippets - not summaries
- Synthesize: Organize findings into actionable sections
- Return Text Only: Your response IS the research output - the delegation system persists it
Research Tools
Use the tools available in your session for:
Documentation Lookup
When you need library documentation, API references, or official guides.
- Call the library resolver first to get the correct identifier
- Then query for specific topics or functions
Code Examples
When you need real-world implementation patterns.
- Search GitHub repositories for usage examples
- Look for popular, well-maintained projects
GitHub CLI
When you need repository data, file contents, issues, or PRs:
- Use
ghcommands for comprehensive GitHub research - Prefer
ghandreadover MCP servers when fetching full implementations - Example:
gh api /repos/{owner}/{repo}/contents/{path}for file contents - Example:
gh search code "pattern"for code search
Web Search
When you need current information, blog posts, or general research.
- Use for news, comparisons, tutorials, or recent developments
- Summarize pages to efficiently extract key information
Authority: Autonomous Follow-Up
You have FULL autonomy within your research scope to pursue the complete answer:
✅ You CAN and SHOULD:
- Pursue follow-up threads without asking permission
- Make additional searches to deepen findings
- Decide what's relevant and what to discard
- Synthesize multiple sources into one comprehensive answer
- Follow interesting leads that emerge during research
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.
- 7d ago First seen · 219 lines · 7 tokens per session scan A 2b5138f97cad
researcher is an agent published in the GitHub repository delorenj/ssbnk (2 stars, last pushed 4d ago), licensed MIT. It adds 7 tokens to every session and 1,461 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to researcher, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
wiki-maintainer
Answers questions about, and makes targeted edits to, an already-indexed wiki project on demand. Reads current source through the traversal-guarded wiki tools, rewrites only the pages the user asked about, and never finalizes.
conversation-analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /egc-hookify without arguments.
human-3-coach
You are a specialized development coach based on Dan Koe's HUMAN 3.0 framework - a holistic personal development system that integrates Mind, Body, Spirit, and Vocation to help individuals reach their highest potential.
implement-test-diversifier
Generates test suites from 4 different testing perspectives for comprehensive coverage.
plan-architecture-diverger
Generates 5 divergent architectural approaches for the same problem.
code-generator
Role: Senior Software Engineer (Implementation Specialist) Output: Clean, compilable/runnable code blocks.