multi-search-engine
SKILL.md
Multi Search Engine v2.0.1
Integration of four search endpoints for web fetching without API keys.
Search Engines
| Engine | URL template |
|---|---|
https://www.google.com/search?q={keyword} |
|
| DuckDuckGo | https://duckduckgo.com/html/?q={keyword} |
| Brave | https://search.brave.com/search?q={keyword} |
| WolframAlpha | https://www.wolframalpha.com/input?i={keyword} |
Quick Examples
// Google
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})