项目文件夹

文件
Shawn Pana 2baa4a2513 Add plugin manifest and skill (canonical, no-drift source of truth)
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>
2026-06-13 13:12:36 -07:00

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"
]
}
]
}