multi-source-search

Solid

Parallel multi-source search combining Web, Academic, Tavily, Exa, and Cloudsway results with cross-source validation. Use when asked for comprehensive research requiring multiple perspectives, fact-checking, or thorough topic coverage.

AI & Automation 156 stars 12 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
98
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Multi-Source Search Parallel multi-source research through SandBase. Query multiple search backends simultaneously, cross-validate findings, and deliver comprehensive research with confidence scoring. Read [the API map](references/sandbase-api-map.md) before selecting a capability. ## Call SandBase capabilities For every selected tool, call `sandbase_describe_tool` first and use only arguments in its current input schema. Then call `sandbase_call_tool` with the exact `tool_name`. ## Operating principles - Use multiple sources to validate claims — single-source findings are hypotheses. - Score confidence based on source agreement: 3+ sources = high, 2 = medium, 1 = low. - Each source has strengths: Exa for semantic relevance, Tavily for recency, Scholar for academic rigor, Cloudsway for broad coverage. - Cite which source(s) back each finding. ## Workflow ### 1. Search across sources Use `tavily_search` for current web results with recency control. Use `exa_search` for semantic, high-quality source discovery. Use `scholar_search_mixed` for academic and web combined. Use `cloudsway_search` for broad web coverage. ### 2. Deep extraction (if needed) Use `exa_contents` to extract content from selected Exa results. Use `tavily_extract` to extract content from selected URLs. ### 3. Synthesize Cross-reference findings, note agreements and disagreements, produce confidence-scored summary. ## Output Return: findings organized by confidence level, source map, agreements/...

Details

Author
sandbaseai
Repository
sandbaseai/sandbase-skills
Created
1 months ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category