AgentSkillsCN

browse

使用Chrome浏览器,打开网站、浏览网页、访问指定URL、截取页面截图、测试Web应用、检查网站状态、填写表单、爬取网页内容、与网页交互、调试用户界面、检查DOM结构、在浏览器中运行JavaScript、监控网络请求,或自动化各类浏览器任务。还可通过CDP实现无头Chrome自动化。

SKILL.md
--- frontmatter
name: browse
description: >-
  Use Chrome, use the browser, open a website, browse the web, go to a URL,
  take a screenshot of a page, test a web app, check a website, fill out forms,
  scrape a webpage, interact with a web page, debug a UI, inspect the DOM,
  run JavaScript in the browser, monitor network requests, or automate any
  browser task. Headless Chrome automation via CDP.

Use the remix-browser MCP tools (prefixed mcp__remix-browser__) for all browser tasks.

Getting started: Always call navigate first to open a URL.

Available tools:

  • Navigation: navigate, go_back, go_forward, reload, get_page_info
  • DOM: find_elements, get_text, get_html, wait_for
  • Interaction: click, type_text, hover, select_option, press_key, scroll
  • Visual: screenshot
  • JavaScript: execute_js, read_console
  • Network: network_enable, get_network_log
  • Tabs: new_tab, close_tab, list_tabs