Update agent-browser skill installs

This commit is contained in:
leeguooooo
2026-03-02 09:38:48 +09:00
parent 74fda70b67
commit 907ca8c808
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Use this skill when the task needs web automation and anti-bot stability.
## Install and baseline
```bash
npm install -g agent-browser-stealth
pnpm add -g agent-browser-stealth
agent-browser install
agent-browser --version
```
+1 -1
View File
@@ -6,7 +6,7 @@ allowed-tools: Bash(npx agent-browser-stealth:*), Bash(npx agent-browser:*), Bas
# Browser Automation with agent-browser
Install package: `npm install -g agent-browser-stealth` (CLI command remains `agent-browser` for compatibility).
Install package: `pnpm add -g agent-browser-stealth` (CLI command remains `agent-browser` for compatibility). If global install is unavailable in your environment, use `pnpm dlx agent-browser-stealth <command>` for one-off runs.
## Core Workflow