💬 Commit message: Update 2026-02-08 03:43:41, 3 files, 24 lines
📁 Files changed: 3 📝 Lines changed: 24 • README.md • package-lock.json • package.json
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# @aladac/claude-browse
|
||||
# @saiden/browse
|
||||
|
||||
[](https://www.npmjs.com/package/@aladac/claude-browse)
|
||||
[](https://github.com/aladac/claude-browse/actions/workflows/ci.yml)
|
||||
[](https://www.npmjs.com/package/@saiden/browse)
|
||||
[](https://github.com/saiden-dev/browse/actions/workflows/ci.yml)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://nodejs.org)
|
||||
[](https://nodejs.org)
|
||||
|
||||
#### Headless browser automation for Claude Code using Playwright WebKit.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install @aladac/claude-browse
|
||||
npm install @saiden/browse
|
||||
npx playwright install webkit
|
||||
```
|
||||
|
||||
@@ -91,7 +91,7 @@ Install as a Claude Code plugin for the best integration:
|
||||
|
||||
```bash
|
||||
# Install from GitHub
|
||||
claude plugin install github:aladac/claude-browse
|
||||
claude plugin install github:saiden-dev/browse
|
||||
|
||||
# Or install from local path
|
||||
claude plugin install /path/to/claude-browse
|
||||
@@ -151,7 +151,7 @@ Add to Claude Code's MCP config (`~/.claude/settings.json`):
|
||||
## Programmatic Usage
|
||||
|
||||
```typescript
|
||||
import { ClaudeBrowser, startServer } from '@aladac/claude-browse';
|
||||
import { ClaudeBrowser, startServer } from '@saiden/browse';
|
||||
|
||||
// Direct browser control
|
||||
const browser = new ClaudeBrowser({
|
||||
|
||||
Reference in New Issue
Block a user