Skip to content

Commit a31410e

Browse files
committed
fix: trim browser skill description to fit 1200 char limit
1 parent fc85834 commit a31410e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

skills/browser/SKILL.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
name: browser-automation
33
description: |
4-
Vision-driven browser automation using Midscene. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack.
4+
Vision-driven browser automation using Midscene. Operates from screenshots — no DOM or accessibility labels needed.
55
6-
Runs in a headless Puppeteer browser — does NOT take over the user's mouse or keyboard. The user can continue using their computer while automation runs.
7-
This is the preferred skill for testing web applications. Only use "Desktop Computer Automation" for native desktop apps.
8-
9-
Also supports CDP (Chrome DevTools Protocol) mode — connect to an existing Chrome browser started with --remote-debugging-port, including remote browsers in Docker or CI environments.
6+
Runs in headless Puppeteer — does NOT take over the user's mouse or keyboard.
7+
Also supports CDP mode to connect to an existing Chrome via remote debugging.
108
119
Use this skill when the user wants to:
1210
- Browse, navigate, or open web pages
@@ -16,8 +14,7 @@ description: |
1614
- Take screenshots of web pages
1715
- Automate multi-step web workflows
1816
- Test what was just built, see if it works in browser
19-
- Connect to an existing Chrome via CDP, DevTools Protocol, or remote debugging
20-
- Automate a remote browser in Docker, cloud, or CI environment
17+
- Connect to Chrome via CDP, DevTools Protocol, or remote debugging
2118
2219
Powered by Midscene.js (https://midscenejs.com)
2320
allowed-tools:

0 commit comments

Comments
 (0)