-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@clawcap/manobrowser",
"version": "2.1.4",
"description": "AI's hand in your browser. Automate any webpage via MCP. Your real browser, your login sessions, your data, your control.",
"keywords": [
"openclaw",
"agentskill",
"mcp",
"browser-automation",
"web-scraping",
"data-extraction",
"chrome-extension",
"ai-agent",
"manobrowser"
],
"homepage": "https://github.com/ClawCap/ManoBrowser",
"repository": {
"type": "git",
"url": "https://github.com/ClawCap/ManoBrowser.git"
},
"license": "MIT",
"author": "ClawCap",
"files": [
"SKILL.md",
"README.md",
"README.en.md",
"LICENSE",
"browser-automation/",
"web-data-extractor/",
"platform-data-explorer/",
"api-skill-builder/",
"chrome-workflow-build/"
]
}