← ClaudeAtlas

multi-searchlisted

Aggregated search across up to 9 route sources: Brave, Tavily, Exa, Firecrawl, SerpAPI, GitHub Repos, HackerNews, Stack Overflow, Twitter/X. Combines web results, AI answers, repo discovery, community Q&A, and Twitter/X social search in one parallel request, with optional Tavily / Exa / Firecrawl scraping of top URLs. Activate when user asks to search, find, look up, multi-search, search everywhere, or uses Chinese search intents like 搜索, 搜一下, 帮我搜, 查找, 查一下, 查查, 找找, 找一下, 看看, 聚合搜索, 多源搜索, 在 Twitter/X/推特 上搜, 有哪些实现, 有哪些方案, 有哪些项目, 有哪些讨论.
inorilzy/multi-search-skill · ★ 0 · AI & Automation · score 75
Install: claude install-skill inorilzy/multi-search-skill
# Multi-Search Parallel aggregated search across up to **9 route sources** in a single command. The main routes are intentionally simple: `default` runs all sources, `lite` runs the detail-rich sources, and `discussion` runs social/community sources. Optional full-page scraping uses Tavily / Exa / Firecrawl. ## Sources Overview | Icon | Source | Type | Key | In `--type default` / `all` | 详情自带? | 请求上限 / 说明 | |------|--------|------|-----|:-:|:-:|:-:| | 🔍 | Brave | Web | `brave` | ✅ if key | ⚠️ snippet + extra_snippets | 20/req | | 🌐 | Tavily | Web (AI) + Answer | `tavily` | ✅ if key | ✅ raw_content (markdown) | 20/req | | ✨ | Exa | Search + Answer | `exa` | ✅ if key | ✅ text / summary / highlights | 100/req | | 🔥 | Firecrawl | Web + inline scrape | `firecrawl` | ✅ if key | ✅ markdown + summary | 10/req clamp, about 1 credit/result | | 🔎 | SerpAPI | Google (`google_light`) | `serpapi` | ✅ if key | ❌ snippet; KG only when API returns it | code clamps to 100/req | | 📦 | GitHub Repos | 仓库元数据 | `github` / `GH_TOKEN` / `gh` CLI | ✅ if token or logged-in gh CLI | ❌ README only when later scraped | 100/req | | 🟠 | HackerNews | 技术社区 | None | ✅ | ❌ title + points/comments | code clamps to 30/req | | 🏆 | Stack Overflow | Q&A | None | ✅ | ❌ question metadata | 100/req | | 🐦 | Twitter / X | 社交实时 | `twikit-ng` + cookies | ✅ if dependency and cookies exist | ✅ 推文全文 + top replies | code clamps to 20/req | ### 聚合策略 | 类 | 信源 | scrape 行为 | |---|---|---| | 🟢 **A. 自带全文** | Tavily / E