AgentSkillsCN

browse

使用 Nova Act 浏览器自动化功能,在网络中搜索或浏览网站。当用户需要搜索某项内容、在线查找信息、进行 Google 搜索,或访问某个网站时,可选用此方案。

SKILL.md
--- frontmatter
name: browse
description: >
  Search the web or browse a website using Nova Act browser automation.
  Use this when the user asks to search for something, look something up online,
  google something, or visit a website.
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"