Content
# chro
Claude Code plugin marketplace with browser automation skills.
## Skills
| Skill | Description |
|-------|-------------|
| `cdp` | Chrome DevTools Protocol - control Chrome via CDP |
| `linkedin` | LinkedIn automation |
## Install
Add to `~/.claude/settings.json`:
```json
{
"plugins": ["/path/to/chro"]
}
```
## Requirements
- [Bun](https://bun.sh)
- Chrome/Chromium
## Structure
```
chro/
├── plugin.json
├── skills/
│ ├── cdp/
│ │ ├── SKILL.md
│ │ └── src/index.js
│ └── linkedin/
│ └── SKILL.md
└── CLAUDE.md
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.