skills/skills.volces.com/multi-search-engine

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
Google 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"})
Installs
7
First Seen
Apr 22, 2026