Web Search
Use this skill to search the web and optionally fetch the top result pages.
Tools
- •
web_search– search the web and return titles/URLs/snippets.- •Args:
query(string, required),maxResults(default from config),provider(duckduckgo|serper).
- •Args:
- •
web_surf– search then fetch page text for top results; respects token budget.- •Args:
query,maxResults,rotations(how many pages to fetch),maxTokens.
- •Args:
Providers
- •
duckduckgo(default): no API key needed. - •
serper: setapiKeyin skill config to use Google results.
Usage notes
- •Keep queries concise; prefer
web_surfwhen you need snippets of page content. - •Token budget is approximate; skill truncates page content to stay within budget.