16 lines
672 B
JSON
16 lines
672 B
JSON
{
|
|
"name": "webwright",
|
|
"version": "0.1.0",
|
|
"description": "Turn your coding agent into a SOTA browser agent. Drives a local Playwright workspace via one bash command at a time, saving screenshots and an action log into final_runs/run_<id>/, and visually self-verifies the result.",
|
|
"author": {
|
|
"name": "Microsoft Research",
|
|
"url": "https://github.com/microsoft/Webwright"
|
|
},
|
|
"homepage": "https://github.com/microsoft/Webwright",
|
|
"repository": "https://github.com/microsoft/Webwright",
|
|
"license": "MIT",
|
|
"keywords": ["browser", "playwright", "web-agent", "automation", "rpa"],
|
|
"commands": "./skills/webwright/commands",
|
|
"skills": "./skills"
|
|
}
|