Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Navigate browser to specified URL to open a webpage. When you need to open webpages or start web automation. PREREQUISITE - must call before browser_click/type operations. Auto-starts browser if not running.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-14 | ✓→✗ | ▼ Worse | -46% | 0% |
| case-06 | ✓→✗ | ▼ Worse | 7% | 0% |
| case-17 | ✓→✗ | ▼ Worse | -36% | 0% |
导航到指定 URL,打开网页。
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | url | string | 是 | 要访问的 URL(必须包含协议,如 https://) |
打开搜索引擎:
json{"url": "https://www.google.com"}
打开本地文件:
json{"url": "file:///C:/Users/test.html"}
browser_click / browser_type 与页面交互browser_click / browser_type 之前调用此工具browser-open: 启动浏览器并检查状态browser-click: 点击页面元素browser-type: 在输入框输入文本对于多步骤的浏览器任务,建议优先使用 browser_task 工具。它可以自动规划和执行复杂的浏览器操作,无需手动逐步调用各个工具。
示例:
pythonbrowser_task(task="打开百度搜索福建福州并截图")
Other measured skills in the registry, with their headline benchmark lift.