一键导入
free-search-aggregator
Search across multiple web providers with automatic failover. Use when the user needs quota-aware, multi-provider web search.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search across multiple web providers with automatic failover. Use when the user needs quota-aware, multi-provider web search.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create a new skill or improve an existing one. Use when the user wants to capture a workflow as a reusable skill, edit a skill, or optimize its triggering.
Create Scratch 3.0 projects using Python and ScratchGen. Use when the user wants to generate a .sb3 file with sprites, scripts, and assets.
Create an audio interview with a selected agent using OpenAI TTS. Generates a single MP3 file with a Q&A podcast session.
Write technical blog posts about real engineering challenges. Use when the user wants technical content, blog posts, tutorials, or explanations for mixed audiences including non-technical readers.
Automate browser interactions for scraping, testing, and workflows. Use when the user wants to navigate pages, fill forms, extract data, or take screenshots with Puppeteer or Playwright.
Build a composable command-line tool from API docs, OpenAPI specs, SDKs, curl examples, or existing scripts. Use when the user wants a durable CLI that future agents can run from any directory.
基于 SOC 职业分类
| name | free-search-aggregator |
| description | Search across multiple web providers with automatic failover. Use when the user needs quota-aware, multi-provider web search. |
| license | MIT |
| compatibility | claude-code opencode github-copilot devin pi cursor |
Reliable web search with provider failover and quota awareness.
Default order:
brave -> exa -> tavily -> duckduckgo -> bing_html -> mojeek -> serper -> searchapi -> google_cse -> baidu -> wikipedia
No-key providers: DuckDuckGo, Bing RSS, Mojeek, Wikipedia.
# Normal search
scripts/search "latest AI agent frameworks" --max-results 5
# Task search (multi-query)
scripts/search task "@dual Compare Claude vs GPT-4"
# Deep research
scripts/search task "@deep autonomous vehicle safety" --max-results 8 --max-queries 10
# Quota and health
scripts/status
scripts/remaining --real
python3 -m free_search health
python3 -m free_search doctor
@dual or @deep only for research tasks.memory/search-cache/ and memory/search-reports/.