Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "browser-use",
"interface": {
"displayName": "Browser Use"
},
"plugins": [
{
"name": "qa",
"source": {
"source": "local",
"path": "./qa"
},
"policy": {
"installation": "AVAILABLE"
},
"category": "Productivity"
}
]
}
17 changes: 17 additions & 0 deletions qa/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "qa",
"version": "0.1.0",
"description": "QA-test any website or app with a real browser and return a 1-5 score with evidence. Drives a Browser Use cloud browser (tunnels localhost automatically). Requires the browser-harness CLI.",
"author": {
"name": "Browser Use",
"url": "https://browser-use.com"
},
"skills": "./skills/",
"interface": {
"displayName": "QA",
"shortDescription": "QA-test a site or app and return a 1-5 score with evidence.",
"longDescription": "Drives a real Browser Use cloud browser to test a website or app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Tunnels a localhost dev server automatically. Run as /qa <url-or-localhost-port>. Requires the browser-harness CLI (a one-time uv/pip install).",
"category": "Productivity",
"websiteURL": "https://browser-use.com"
}
}
2 changes: 1 addition & 1 deletion qa/skills/qa/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PY
```

If `browser-harness` is **not** on `PATH`, stop and tell the user to install it, then resume:
- Plugin: `claude plugin install browser-harness@browser-use`
- Plugin: install the `browser-harness` plugin for your agent — `claude plugin install browser-harness@browser-use` (Claude Code) or `codex plugin add browser-harness@browser-use` (Codex)
- CLI (one-time): see the browser-harness skill's `references/install.md` (it's a `uv`/pip install of the `browser-harness` package). Repo: https://github.com/browser-use/browser-harness

Do not attempt to QA with anything other than browser-harness + a cloud browser.
Expand Down