browser-use--browser-harness
2baa4a2513
browser-harness is the single source of truth for its own plugin: the browser-use/plugins marketplace remote-sources this repo (pinned SHA) instead of vendoring a copy, so there is no drift. Ships skills only; the CLI stays a one-time install prerequisite. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 行
694 B
JSON
14 行
694 B
JSON
{
|
|
"name": "browser-harness",
|
|
"version": "0.1.0",
|
|
"description": "Direct browser control via CDP. Drives the user's real Chrome (or a Browser Use cloud browser) with coordinate clicks, screenshots, and Python helpers — no selector hunting. Requires the one-time `browser-harness` CLI install (see the skill's references/install.md).",
|
|
"author": {
|
|
"name": "Browser Use",
|
|
"url": "https://browser-use.com"
|
|
},
|
|
"homepage": "https://github.com/browser-use/browser-harness",
|
|
"repository": "https://github.com/browser-use/browser-harness",
|
|
"license": "MIT",
|
|
"keywords": ["browser", "automation", "cdp", "chrome", "scraping", "screenshot", "browser-use", "browser-harness"]
|
|
}
|