# Browser Automation

> Automate browser tasks - navigate, click, type, fill forms, extract data, take screenshots

- Skill: `chainlesschain/browser-automation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/browser-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/browser-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/browser-automation

---


# Browser Automation Skill

Automate browser tasks using the built-in browser engine and Computer Use agent.

## Usage

```
/browser-automation <action> [target] [options]
```

## Actions

| Action       | Description                    | Example                                                          |
| ------------ | ------------------------------ | ---------------------------------------------------------------- |
| `navigate`   | Navigate to a URL              | `/browser-automation navigate https://example.com`               |
| `click`      | Click an element               | `/browser-automation click "Login button"`                       |
| `type`       | Type text into focused element | `/browser-automation type "Hello world"`                         |
| `screenshot` | Capture page screenshot        | `/browser-automation screenshot`                                 |
| `fill-form`  | Auto-fill a form               | `/browser-automation fill-form name=John email=john@example.com` |
| `extract`    | Extract page data              | `/browser-automation extract tables`                             |

## Features

- **Smart Element Location**: XPath, CSS selectors, text content, visual matching
- **Form Automation**: Auto-detect and fill form fields
- **Data Extraction**: Tables, lists, structured content
- **Screenshots**: Full page and element-level capture
- **Template Actions**: Pre-built automation templates

