一键导入
web-browser
Browser automation using the agent-browser CLI (Chromium via Playwright). Use it to navigate pages, capture snapshots, and interact with elements.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Browser automation using the agent-browser CLI (Chromium via Playwright). Use it to navigate pages, capture snapshots, and interact with elements.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | web-browser |
| description | Browser automation using the agent-browser CLI (Chromium via Playwright). Use it to navigate pages, capture snapshots, and interact with elements. |
| license | Apache-2.0 |
Use agent-browser for web automation. It runs a headless Chromium instance by default and exposes a CLI optimized for AI agents.
Full command reference:
agent-browser --help
npm install -g agent-browser
agent-browser install # Download Chromium
# Linux only:
agent-browser install --with-deps # Install system deps
agent-browser open https://example.com
agent-browser snapshot -i # Interactive elements only
# or JSON for machine parsing
agent-browser snapshot -i --json
agent-browser click @e2
agent-browser fill @e3 "test@example.com"
agent-browser get text @e1
agent-browser snapshot -i --json
Refs (@e1, @e2, …) are deterministic and ideal for AI workflows.
agent-browser open <url> # Navigate (alias: goto)
agent-browser snapshot # Accessibility tree with refs
agent-browser click <sel|@ref>
agent-browser fill <sel|@ref> <text>
agent-browser type <sel|@ref> <text>
agent-browser press <key> # e.g. Enter, Tab, Control+a
agent-browser get text <sel|@ref>
agent-browser screenshot [path] # Use --full for full page
agent-browser close # Close browser
agent-browser find role button click --name "Submit"
agent-browser find label "Email" fill "test@test.com"
agent-browser open https://example.com --headed
agent-browser --profile ~/.myapp-profile open https://example.com
agent-browser --session agent1 open https://example.com
agent-browser snapshot -i --json
agent-browser get text @e1 --json
agent-browser --allow-file-access open file:///path/to/page.html
Use this skill whenever the agent needs to browse the web, inspect pages, click buttons, fill forms, or capture screenshots.
Design and modify Terraform projects safely, with strong state, module, provider, and naming discipline. Use when creating or changing Terraform environments, modules, backends, providers, or plans, especially in AWS and multi-account setups.
Create diagrams. Improve Draw.io / diagrams.net architecture diagrams for readability and presentation quality. Use when editing .drawio files, reviewing exported PNGs, fixing spacing, making text readable in dark mode, simplifying arrow routing, or polishing executive/architecture visuals.
Read this skill before making git commits