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