From 380cf0f05ff8005b7b0c8a2e69133f0ccb5c07cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EB=8F=99=ED=99=94?= Date: Fri, 31 Jul 2026 17:13:33 +0900 Subject: [PATCH] docs: align install skill name with browser-use frontmatter Package/CLI is browser-harness; skill YAML name and trigger are browser-use. Stop telling installers to register browser-harness as the skill name or to remove a correct browser-use skill. --- README.md | 2 +- install.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9363621..94df7e90 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Try browser-harness in [Browser Use Cloud](https://cloud.browser-use.com/v4?utm_ Paste into Claude Code or Codex: ```text -Install or upgrade browser-harness to the latest stable version with uv using Python 3.12, register the skill from `browser-harness skill`, and connect it to my browser. Follow https://github.com/browser-use/browser-harness/blob/main/install.md if setup or connection fails. +Install or upgrade browser-harness to the latest stable version with uv using Python 3.12, register the skill body from `browser-harness skill` (skill name is `browser-use`; CLI remains `browser-harness`), and connect it to my browser. Follow https://github.com/browser-use/browser-harness/blob/main/install.md if setup or connection fails. ``` The agent will open `chrome://inspect/#remote-debugging`. Tick the checkbox so the agent can connect to your browser: diff --git a/install.md b/install.md index 52e655f4..3e587044 100644 --- a/install.md +++ b/install.md @@ -22,13 +22,15 @@ If `page_info()` prints, stop. Setup is done. `--python 3.12` prevents uv from selecting old releases that support older Python versions. `--upgrade --force` replaces any previous `browser-harness` tool install with the latest stable release. It does not uninstall unrelated commands such as `browser-use-Browser` or `browser-use-Terminal`. -For Claude Code or other agents: install `browser-harness`, register a skill named `browser-harness`, use `browser-harness skill` as the body, and use this trigger: +For Claude Code or other agents: install the `browser-harness` package/CLI, register a skill whose body comes from `browser-harness skill` (YAML frontmatter keeps `name: browser-use` — do not rename it to `browser-harness`), and use this trigger: ```text -Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work. +Always use browser-use for any web interaction: automation, scraping, testing, or site/app work. ``` -If an old user-installed `browser` or `browser-use` skill is being picked instead, remove that stale skill directory manually. Do not edit bundled/vendor plugin caches. +Package/CLI = `browser-harness`. Skill identity (frontmatter `name` + trigger) = `browser-use`. Codex may install the file under `skills/browser-harness/`; the skill name is still `browser-use`. + +If an old user-installed `browser` skill, or a hand-edited skill still named `browser-harness`, is being picked instead of `browser-use`, remove that stale skill directory manually. Do not remove a correctly installed `browser-use` skill. Do not edit bundled/vendor plugin caches. ## If Chrome Blocks It