Free search aggregator
Skill aizech/bernhard-zechmann-skills/skills/misc/free-search-aggregator
Modular AI agent skills used across engineering, writing, and research workflows. Model‑agnostic, composable, and production‑tested. Includes engineering, productivity, personal, and experimental skill packs.
npx -y skills add aizech/bernhard-zechmann-skills --skill free-search-aggregatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Search across multiple web providers with automatic failover. Use when the user needs quota-aware, multi-provider web search.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.3 KB, as published. Nobody here has run it
Free Search Aggregator
Reliable web search with provider failover and quota awareness.
Providers
Default order:
brave -> exa -> tavily -> duckduckgo -> bing_html -> mojeek -> serper -> searchapi -> google_cse -> baidu -> wikipedia
No-key providers: DuckDuckGo, Bing RSS, Mojeek, Wikipedia.
Commands
# 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
Rules
- Default mode uses one worker for cost control.
- Use
@dualor@deeponly for research tasks. - Results stored in
memory/search-cache/andmemory/search-reports/.
Output
- Search: query, provider, results, attempted providers, quota
- Task search: task, queries, grouped and merged results