Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:04 +08:00
commit 87e0ee9b48
12 changed files with 720 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "browser-tools",
"description": "Chrome automation tools for agent-assisted web testing and interaction using Chrome DevTools Protocol",
"version": "1.2.7",
"author": {
"name": "Lukas Trumm"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}