-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1.28 KB
/
Copy pathplugin.json
File metadata and controls
37 lines (37 loc) · 1.28 KB
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
35
36
37
{
"name": "computer-use",
"version": "1.0.1",
"description": "Local Windows computer-use plugin with skills and MCP tools for discovery, capture, and UI automation.",
"author": {
"name": "computer_use project"
},
"license": "UNLICENSED",
"keywords": [
"codex",
"computer-use",
"windows",
"mcp",
"automation"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Computer Use",
"shortDescription": "Inspect and control Windows apps through the local computer_use project.",
"longDescription": "This plugin packages the local computer_use project as an agent plugin. It ships MCP tools for window discovery, snapshots, text input, pointer input, UIA element actions, and turn-scoped lifecycle handling, plus a skill that teaches the expected workflow for this repository's implementation.",
"developerName": "computer_use project",
"category": "Engineering",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Inspect a Windows app with the local computer_use plugin.",
"Capture a window snapshot and act on its controls.",
"Automate a Windows workflow through the plugin MCP tools."
],
"brandColor": "#0F4C81",
"screenshots": []
}
}