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>
26 行
750 B
JSON
26 行
750 B
JSON
{
|
|
"name": "browser-harness",
|
|
"description": "Install browser-harness directly from this repo.",
|
|
"owner": {
|
|
"name": "Browser Use",
|
|
"url": "https://browser-use.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "browser-harness",
|
|
"description": "Direct CDP browser control for agents: coordinate clicks, screenshots, persistent Python session, local Chrome or Browser Use cloud. Ships skills only; the `browser-harness` CLI is a one-time install prerequisite.",
|
|
"category": "automation",
|
|
"source": ".",
|
|
"homepage": "https://github.com/browser-use/browser-harness",
|
|
"keywords": [
|
|
"browser",
|
|
"automation",
|
|
"cdp",
|
|
"chrome",
|
|
"scraping",
|
|
"screenshot"
|
|
]
|
|
}
|
|
]
|
|
}
|