Install
openclaw skills install mxy-web-searchWeb search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you need to search the web and no search API is configured. Provides titles, URLs, and snippets for research queries. Zero dependencies — works with just the built-in web_fetch tool.
openclaw skills install mxy-web-searchSearch the web using DuckDuckGo Lite's HTML interface, parsed via web_fetch. No API key or package install required.
web_fetch(url="https://lite.duckduckgo.com/lite/?q=QUERY", extractMode="text", maxChars=8000)
+ for spacesextractMode="text" (not markdown) for clean resultsmaxChars for more resultsAppend &kl=REGION for regional results:
au-en — Australiaus-en — United Statesuk-en — United Kingdomde-de — Germanyfr-fr — FranceFull list: https://duckduckgo.com/params
web_fetch(url="https://lite.duckduckgo.com/lite/?q=best+coffee+melbourne&kl=au-en", extractMode="text", maxChars=8000)
Results appear as numbered items with title, snippet, and URL. Skip entries marked "Sponsored link" (ads) — organic results follow.
web_fetch on those URLs to read full contentq=%22exact+phrase%22&df= reliably via fetch)