web-browser
Installation
SKILL.md
Web Browser
Environment-aware browser operations skill. Detects the runtime environment and routes to the
appropriate browser backend, then runs one of two workflows: UI testing/verification (ui-test) or
browser-login-assisted credential issuance (credential-issue).
Topics
| Topic | Description | Guide |
|---|---|---|
| ui-test | Snapshot analysis, click/fill/verify, page-state diagnosis | ui-test.md |
| cdp-trace | CDP-based closed shadow DOM cascade diagnosis (DOM.getDocument pierce:true + CSS.getMatchedStylesForNode) | cdp-trace.md |
| credential-issue | service+command param → open login screen → wait for user login → issue access key/token/secret → hand off to automation | credential-issue.md |