Weather
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Get current weather and forecasts (no API key required).
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Web 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...
name: ddg-search
description: Web search without an API key using DuckDuckGo Lite via webfetch. Use as a fallback when websearch fails with missingbraveapikey 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 webfetch tool.
Search 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)