Update README with marketplace install and complete command list

This commit is contained in:
Adam Ladachowski
2026-02-08 03:51:55 +01:00
parent 464867114b
commit 0142e1ac54
+12 -8
View File
@@ -90,11 +90,12 @@ curl -X POST localhost:3000 -d '{"cmd":"close"}'
Install as a Claude Code plugin for the best integration: Install as a Claude Code plugin for the best integration:
```bash ```bash
# Install from GitHub # Via marketplace (recommended)
claude plugin install github:saiden-dev/browse claude plugin marketplace add https://github.com/saiden-dev/claude-plugins
claude plugin install browse
# Or install from local path # Or direct from GitHub
claude plugin install /path/to/claude-browse claude plugin install github:saiden-dev/browse
``` ```
**Prerequisites:** Node.js 18+ (the MCP server runs via npx) **Prerequisites:** Node.js 18+ (the MCP server runs via npx)
@@ -113,15 +114,18 @@ claude plugin install /path/to/claude-browse
| `/browse:extract [selector]` | Extract structured data from page | | `/browse:extract [selector]` | Extract structured data from page |
| `/browse:fill [data]` | Help fill out forms | | `/browse:fill [data]` | Help fill out forms |
| `/browse:compare [action]` | Compare page states before/after action | | `/browse:compare [action]` | Compare page states before/after action |
| `/browse:save` | Save current session state to file |
| `/browse:restore` | Restore a previously saved session |
| `/browse:end` | End the browsing session and close browser |
**MCP Resources (@ mentions):** **MCP Resources (@ mentions):**
| Resource | Description | | Resource | Description |
|----------|-------------| |----------|-------------|
| `@claude-browse:browser://state` | Browser state (URL, title, launched) | | `@browse:browser://state` | Browser state (URL, title, launched) |
| `@claude-browse:browser://html` | Page HTML (truncated to 10KB) | | `@browse:browser://html` | Page HTML (truncated to 10KB) |
| `@claude-browse:browser://html/full` | Complete page HTML | | `@browse:browser://html/full` | Complete page HTML |
| `@claude-browse:browser://screenshot` | Page screenshot as base64 PNG | | `@browse:browser://screenshot` | Page screenshot as base64 PNG |
## MCP Server (Standalone) ## MCP Server (Standalone)