Agent Plugins Marketplace
All plugins

deep-research

v0.1.0

Grill-to-brief scoping, parallel DuckDuckGo web and arXiv paper divers, citation-gated Markdown reports.

CodexClaude Code2 MCP serversstdio

By deep-research contributorsLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install deep-research for Codex and Claude Code

Installs for the current user
codex plugin marketplace add NeetigyaShah/deep-research
codex plugin marketplace upgrade deep-research
codex plugin add deep-research@deep-research

Paste and run these commands in a terminal with Codex. They add and refresh the deep-research catalog, then install this plugin.

Compatibility: the page URL and API slug “deep-research-2” remain stable.

  • Codex: deep-research-2@agent-plugin-marketplacedeep-research@deep-research

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/NeetigyaShah/deep-research

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

deep-research/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers2

arxivstdio
command
uvx
args
arxiv-mcp-server
ddg-searchstdio
command
uvx
args
--with duckduckgo-mcp-server[browser] duckduckgo-mcp-server

Plugin manifests2

.codex-plugin/plugin.json
{
  "author": {
    "name": "deep-research contributors"
  },
  "description": "Grill-to-brief scoping, parallel DuckDuckGo web and arXiv paper divers, citation-gated Markdown reports.",
  "homepage": "",
  "interface": {
    "capabilities": [
      "Read"
    ],
    "category": "Research",
    "defaultPrompt": [
      "Research this topic thoroughly with cited sources.",
      "Compare methods across recent arXiv papers on this topic.",
      "Give me a cited report with gaps explicitly listed."
    ],
    "developerName": "deep-research contributors",
    "displayName": "Deep Research",
    "longDescription": "Grills the user to a shared research brief, fans out parallel DuckDuckGo web and arXiv paper divers, verifies every claim against primary sources, iterates gaps until coverage saturation, and delivers a cited Markdown report.",
    "shortDescription": "Deep research with grill-to-brief scoping and cited reports."
  },
  "keywords": [
    "codex",
    "research",
    "deep-research",
    "arxiv",
    "duckduckgo",
    "citations",
    "mcp"
  ],
  "license": "MIT",
  "mcpServers": "./.codex-mcp.json",
  "name": "deep-research",
  "repository": "",
  "skills": "./skills/",
  "version": "0.1.0"
}
.claude-plugin/plugin.json
{
  "author": {
    "name": "deep-research contributors"
  },
  "description": "Grill-to-brief scoping, parallel DuckDuckGo web and arXiv paper divers, citation-gated Markdown reports.",
  "displayName": "Deep Research",
  "homepage": "",
  "keywords": [
    "research",
    "deep-research",
    "arxiv",
    "duckduckgo",
    "citations",
    "mcp"
  ],
  "license": "MIT",
  "name": "deep-research",
  "repository": "",
  "version": "0.1.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[deep-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deep-research-2)