-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugins.json
More file actions
185 lines (185 loc) · 5.75 KB
/
Copy pathplugins.json
File metadata and controls
185 lines (185 loc) · 5.75 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
[
{
"id": "plugin-devkit",
"name": "Plugin Devkit",
"category": "Authoring",
"official": true,
"tagline": "Build your own plugins — the authoring kit + reference plugin. A scaffold tool, an architect subagent, the building-plugins skill, and a console guide, in one bundle.",
"adds": [
"tool",
"subagent",
"skill",
"workflow",
"view"
],
"bundled": true,
"enable": "plugin-devkit",
"links": {
"source": "https://github.com/protoLabsAI/protoAgent/tree/main/plugins/plugin-devkit",
"docs": "/docs/guides/plugins"
}
},
{
"id": "delegates",
"name": "Delegate Registry",
"category": "Orchestration",
"official": true,
"tagline": "A hot-swappable registry of the agents and endpoints your agent can talk to — fleet A2A agents, OpenAI-compatible endpoints, ACP coding agents — managed from the console.",
"adds": [
"tool",
"settings"
],
"bundled": true,
"enable": "delegates",
"links": {
"source": "https://github.com/protoLabsAI/protoAgent/tree/main/plugins/delegates",
"docs": "/docs/guides/delegates"
}
},
{
"id": "coding_agent",
"name": "CLI Coding Agent (ACP)",
"category": "Orchestration",
"official": true,
"tagline": "Let the lead agent spawn a CLI coding agent — protoCLI, Claude Code, Codex, or Gemini CLI — and hand it a real coding job over the Agent Client Protocol.",
"adds": [
"tool"
],
"bundled": true,
"enable": "coding_agent",
"links": {
"source": "https://github.com/protoLabsAI/protoAgent/tree/main/plugins/coding_agent",
"docs": "/docs/guides/coding-agents"
}
},
{
"id": "discord",
"name": "Discord",
"category": "Communication",
"official": true,
"tagline": "Run your agent as a Discord bot — an inbound DM/channel gateway plus outbound posting tools.",
"adds": [
"surface",
"tool",
"secrets"
],
"bundled": false,
"enable": "discord",
"links": {
"source": "https://github.com/protoLabsAI/discord-plugin",
"docs": "/docs/guides/plugins"
}
},
{
"id": "telegram",
"name": "Telegram",
"category": "Communication",
"official": true,
"tagline": "Run your agent as a Telegram bot — inbound DMs and groups, replies back out. A tiny reference communication plugin.",
"adds": [
"surface",
"config"
],
"bundled": true,
"enable": "telegram",
"links": {
"source": "https://github.com/protoLabsAI/protoAgent/tree/main/plugins/telegram",
"docs": "/docs/guides/communication-plugins"
}
},
{
"id": "github",
"name": "GitHub (read/write tools)",
"category": "Integrations",
"official": true,
"tagline": "Read AND write GitHub over the gh CLI — PRs, issues, diffs, CI, repo files; plus gated create/edit/merge/close, comments, labels (per-agent write gating). Ships a read-only Issues/PRs board, a util-bar New-issue widget, and the user-only /issue command.",
"adds": [
"tool",
"view"
],
"bundled": false,
"install": "https://github.com/protoLabsAI/github-plugin",
"enable": "github",
"links": {
"source": "https://github.com/protoLabsAI/github-plugin",
"docs": "https://github.com/protoLabsAI/github-plugin#readme"
}
},
{
"id": "spacetraders",
"name": "SpaceTraders",
"category": "Examples",
"official": true,
"tagline": "An autonomous SpaceTraders fleet commander — crew subagents, navigation/mining/trading tools, workflows, and a Fleet dashboard. The reference full-bundle plugin.",
"adds": [
"tool",
"subagent",
"workflow",
"skill",
"view"
],
"bundled": false,
"install": "https://github.com/protoLabsAI/spacetraders-plugin",
"links": {
"source": "https://github.com/protoLabsAI/spacetraders-plugin",
"docs": "https://github.com/protoLabsAI/spacetraders-plugin#readme"
}
},
{
"id": "prototrader-finance",
"name": "protoTrader Finance",
"category": "Finance",
"official": true,
"tagline": "Trading research as a full bundle — market data, backtesting, factor IC, a behavioral journal, a gated paper broker, the research desk, and a Quant Desk dashboard.",
"adds": [
"tool",
"subagent",
"workflow",
"view"
],
"bundled": false,
"install": "https://github.com/protoLabsAI/prototrader-finance",
"links": {
"source": "https://github.com/protoLabsAI/prototrader-finance",
"docs": "https://github.com/protoLabsAI/prototrader-finance#readme"
}
},
{
"id": "hello",
"name": "Hello (example)",
"category": "Examples",
"official": true,
"tagline": "A minimal starting point — one tool, one bundled skill, and a console view. Copy it to scaffold your own plugin by hand.",
"adds": [
"tool",
"skill",
"view"
],
"bundled": true,
"enable": "hello",
"links": {
"source": "https://github.com/protoLabsAI/protoAgent/tree/main/plugins/hello",
"docs": "/docs/guides/plugins"
}
},
{
"id": "careercoach",
"name": "Career Coach",
"category": "Productivity",
"official": true,
"tagline": "Your career coach & job-hunt copilot — strategy, mock interviews, honest CV feedback, and offer/negotiation coaching, plus an autonomous evaluate→tailor→apply pipeline. A full-surface plugin showcase.",
"adds": [
"tool",
"subagent",
"skill",
"workflow",
"view"
],
"bundled": false,
"install": "https://github.com/protoLabsAI/careercoach-plugin",
"links": {
"source": "https://github.com/protoLabsAI/careercoach-plugin",
"docs": "https://github.com/protoLabsAI/careercoach-plugin#quick-start"
}
}
]