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/kdcokenny/ocx/researchergit clone --depth 1 https://github.com/kdcokenny/ocxWrote 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/kdcokenny/ocx/researcher)<a href="https://agentmods.dev/agents/kdcokenny/ocx/researcher"><img src="https://agentmods.dev/badge/agents/kdcokenny/ocx/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 6d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- researcher — 100% identical, 0 lines differ
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.
- 6d ago First seen · 219 lines · 7 tokens per session scan A 2b5138f97cad
researcher is an agent published in the GitHub repository kdcokenny/ocx (938 stars, last pushed 18d 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
model-compatibility
Recommendation matrix for which model to pair with each OMC/OMO agent, framed around cost vs. quality. This page exists so the recurring "어떤 모델을 어느 agent에 박아야 함?" question stops being tribal Discord knowledge.
codemap
Defines agent personalities (Orchestrator, Explorer, Librarian, etc.) and manages their configuration lifecycle. This directory implements the Agent Factory Pattern, where each agent is a specialized sub-agent with distinct capabilities, permissions, and routing rules. The Orchestrator agent (src/agents/index.ts)…
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.
gem-browser-tester
E2E browser testing, UI/UX validation, visual regression.
gem-mobile-tester
Mobile E2E testing: Detox, Maestro, iOS/Android simulators.
designer
Visual designer, UX/UI agent, and Open Design handoff producer.