A Kiro power that provides browser automation capabilities via Playwright MCP.
Navigate pages, click elements, fill forms, take screenshots, and monitor network requests and console messages — all from within the Kiro agent.
- Clone this repo
- In Kiro, open Command Palette → "Powers" → "Add power from Local Path"
- Select the cloned directory
Or manually copy POWER.md and mcp.json to .kiro/powers/browser/ in your workspace.
| File | Purpose |
|---|---|
POWER.md |
Power metadata, keywords, and usage instructions |
mcp.json |
MCP server configuration (Playwright + Chrome DevTools) |
- Playwright (enabled) — Full browser automation via
@playwright/mcp - Chrome DevTools (disabled) — Alternative via
chrome-devtools-mcp, enable inmcp.jsonif preferred
- Node.js (for
npx) - Playwright browsers will be installed automatically on first use
MIT