-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 840 Bytes
/
Copy pathplugin.json
File metadata and controls
20 lines (20 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "open-computer-use",
"version": "0.1.0",
"description": "macOS computer use for AI agents — control logged-in Chrome and native apps via Accessibility API and MCP",
"author": {
"name": "nogu66"
},
"repository": "https://github.com/nogu66/open-computer-use",
"license": "MIT",
"keywords": ["macos", "computer-use", "accessibility", "mcp", "browser-automation"],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "open-computer-use",
"shortDescription": "Control your logged-in Mac apps from Codex",
"longDescription": "Operate the apps you already have open — logged-in Chrome, Slack, native macOS apps — via Accessibility API and synthetic input. Exposed as MCP tools and a Bash CLI.",
"developerName": "nogu66",
"category": "Productivity"
}
}