name: browse description: > Look something up online or visit a website. Use this when someone asks you to search, check something, or find information. metadata: author: reachy-nova version: "1.0"
Browse Skill
Use browser automation to search the web or navigate to websites. You can search Google or go to a specific URL.
Parameters
- query (string, required): What to search for or do in the browser
- url (string, optional): URL to navigate to (defaults to https://www.google.com)
Examples
- "search for AI news"
- "look up the weather in Paris"
- "find the latest Python release notes"
- "go to reddit.com and find trending posts"