| name | Web Browsing |
| description | Search the web via DuckDuckGo, fetch and extract content from URLs, and look up reference material. Use for real-time information, external documentation, and validating facts against public sources. |
| version | 1.0.0 |
| tools | ["web_search","web_fetch"] |
| context | 4096 |
Web Browsing Skill
Provides access to public web content via search and URL fetching.
Operations
Search
Query DuckDuckGo for relevant results. Use when you need to find sources, validate claims, or discover documentation.
Input: Natural-language query (be specific; avoid vague terms)
Output: List of results with title, URL, and excerpt
Usage pattern:
SEARCH: <specific query with key terms>
→ Review results, select the most authoritative source
→ FETCH the URL if you need full content
Fetch
Retrieve the full text content of a URL. Use after a Search to read a specific page.
Input: Valid URL
Output: Page content as plain text (HTML stripped)
Usage pattern:
FETCH: https://example.com/page
→ Extract the relevant section
→ Cite the source URL in your response