Free search aggregator
Skill aizech/bernhard-zechmann-skills/skills/misc/free-search-aggregator
Search across multiple web providers with automatic failover. Use when the user needs quota-aware, multi-provider web search.From its SKILL.md
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 file declares
Copied from the file, not written here
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, 264 tokens by cl100k_base, 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
What ships with it: 45 files
435.9 KB alongside SKILL.md, 27 of them executable
agents/
- analyzer.md10.1 KB
- comparator.md7.1 KB
- grader.md8.8 KB
- openai.yaml321 B
assets/
- eval_review.html6.9 KB
- hero.jpg59.2 KB
- hero.svg2.3 KB
config/
- providers.yaml4.9 KB
eval-viewer/
- generate_review.pyruns16.5 KB
- viewer.html43.9 KB
references/
- schemas.md11.8 KB
scripts/
- aggregate_benchmark.pyruns14.3 KB
- fsearch.shruns508 B
- gc244 B
- generate_report.pyruns13.0 KB
- improve_description.pyruns11.2 KB
- __init__.pyruns0 B
- package_skill.pyruns4.2 KB
- quick_validate.pyruns4.2 KB
- remaining251 B
- run_eval.pyruns11.6 KB
- run_loop.pyruns14.2 KB
- search241 B
- status248 B
- utils.pyruns1.7 KB
src/
- free_search/discovery.pyruns13.0 KB
- free_search/health.pyruns8.7 KB
- free_search/__init__.pyruns2.7 KB
- free_search/__main__.pyruns18.0 KB
- free_search/providers.pyruns49.0 KB
- free_search/quality.pyruns7.1 KB
- free_search/quota_real.pyruns12.5 KB
- free_search/router.pyruns13.4 KB
- free_search/storage.pyruns5.7 KB
- free_search/task_search.pyruns9.5 KB
tests/
- test_cli.pyruns3.4 KB
- brave205 B
- LICENSE.txt11.1 KB
- README.zh-CN.md5.7 KB
- requirements.txt54 B
5 more files not listed here. See all 45 in the repository.