From 907ca8c8080b1ee73fdb636bb770305a443ec4b8 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Mon, 2 Mar 2026 09:38:48 +0900 Subject: [PATCH] Update agent-browser skill installs --- skills/agent-browser-stealth/SKILL.md | 2 +- skills/agent-browser/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/agent-browser-stealth/SKILL.md b/skills/agent-browser-stealth/SKILL.md index 30e807f..4c5b522 100644 --- a/skills/agent-browser-stealth/SKILL.md +++ b/skills/agent-browser-stealth/SKILL.md @@ -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 ``` diff --git a/skills/agent-browser/SKILL.md b/skills/agent-browser/SKILL.md index 4a93e3e..1b724e2 100644 --- a/skills/agent-browser/SKILL.md +++ b/skills/agent-browser/SKILL.md @@ -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 ` for one-off runs. ## Core Workflow