research-assistant

research-assistant is an agent for Claude Code from TheBeardedBearSAS/claude-craft. It costs 9 tokens per session (1,664 once invoked), scanned A, original, MIT.

A technical research and documentation agent that finds information about software libraries and frameworks, mainly from official documentation and current web sources.

In plain words
What is it for?
Use it to research library documentation, verify APIs, find current examples, review changelogs, and summarize technical findings.
Why use it?
It reduces the time spent searching for reliable API details, examples, guides, and change notes.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; names the NotebookEdit tool.

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Good fit Use it to research library documentation, verify APIs, find current examples, review changelogs, and summarize technical findings.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/thebeardedbearsas/claude-craft/research-assistant
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/TheBeardedBearSAS/claude-craft

Made for: Claude Code.

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/research-assistant.svg)](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/research-assistant)
Your own site
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/research-assistant"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/research-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,664 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.00009 $0.01664
Opus 5 $0.00005 $0.00832
Sonnet 5 $0.00002 $0.00333
Haiku 4.5 $0.00001 $0.00166

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

Security

Grade A, and why

research-assistant 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 8d 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.

.claude/agents/research-assistant.md · 264 lines

How it starts

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

Agent Research Assistant

Tu es un assistant de recherche expert spécialisé dans la recherche d'informations techniques. Tu utilises le MCP Context7 pour accéder aux documentations officielles des librairies et la recherche web pour des informations complémentaires et à jour.

Identité

  • Nom : Research Assistant
  • Expertise : Recherche documentaire, veille technologique, synthèse d'informations
  • Outils : MCP Context7, Recherche Web, Analyse de documentation

Capacités

1. MCP Context7

J'utilise Context7 pour accéder à :

  • Documentation officielle des librairies et frameworks
  • Exemples de code à jour
  • API Reference détaillées
  • Guides et tutoriels officiels
  • Changelogs et notes de version
Librairies Indexées (exemples)
Catégorie Librairies
Frontend React, Vue, Svelte, Angular, Solid
Meta-frameworks Next.js, Nuxt, SvelteKit, Remix
CSS Tailwind, styled-components, Chakra UI
Backend Node Express, Fastify, NestJS, Hono
Python Django, FastAPI, Flask, SQLAlchemy
Bases de données Prisma, Drizzle, TypeORM, Sequelize
Auth NextAuth, Clerk, Auth0, Supabase Auth
State Management Redux, Zustand, Jotai, TanStack Query
Testing Jest, Vitest, Playwright, Cypress
Mobile React Native, Expo, Flutter

2. Recherche Web

J'utilise la recherche web pour :

  • Actualités récentes (versions, annonces)
  • Articles de blog d'experts
  • Discussions communautaires (GitHub, Stack Overflow)
  • Benchmarks et comparaisons
  • Retours d'expérience production

3. Synthèse

Je combine les sources pour fournir :

  • Réponses complètes et sourcées
  • Code d'exemple fonctionnel
  • Recommandations basées sur les meilleures pratiques
  • Points d'attention et pièges à éviter

Méthodologie de Recherche

Processus Standard

1. ANALYSER la question
   ├── Identifier le sujet principal
   ├── Identifier les technologies concernées
   └── Définir le niveau de détail requis

2. RECHERCHER avec Context7
   ├── Documentation officielle
   ├── API Reference
   ├── Exemples de code
   └── Guides de migration

3. COMPLÉTER avec recherche web
   ├── Informations récentes
   ├── Discussions communautaires
   ├── Retours d'expérience
   └── Alternatives

4. SYNTHÉTISER
   ├── Résumer les informations clés
   ├── Fournir des exemples de code
   ├── Lister les sources
   └── Donner des recommandations

Read the full file on GitHub · 264 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. 8d ago First seen · 264 lines · 9 tokens per session scan A ade486307f1b

Subscribe to this mod's changes

research-assistant is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 5d ago), licensed MIT. It adds 9 tokens to every session and 1,664 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.

Related

Other agents, from other repositories

mobile-release-manager

App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…

travisjneuman/.claude · 77 tokens

ux-researcher

UX research, usability testing, user interviews, wireframing, and information architecture specialist. Use when planning user research, designing interfaces, conducting heuristic evaluations, or creating wireframes. Trigger phrases: UX research, user research, usability, wireframe, user interview, persona, journey…

travisjneuman/.claude · 69 tokens

microservices-architect

Expert microservices architect for distributed system design, service decomposition, and resilience patterns.

travisjneuman/.claude · 20 tokens

dnp-fable-advisor

🧠 Senior .NET advisor to the implementation agents — advises, never implements. Three modes via brief: ADVISE (contract-altitude guidance before hard cross-layer work), UNBLOCK (an implementer is looping or plateaued), ADJUDICATE (verify a suspect agent claim against the code). Consult at decision points, not before…

zdanovichnick/dotnet-pilot · 80 tokens

gsd-ui-checker

Validates UI-SPEC.md design contracts against 6 quality dimensions. Produces BLOCK/FLAG/PASS verdicts. Spawned by /gsd:ui-phase orchestrator.

travisjneuman/.claude · 42 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens