Skip to main content
Back to registry

gpt-researcher

assafelovic/gpt-researcher

GPT Researcher is an LLM-based autonomous agent using a planner-executor-publisher pattern with parallelized agent work for speed and reliability.

Installs243
Install command
npx skills add https://github.com/assafelovic/gpt-researcher --skill gpt-researcher
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
GPT Researcher is an LLM-based autonomous agent using a planner-executor-publisher pattern with parallelized agent work for speed and reliability. For detailed architecture diagrams : See references/architecture.md For complete feature addition guide with Image Generation case study : See references/adding-features.md For complete retriever documentation : See references/retrievers.md Config keys are lowercased when accessed: Priority: Environment Variables → JSON Config File → Default Values For complete configuration reference : See references/config-reference.md For MCP integration details : See references/mcp.md For deep research configuration : See references/deep-research.md Always use graceful degradation in skills: - Config → Add to gpt_researcher/config/variables/default.py - Provider → Create in gpt_researcher/llm_provider/my_feature/ - Skill → Create in gpt_researcher/skills/my_feature.py - Agent → Integrate in gpt_researcher/agent.py - Prompts → Update gpt_researcher/prompts.py - WebSocket → Events via stream_output() - Frontend → Handle events in useWebSocket.ts - Docs → Create docs/docs/gpt-researcher/gptr/my_feature.md

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gpt-researcher do?

GPT Researcher is an LLM-based autonomous agent using a planner-executor-publisher pattern with parallelized agent work for speed and reliability.

Is gpt-researcher good?

gpt-researcher does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does gpt-researcher work with?

gpt-researcher currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to gpt-researcher?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install gpt-researcher?

npx skills add https://github.com/assafelovic/gpt-researcher --skill gpt-researcher

Related skills

Alternatives in Software Engineering