browser-automation

📁 kk17/skills 📅 7 days ago
1
总安装量
1
周安装量
#49860
全站排名
安装命令
npx skills add https://github.com/kk17/skills --skill browser-automation

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
codex 1
gemini-cli 1

Skill 文档

Browser Automation

This skill provides comprehensive browser automation capabilities using either Playwright MCP (default) or agent-browser CLI.

Providers

Playwright (Default)

  • Uses structured MCP tool calls
  • Auto-installed via npx
  • Best for programmatic browser control

agent-browser

  • Bash CLI interface
  • Session management and parallel browsers
  • Requires: bun add -g agent-browser && agent-browser install

Quick Start

Using Playwright

The skill automatically loads Playwright MCP tools. Use them directly through MCP tool calls for navigation, clicking, screenshots, and scraping.

Using agent-browser

agent-browser open <url>        # Navigate to page  
agent-browser snapshot -i       # Get interactive elements with refs  
agent-browser click @e1         # Click element by ref  
agent-browser fill @e2 "text"   # Fill input by ref  
agent-browser close             # Close browser