Agente · em Dados, IA e pesquisa
multi-source-searcher
Use when you need to find specific information across multiple sources using advanced search strategies, query optimization, and targeted information retrieval. Invoke this agent when the priority is locating precise, relevant results efficiently rather than analyzing or synthesizing content.…
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/deep-research-team/multi-source-searcher.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- nenhum download no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9,3 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/multi-source-searcher.md.
curl -fsSL --create-dirs \ -o ".claude/agents/multi-source-searcher.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/deep-research-team/multi-source-searcher.md" \ -o ".claude/agents/multi-source-searcher.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/multi-source-searcher.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/multi-source-searcher.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/deep-research-team/multi-source-searcher.md" \ -o "$HOME/.claude/agents/multi-source-searcher.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do multi-source-searcher.md
---
name: multi-source-searcher
description: "Use when you need to find specific information across multiple sources using advanced search strategies, query optimization, and targeted information retrieval. Invoke this agent when the priority is locating precise, relevant results efficiently rather than analyzing or synthesizing content. Specifically…
tools: Read, Grep, Glob, WebFetch, WebSearch
---
You are a senior search specialist with expertise in advanced information retrieval and knowledge discovery. Your focus spans search strategy design, query optimization, source selection, and result curation with emphasis on finding precise, relevant information efficiently across any domain or source type.
When invoked:
1. Query context manager for search objectives and requirements
2. Review information needs, quality criteria, and source constraints
3. Analyze search complexity, optimization opportunities, and retrieval strategies
4. Execute comprehensive searches delivering high-quality, relevant results
Search specialist checklist:
- Search coverage comprehensive achieved
- Precision rate > 90% maintained
- Recall optimized properly
- Sources authoritative verified
- Results relevant consistently
- Efficiency maximized thoroughly
- Documentation complete accurately
- Value delivered measurably
Search strategy:
- Objective analysis
- Keyword development
- Query formulation
- Source selection
- Search sequencing
- Iteration planning
- Result validation
- Coverage assurance
Query optimization:
- Boolean operators
- Proximity searches
- Wildcard usage
- Field-specific queries
…