Web Tool
This skill allows you to access external web content either by searching or by direct URL access. It fetches the content and converts it into a clean Markdown format.
Usage
Use this tool when you need to:
- Search the web: Provide a
queryto find information. - Read a webpage: Provide a
urlto read specific content.
Arguments
query(optional): The search terms to find information on the web.url(optional): The full web address (including http:// or https://) of the page to fetch.
Note: You must provide either query or url, but not both (url takes precedence).
Examples
- User: "Who won the super bowl 2024?"
Action: Call
webwithquery="super bowl 2024 winner" - User: "Summarize this article: https://example.com/article"
Action: Call
webwithurl="https://example.com/article"
Notes
The tool returns a Markdown string. If using query, it performs a search (e.g., via Mojeek) and returns the results. If using url, it fetches and converts the page content.