multi-searchlisted
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