Agent skill · Code Review & Quality

gpt-researcher

Use this skill for comprehensive research tasks requiring deep investigation, multiple source validation, and citation-backed reports. Triggers on keywords like "research", "investigate", "deep dive", "comprehensive analysis", "literature review", or when needing validated, sourced information.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gpt-researcher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/gpt-researcher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GPT Researcher - Autonomous Deep Research This skill enables autonomous deep research that explores and validates numerous sources, generating comprehensive reports with citations. ## Problem Solved Standard web search tools: - Return raw results requiring manual filtering - Often contain irrelevant sources - Waste context window space - Require manual source validation GPT Researcher: - Autonomously explores hundreds of sources - Validates and filters for relevance - Generates structured reports with citations - Focuses on trusted, up-to-date information ## When to Use - Comprehensive research on any topic - Market analysis and competitive research - Technical deep dives - Literature reviews - Fact-checking and source validation - Generating research reports ## Available Tools ### 1. deep_research Performs thorough, comprehensive research on a topic. ``` Input: "AIエージェントフレームワークの2026年トレンド" Output: 詳細な調査レポート(複数ソース、引用付き) ``` ### 2. quick_search Fast web search optimized for speed over comprehensiveness. ``` Input: "Next.js 15 release date" Output: 簡潔な検索結果 ``` ### 3. write_report Generates a structured report from research results. ### 4. get_research_sources Retrieves the list of s

What's inside
Steps it walks through
  1. Problem Solved
  2. When to Use
  3. Available Tools
  4. 1. deepresearch
  5. 2. quicksearch
  6. 3. writereport
  7. 4. getresearchsources
  8. 5. getresearchcontext
  9. Example Usage
  10. Comprehensive Research
  11. Quick Fact Check
  12. Market Research
  13. Required Environment Variables
  14. Setup
Ships with 1 file
  • metadata.json
Commands it runs
export OPENAI_API_KEY="your-key"
export TAVILY_API_KEY="your-key"
More from claude-skill-registry
All skills →
About this skill
What does the gpt-researcher skill do?

Use this skill for comprehensive research tasks requiring deep investigation, multiple source validation, and citation-backed reports. Triggers on keywords like "research", "investigate", "deep dive", "comprehensive analysis", "literature review", or when needing validated, sourced information.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gpt-researcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going