research

research is a command for Claude Code from bengous/claude-code-plugins. It costs 6 tokens per session (86 once invoked), scanned A, original, MIT.

A command for researching technical documentation through selected research tools.

In plain words
What is it for?
Use it to research a topic and present synthesized findings with source citations.
Why use it?
It helps gather and combine information about frameworks, libraries, and other development tools.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the research-tools plugin — 1 skill, 4 commands, 2 agents shipped together

Good fit Use it to research a topic and present synthesized findings with source citations.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/bengous/claude-code-plugins/research
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.

Clone the repo
git clone --depth 1 https://github.com/bengous/claude-code-plugins

Made for: Claude Code.

Or install research-tools, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 2 agents.

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 research

README.md
[![agentmods](https://agentmods.dev/badge/commands/bengous/claude-code-plugins/research.svg)](https://agentmods.dev/commands/bengous/claude-code-plugins/research)
Your own site
<a href="https://agentmods.dev/commands/bengous/claude-code-plugins/research"><img src="https://agentmods.dev/badge/commands/bengous/claude-code-plugins/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 86 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00006 $0.00086
Opus 5 $0.00003 $0.00043
Sonnet 5 $0.00001 $0.00017
Haiku 4.5 $0.00001 $0.00009

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

Security

Grade A, and why

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

research-tools/commands/research.md · 15 lines

What it actually says

Call the Agent tool with subagent_type: "research-tools:research-agent".

Pass the query exactly as provided: $ARGUMENTS

The agent has complete instructions for finding documentation. If no query provided, infer what to research from conversation context.

Present the agent's synthesized results when done.

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 · 15 lines · 6 tokens per session scan A acd89865b4df

Subscribe to this mod's changes

research is a command published in the GitHub repository bengous/claude-code-plugins (4 stars, last pushed yesterday), licensed MIT. It adds 6 tokens to every session and 86 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-09-03.

Related

Other commands, from other repositories

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

hamr0/agentic-toolkit · 50 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

hamr0/agentic-toolkit · 62 tokens

branch-review

Command "branch-review" from hamr0/agentic-toolkit, covering guardrails, target — check the tree first, then interpret $arguments, effort level, stage 1 — general review and stage 2 — security (always full).

hamr0/agentic-toolkit · 0 tokens

slack-gif-creator

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

hamr0/agentic-toolkit · 57 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

hamr0/agentic-toolkit · 61 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

hamr0/agentic-toolkit · 96 tokens