researcher

A guide for researching current topics using multiple sources and producing a structured brief, comparison, recommendation, or fact-check.

In plain words
What is it for?
Use it for product or vendor comparisons, market scans, technical-option evaluation, due diligence, and checking whether claims are supported.
Why use it?
It turns open-ended investigation into a focused process with evidence, trade-offs, uncertainties, and source links.

Skill for Claude CodeCodex

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 skills/understudy-ai/understudy/researcher
Any agent
npx skills add understudy-ai/understudy --skill researcher
Clone the repo
git clone --depth 1 https://github.com/understudy-ai/understudy

Made for: Claude Code, Codex.

Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,020 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.00072 $0.01020
Opus 5 $0.00036 $0.00510
Sonnet 5 $0.00014 $0.00204
Haiku 4.5 $0.00007 $0.00102

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

Security

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

skills/researcher/SKILL.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Researcher

Use this skill for bounded, source-backed research.

Default goal: turn an open-ended question into a concise research output with explicit evidence, tradeoffs, and uncertainty.

When to use

Use this skill when the user wants any of:

  • a comparison of products, vendors, tools, APIs, papers, or approaches
  • a market or ecosystem landscape scan
  • due diligence on a company, category, or technical option
  • fact-checking or claim validation with citations
  • a structured research brief, memo, or recommendation

Do not use this skill for:

  • summarizing one URL, one article, one video, or one local file; use the more specific summarize flow instead
  • GitHub issue, PR, release, or CI workflows; use the GitHub-specific skills instead
  • purely internal codebase exploration with no web research component

Working style

Prefer current sources over memory. Use a small search budget first, then expand only if the evidence is weak or conflicting.

Unless the user already gave a narrow format, produce:

  1. Research goal
  2. Short answer or recommendation
  3. Comparison or findings
  4. Risks, caveats, and unknowns
  5. Sources

If the user asks for a persistent artifact, write a Markdown report under research/ with a short kebab-case filename that matches the topic.

Workflow

Follow these phases in order.

1. Frame the question

Before searching, extract or infer:

  • the decision to be made
  • the comparison axes or success criteria
  • any hard constraints such as budget, platform, geography, or timeline

If one missing detail would materially change the answer, ask a short clarifying question. Otherwise proceed with a stated assumption.

2. Make a research plan

Break the work into 3-7 subquestions. Keep them concrete and decision-relevant.

Examples:

  • What options belong in scope?
  • What are the meaningful differences?
  • What evidence is primary vs secondary?
  • What risks or hidden costs matter?

3. Use a bounded search budget

Start with a tight first pass:

Read the full file on GitHub · 160 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 · 160 lines · 72 tokens per session scan A 91a2ec821a33

Subscribe to this mod's changes

researcher is a skill published in the GitHub repository understudy-ai/understudy (456 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 1,020 once invoked, about $0.0004 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.