G

GPT Researcher

@sickn33
Visit Skill
Share:

An autonomous agent that conducts deep research on any data using any LLM providers.

What is GPT Researcher?

GPT Researcher is a deep-research agent framework for running multi-step information gathering and synthesis workflows across LLM providers.

How to use GPT Researcher?

Use GPT Researcher for long-form research tasks, source gathering, and agentic research pipelines where breadth and synthesis matter.

Key features of GPT Researcher

  • Autonomous deep research flow
  • LLM-provider flexibility
  • MCP ecosystem relevance
  • Research and synthesis automation

Use cases of GPT Researcher

  1. 1Competitive research
  2. 2Technical landscape analysis
  3. 3Automated source gathering

Installation

RecommendedOne-line install
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/gpt-researcher ~/.agent/skills/ && rm -rf /tmp/ag-skills
Step-by-step install
Step 1: Create skills directory
mkdir -p ~/.agent/skills
Step 2: Clone the skills repository
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: Copy this skill
cp -r /tmp/ag-skills/skills/gpt-researcher ~/.agent/skills/
Step 4: Clean up temporary files
rm -rf /tmp/ag-skills

Supported Platforms

claudecursorantigravitygemini

Server Config

config.json
{
  "mcpServers": {
    "gpt-researcher": {
      "command": "npx",
      "args": [
        "-y",
        "gpt-researcher"
      ]
    }
  }
}
View on GitHub