Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:55 +08:00
commit 89c3c1ab83
18 changed files with 1955 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "browser-tools",
"description": "Efficient browser automation tools using Node.js and the Chrome DevTools Protocol for navigation, scripting, and screenshots without MCP overhead.",
"version": "1.0.0",
"author": {
"name": "Will Hampson"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}