-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
36 lines (36 loc) · 1.22 KB
/
Copy pathplugins.json
File metadata and controls
36 lines (36 loc) · 1.22 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
{
"$schema": "./plugins.schema.json",
"version": 1,
"plugins": [
{
"slug": "writing-quality",
"name": "Writing Quality",
"description": "AI writing-pattern detection + 5-dimension quality scoring (Directness, Rhythm, Trust, Authenticity, Density).",
"repo": "sidebutton/plugin-writing-quality",
"ref": "main",
"submodules": true,
"system_deps": [],
"default_roles": ["smm"]
},
{
"slug": "screen-record",
"name": "Screen Record",
"description": "Screen recording on the agent VM via ffmpeg x11grab — start, stop, list recordings.",
"repo": "sidebutton/plugin-screen-record",
"ref": "main",
"submodules": false,
"system_deps": ["ffmpeg"],
"default_roles": ["*"]
},
{
"slug": "computer-use",
"name": "Computer Use",
"description": "Screenshot + mouse/keyboard control of the agent's X desktop (DISPLAY=:10) for driving local GUI/RDP windows — capture, click, move, type, clipboard, batch. Opt-in, no role.",
"repo": "sidebutton/plugin-computer-use",
"ref": "main",
"submodules": false,
"system_deps": ["xdotool", "scrot", "maim", "xclip", "wmctrl"],
"default_roles": []
}
]
}