claude-chromelisted
Install: claude install-skill aiskillstore/marketplace
# Claude in Chrome Skill
Control your real Chrome browser with Claude. The extension runs in your authenticated browser session, so Claude can interact with sites you're already logged into - Gmail, Google Docs, Notion, CRMs, and more.
## Integration Options
There are two ways to control Chrome:
1. **Claude Code + Chrome Extension** - Terminal-based browser control via `claude --chrome`
2. **Chrome DevTools MCP** - MCP server providing 26 browser automation tools
Both use your real Chrome with existing logins - no re-authentication needed.
---
## Option 1: Claude Code + Chrome Extension
### Prerequisites
- Google Chrome browser
- Claude in Chrome extension (v1.0.36+) from Chrome Web Store
- Claude Code CLI (v2.0.73+)
- Paid Claude plan (Pro, Team, Enterprise, or Max)
### Setup
Update Claude Code:
```bash
claude update
```
Start with Chrome enabled:
```bash
claude --chrome
```
Check connection status:
```
/chrome
```
Enable Chrome by default:
```
/chrome
# Select "Enabled by default"
```
### Browser Capabilities
**Navigation & Interaction:**
- Navigate to URLs
- Click elements (buttons, links, form fields)
- Type text into inputs
- Scroll pages
- Create and manage tabs
- Resize windows
**Information Retrieval:**
- Read page content and DOM state
- Access console logs and errors
- Monitor network requests
- Extract structured data from pages
**Advanced:**
- Fill forms automatically
- Record browser actions as GIFs
- Chain browser + terminal commands
- Work acro