Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
deep-research logo

deep-research

claude-deep-research

researchClaude Codeby jl-cmd

Summary

Deep research with official-docs-first methodology. Includes /deep-research, /research-mode, and a deep-research agent.

Install to Claude Code

/plugin install deep-research@claude-deep-research

Run in Claude Code. Add the marketplace first with /plugin marketplace add jl-cmd/claude-deep-research if you haven't already.

README.md

<p align="center"> <h1 align="center">claude-deep-research</h1> </p>

<p align="center"> Official-docs-first deep research for Claude Code. </p>

<p align="center"> <a href="https://github.com/jl-cmd/claude-deep-research/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" /></a> <a href="https://code.claude.com/docs/en/plugins"><img src="https://img.shields.io/badge/Claude_Code-plugin-blueviolet" alt="Claude Code Plugin" /></a> </p>

---

Skills

| Skill | Command | What It Does | |-------|---------|-------------| | deep-research | /deep-research [topic] | Iterative multi-source research producing comprehensive Obsidian reports with full citations | | research-mode | /research-mode | Anti-hallucination constraints with source authority hierarchy and citation requirements |

Agents

| Agent | What It Does | |-------|-------------| | deep-research | Executes the iterative research loop -- locates official docs, surveys secondary sources, tracks state across iterations, writes final report to Obsidian |

Install

/plugin marketplace add jl-cmd/claude-deep-research
/plugin install deep-research@claude-deep-research

Or locally:

git clone https://github.com/jl-cmd/claude-deep-research.git
claude --plugin-dir ./claude-deep-research

Official-Docs-First Methodology

The core principle: when researching any external tool, library, API, or protocol, always locate and read the official vendor/creator documentation before consulting secondary sources.

  • Official docs are tier 1 -- blog posts, tutorials, and community content are tier 5
  • If no official docs exist, that is explicitly stated as a finding
  • When sources conflict, official docs win
  • For local project code, the codebase itself is the authority

/deep-research -- Iterative Research Pipeline

Two-phase pipeline:

Phase 1 (Interactive): Scopes the research through 1-3 clarifying questions, builds a structured research brief, and identifies known official documentation sources.

Phase 2 (Agent): The deep-research agent executes iterative research:

| Phase | Iterations | Focus | |-------|-----------|-------| | Early | 1-3 | Official vendor/creator docs -- locate, deep read, extract quotes | | Middle | 4-8 | Secondary source deep dives -- fill gaps, cross-reference against official docs | | Late | 9+ | Synthesis and gap-filling -- resolve contradictions, compile report |

Sources are tagged [official] or [secondary] throughout. The final report notes whether official documentation was available.

Depth options:

| Depth | Iterations | Target Sources | |-------|-----------|---------------| | Quick overview | 8 | 5-10 | | Standard | 15 | 15-20 | | Exhaustive | 25 | 25+ |

Output is written to Obsidian with full YAML frontmatter, inline citations, and a numbered bibliography. Falls back to conversation output if Obsidian MCP is unavailable.

/research-mode -- Anti-Hallucination Constraints

Activates three constraints that stay active until explicitly exited:

1. Say "I don't know" -- no credible source, no claim 2. Cite everything -- every claim needs a specific source with URL, named paper, or official docs 3. Direct quotes -- extract actual text before analyzing, ground responses in word-for-word quotes

Plus a Source Authority Hierarchy (highest to lowest):

1. Official vendor/creator documentation 2. Files in the current project 3. Academic papers, named researchers 4. Reputable external sources with URLs 5. Blog posts, tutorials, community content

Prerequisites

  • Claude Code 1.0.33+
  • For Obsidian output: an Obsidian MCP server connected to Claude Code (optional -- falls back to conversation output)

Plugin Structure

claude-deep-research/
├── .claude-plugin/
│   ├── plugin.json
│   └── marketplace.json
├── skills/
│   ├── deep-research/
│   │   └── SKILL.md
│   └── research-mode/
│       └── SKILL.md
├── agents/
│   └── deep-research.md
├── README.md
├── LICENSE
└── .gitignore

Sources

License

MIT

Related plugins

Browse all →