💬 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://www.npmjs.com/package/@saiden/browse)
|
||||||
[](https://github.com/aladac/claude-browse/actions/workflows/ci.yml)
|
[](https://github.com/saiden-dev/browse/actions/workflows/ci.yml)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://nodejs.org)
|
[](https://nodejs.org)
|
||||||
|
|
||||||
#### Headless browser automation for Claude Code using Playwright WebKit.
|
#### Headless browser automation for Claude Code using Playwright WebKit.
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @aladac/claude-browse
|
npm install @saiden/browse
|
||||||
npx playwright install webkit
|
npx playwright install webkit
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ Install as a Claude Code plugin for the best integration:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install from GitHub
|
# Install from GitHub
|
||||||
claude plugin install github:aladac/claude-browse
|
claude plugin install github:saiden-dev/browse
|
||||||
|
|
||||||
# Or install from local path
|
# Or install from local path
|
||||||
claude plugin install /path/to/claude-browse
|
claude plugin install /path/to/claude-browse
|
||||||
@@ -151,7 +151,7 @@ Add to Claude Code's MCP config (`~/.claude/settings.json`):
|
|||||||
## Programmatic Usage
|
## Programmatic Usage
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { ClaudeBrowser, startServer } from '@aladac/claude-browse';
|
import { ClaudeBrowser, startServer } from '@saiden/browse';
|
||||||
|
|
||||||
// Direct browser control
|
// Direct browser control
|
||||||
const browser = new ClaudeBrowser({
|
const browser = new ClaudeBrowser({
|
||||||
|
|||||||
Generated
+4
-4
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@aladac/claude-browse",
|
"name": "@saiden/browse",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@aladac/claude-browse",
|
"name": "@saiden/browse",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@aladac/claude-browse",
|
"name": "@saiden/browse",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "Headless browser automation for Claude Code using Playwright WebKit",
|
"description": "Headless browser automation for Claude Code using Playwright WebKit",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user