Searching Intelligently

Select and orchestrate search tools based on query intent.

5|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/camoneart/claude-code --skill searching-intelligently
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Searching Intelligently
Source: https://github.com/camoneart/claude-code/tree/main/skills/searcher
Command: npx skills add https://github.com/camoneart/claude-code --skill searching-intelligently

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork of choosing the right search tool, automatically selecting the optimal search engine based on your intent to deliver faster, more relevant results.

Core Features & Use Cases

  • Smart Tool Selection: Automatically chooses between Desktop Commander, Brave Search, Firecrawl, and WebSearch based on search context.
  • Multi-Source Intelligence: Combines local file searches, web content, location data, and deep web scraping.
  • Use Case: When researching a new technology, this Skill simultaneously searches web documentation with Brave Search while scanning your local codebase with Desktop Commander for existing implementations.

Quick Start

Ask Claude to search for React 19 new features and it will automatically use the optimal search tools to deliver comprehensive, up-to-date information.

Frequently Asked Questions about Searching Intelligently

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

FAQPage Schema
How do I automate choosing the right search tool for different queries?

Intelligent search automation detects your intent—whether you need local file search, web research, location data, or deep content scraping—and automatically selects the optimal tool. This eliminates manual tool switching and delivers faster, more relevant results by matching the search type to the best available engine.

Can I search my local codebase and the web simultaneously?

Yes, this Skill orchestrates parallel searches across multiple sources. It runs local file searches via Desktop Commander and web searches via Brave Search at the same time, then integrates results so you get comprehensive coverage without running queries sequentially.

What search tools does this Skill use?

The Skill uses Desktop Commander for local file search, Brave Web Search for general web queries, Brave Local Search for location-based information, Firecrawl for deep web content extraction, and other MCPs selected based on your search intent.

How does intent detection work to choose the right search engine?

Intent detection analyzes your query to classify it as a local file search, web information need, location lookup, or in-depth research task. Based on that classification, the Skill automatically routes to Desktop Commander, Brave Search, location tools, or Firecrawl to maximize result relevance.

Can I use this for research that needs both local files and external documentation?

Yes. A typical use case is researching a new technology—the Skill simultaneously scans your local codebase with Desktop Commander for existing implementations while searching web documentation with Brave Search for current best practices and updates.

What happens if one search tool fails?

The Skill includes fallback handling; if the primary search tool doesn't return useful results or encounters an error, it automatically retries or routes to an alternative MCP that suits the same intent, ensuring you get an answer.