deep-research-fetch

Executes keyword-based Brave searches and AI-generated summaries for deep research workflows.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/hafley66/claude-research --skill deep-research-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-research-fetch
Source: https://github.com/hafley66/claude-research/tree/main/skills/deep-research-fetch
Command: npx skills add https://github.com/hafley66/claude-research --skill deep-research-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates keyword-based Brave search and AI-generated summaries to accelerate deep research workflows.

Core Features & Use Cases

  • Execute brave_web_search with targeted keywords
  • Call brave_summarizer on results for AI-generated summaries
  • Extract: patterns, source URLs, code snippets, warnings
  • Return structured findings for aggregation

Quick Start

Run deep-research-fetch with a targeted keyword set to perform a Brave search and generate AI-based summaries.

Frequently Asked Questions about deep-research-fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Brave web search and AI summarization for deep research?

Automating Brave web search and AI summarization involves running keyword-based queries through brave_web_search and processing results with brave_summarizer to extract patterns, URLs, and code snippets into structured findings.

What is the best way to extract source URLs and code snippets from search results?

Extracting source URLs and code snippets from search results is done by applying brave_summarizer to brave_web_search outputs, which generates structured findings containing patterns, source URLs, and extracted code snippets for aggregation.

Can I use keyword search to gather parallel sources for research orchestration?

Keyword search can gather parallel sources for research orchestration by executing targeted brave_web_search queries, then applying AI summarization to return structured findings suitable for pipeline aggregation.

Does Brave Search support AI-generated summaries for structured research findings?

Brave Search supports AI-generated summaries through the brave_summarizer component, which processes brave_web_search results to produce structured findings including patterns, warnings, and source URLs.

How do I structure extracted patterns and warnings from web research?

Structuring extracted patterns and warnings from web research requires routing brave_web_search results through brave_summarizer, returning organized findings that capture patterns, source URLs, code snippets, and warnings for downstream aggregation.

What are the limitations of using keyword-based search for deep research workflows?

Limitations of keyword-based search for deep research workflows include dependency on brave_web_search and brave_summarizer pipeline steps, meaning structured findings quality relies entirely on targeted keyword selection and search result relevance.