-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathregistry.json
More file actions
165 lines (165 loc) · 4.41 KB
/
registry.json
File metadata and controls
165 lines (165 loc) · 4.41 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"version": 1,
"generatedAt": "2026-04-14T02:53:50.119Z",
"pluginCount": 6,
"plugins": [
{
"name": "openacp-hello",
"displayName": "Hello World Plugin",
"description": "Example plugin — greets users on session start",
"npm": "openacp-hello-example",
"version": "0.0.1",
"minCliVersion": "2026.0326.0",
"category": "utility",
"tags": [
"example",
"hello",
"starter"
],
"icon": "👋",
"author": "OpenACP",
"repository": "https://github.com/Open-ACP/openacp-hello-example",
"license": "MIT",
"verified": true,
"featured": true
},
{
"name": "workspace-plugin",
"displayName": "Workspace — Multi-User Collaboration",
"description": "Multi-user collaboration for shared OpenACP sessions",
"npm": "@openacp/workspace-plugin",
"version": "2026.414.3",
"minCliVersion": "2026.414.1",
"category": "utility",
"tags": [
"workspace",
"multi-user",
"collaboration",
"sessions",
"sharing"
],
"icon": "🏢",
"author": "OpenACP",
"repository": "https://github.com/Open-ACP/workspace-plugin",
"license": "MIT",
"verified": true,
"featured": true
},
{
"name": "cowork",
"displayName": "Cowork — Multi-Agent Coordination",
"description": "Coordinate multiple AI agents working on the same codebase with status broadcasting and context injection",
"npm": "openacp-cowork",
"version": "1.0.1",
"minCliVersion": "2026.0326.4",
"category": "utility",
"tags": [
"cowork",
"multi-agent",
"collaboration",
"coordination"
],
"icon": "🤝",
"author": "norway",
"repository": "https://github.com/norwayiscoming/OpenACP-Cowork",
"license": "MIT",
"verified": false,
"featured": false
},
{
"name": "openacp-plugin-conversation-record",
"displayName": "Conversation Record & Context Bridge",
"description": "Record session events to JSONL and bridge context between concurrent sessions via /context command",
"npm": "@lngdao/openacp-plugin-conversation-record",
"version": "0.1.0",
"minCliVersion": "2026.0326.0",
"category": "utility",
"tags": [
"conversation",
"recording",
"context-bridge",
"session",
"history"
],
"icon": "📝",
"author": "lngdao",
"repository": "https://github.com/lngdao/openacp-conversation-record-plugin",
"license": "MIT",
"verified": false,
"featured": false
},
{
"name": "summary-plugin",
"displayName": "Summary Plugin",
"description": "Ask the AI agent to summarize the current session — what was accomplished, key files changed, decisions made, and current status",
"npm": "@peterr0x/summary-plugin",
"version": "0.1.0",
"minCliVersion": "2026.0326.4",
"category": "utility",
"tags": [
"summary",
"session",
"ai"
],
"icon": "📝",
"author": "Peter Parker",
"repository": "https://github.com/peterr0x/summary-plugin",
"license": "MIT",
"verified": false,
"featured": false
},
{
"name": "usage-plugin",
"displayName": "Usage Plugin",
"description": "Automatically tracks token usage and cost per agent session, supports configurable monthly budgets with warning notifications",
"npm": "@peterr0x/usage-plugin",
"version": "0.1.0",
"minCliVersion": "2026.0326.4",
"category": "utility",
"tags": [
"usage",
"budget",
"cost",
"tokens"
],
"icon": "📊",
"author": "Peter Parker",
"repository": "https://github.com/peterr0x/usage-plugin",
"license": "MIT",
"verified": false,
"featured": false
}
],
"categories": [
{
"id": "adapter",
"name": "Adapters",
"icon": "🔌"
},
{
"id": "utility",
"name": "Utilities",
"icon": "🔧"
},
{
"id": "integration",
"name": "Integrations",
"icon": "🔗"
},
{
"id": "ai",
"name": "AI & Models",
"icon": "🤖"
},
{
"id": "security",
"name": "Security",
"icon": "🔒"
},
{
"id": "media",
"name": "Media",
"icon": "🎵"
}
]
}