-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathplugins.json
More file actions
413 lines (413 loc) · 20.2 KB
/
plugins.json
File metadata and controls
413 lines (413 loc) · 20.2 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-04-07",
"total": 40,
"categories": [
"Development & Workflow",
"Tools & Integrations"
],
"plugins": [
{
"name": "Registry Broker",
"url": "https://github.com/hashgraph-online/registry-broker-codex-plugin",
"owner": "hashgraph-online",
"repo": "registry-broker-codex-plugin",
"description": "Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/hashgraph-online/registry-broker-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "AgentOps",
"url": "https://github.com/boshu2/agentops",
"owner": "boshu2",
"repo": "agentops",
"description": "DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/boshu2/agentops/main/.codex-plugin/plugin.json"
},
{
"name": "Blueprint",
"url": "https://github.com/JuliusBrussee/blueprint",
"owner": "JuliusBrussee",
"repo": "blueprint",
"description": "Specification-driven development pipeline that turns natural language into domain blueprints with testable acceptance criteria, generates parallel build plans, and implements them with automated validation and cross-model adversarial review.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/JuliusBrussee/blueprint/main/.codex-plugin/plugin.json"
},
{
"name": "Brooks Lint",
"url": "https://github.com/hyhmrright/brooks-lint",
"owner": "hyhmrright",
"repo": "brooks-lint",
"description": "AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality).",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/hyhmrright/brooks-lint/main/.codex-plugin/plugin.json"
},
{
"name": "Claude Code for Codex",
"url": "https://github.com/sendbird/cc-plugin-codex",
"owner": "sendbird",
"repo": "cc-plugin-codex",
"description": "Reverse of OpenAI's official Claude-hosted plugin: use Claude Code from Codex for reviews, rescue tasks, tracked background jobs, and hook-powered review gates.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/sendbird/cc-plugin-codex/main/.codex-plugin/plugin.json"
},
{
"name": "Claude Code Harness",
"url": "https://github.com/dadwadw233/claude-code-harness",
"owner": "dadwadw233",
"repo": "claude-code-harness",
"description": "Harness blueprint skill for turning vague agent ideas into concrete designs for request assembly, control loops, memory, permissions, recovery, and extension planes.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/dadwadw233/claude-code-harness/main/.codex-plugin/plugin.json"
},
{
"name": "Claude Code Skills",
"url": "https://github.com/alirezarezvani/claude-skills",
"owner": "alirezarezvani",
"repo": "claude-skills",
"description": "223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.codex-plugin/plugin.json"
},
{
"name": "Claude Octopus",
"url": "https://github.com/nyldn/claude-octopus",
"owner": "nyldn",
"repo": "claude-octopus",
"description": "Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/nyldn/claude-octopus/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Agenteam",
"url": "https://github.com/yimwoo/codex-agenteam",
"owner": "yimwoo",
"repo": "codex-agenteam",
"description": "Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/yimwoo/codex-agenteam/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Multi Auth",
"url": "https://github.com/ndycode/codex-multi-auth",
"owner": "ndycode",
"repo": "codex-multi-auth",
"description": "Multi-account OAuth manager for the official Codex CLI with switching, health checks, and recovery tools.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/ndycode/codex-multi-auth/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Reviewer",
"url": "https://github.com/schuettc/codex-reviewer",
"owner": "schuettc",
"repo": "codex-reviewer",
"description": "Second-pass review of Claude-driven plans and implementations.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/schuettc/codex-reviewer/main/.codex-plugin/plugin.json"
},
{
"name": "HOTL Plugin",
"url": "https://github.com/yimwoo/hotl-plugin",
"owner": "yimwoo",
"repo": "hotl-plugin",
"description": "Human-on-the-Loop AI coding workflow plugin for Codex, Claude Code, and Cline with structured planning, review, and verification guardrails.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/yimwoo/hotl-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "Project Autopilot",
"url": "https://github.com/AlexMi64/codex-project-autopilot",
"owner": "AlexMi64",
"repo": "codex-project-autopilot",
"description": "Turn an idea into a structured project workflow with planning, execution, verification, and handoff.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/AlexMi64/codex-project-autopilot/main/.codex-plugin/plugin.json"
},
{
"name": "VibePortrait",
"url": "https://github.com/dadwadw233/VibePortrait",
"owner": "dadwadw233",
"repo": "VibePortrait",
"description": "Developer personality portrait generator — analyzes AI conversation history to produce MBTI type (16 color themes), capability radar, developer rating, 3-dimension famous match, and a persona skill that lets any AI \"think like you\".",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/dadwadw233/VibePortrait/main/.codex-plugin/plugin.json"
},
{
"name": "Agent Message Queue",
"url": "https://github.com/avivsinai/agent-message-queue",
"owner": "avivsinai",
"repo": "agent-message-queue",
"description": "File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/.codex-plugin/plugin.json"
},
{
"name": "Apple Productivity",
"url": "https://github.com/matk0shub/apple-productivity-mcp",
"owner": "matk0shub",
"repo": "apple-productivity-mcp",
"description": "Local Apple Calendar and Reminders tooling for macOS with Codex plugin adapters.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/matk0shub/apple-productivity-mcp/main/.codex-plugin/plugin.json"
},
{
"name": "Bitbucket CLI",
"url": "https://github.com/avivsinai/bitbucket-cli",
"owner": "avivsinai",
"repo": "bitbucket-cli",
"description": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/bitbucket-cli/main/.codex-plugin/plugin.json"
},
{
"name": "Chrome DevTools",
"url": "https://github.com/win4r/chrome-devtools-codex-plugin",
"owner": "win4r",
"repo": "chrome-devtools-codex-plugin",
"description": "One-click Codex plugin wrapper for chrome-devtools-mcp.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/win4r/chrome-devtools-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Be Serious",
"url": "https://github.com/lulucatdev/codex-be-serious",
"owner": "lulucatdev",
"repo": "codex-be-serious",
"description": "Enforce formal, textbook-grade written register across all agent output.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/lulucatdev/codex-be-serious/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Mem",
"url": "https://github.com/2kDarki/codex-mem",
"owner": "2kDarki",
"repo": "codex-mem",
"description": "Automatically capture, compress, and inject session context back into future Codex sessions.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/2kDarki/codex-mem/main/.codex-plugin/plugin.json"
},
{
"name": "Codex SEO",
"url": "https://github.com/BestLemoon/codex-seo",
"owner": "BestLemoon",
"repo": "codex-seo",
"description": "Full-stack SEO audits, Google API workflows, backlinks analysis, reporting, and optional MCP extensions for Codex.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/BestLemoon/codex-seo/main/.codex-plugin/plugin.json"
},
{
"name": "Context Pack",
"url": "https://github.com/Rothschildiuk/context-pack",
"owner": "Rothschildiuk",
"repo": "context-pack",
"description": "Generate compact first-pass repository briefings for coding agents before deeper exploration.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/Rothschildiuk/context-pack/main/.codex-plugin/plugin.json"
},
{
"name": "Flow Studio Power Automate",
"url": "https://github.com/ninihen1/power-automate-mcp-skills",
"owner": "ninihen1",
"repo": "power-automate-mcp-skills",
"description": "Debug, build, and operate Power Automate flows via FlowStudio MCP with action-level inputs and outputs.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/main/.codex-plugin/plugin.json"
},
{
"name": "Jenkins CLI",
"url": "https://github.com/avivsinai/jenkins-cli",
"owner": "avivsinai",
"repo": "jenkins-cli",
"description": "GitHub CLI-style interface for Jenkins controllers with jobs, pipelines, runs, logs, artifacts, credentials, and nodes.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/jenkins-cli/main/.codex-plugin/plugin.json"
},
{
"name": "KiCad Happy",
"url": "https://github.com/aklofas/kicad-happy",
"owner": "aklofas",
"repo": "kicad-happy",
"description": "KiCad EDA skills for schematic analysis, PCB layout review, component sourcing, BOM management, and manufacturing preparation.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/aklofas/kicad-happy/main/.codex-plugin/plugin.json"
},
{
"name": "Langfuse Observability",
"url": "https://github.com/avivsinai/langfuse-mcp",
"owner": "avivsinai",
"repo": "langfuse-mcp",
"description": "Query traces, debug exceptions, analyze sessions, and manage prompts via MCP tools.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/langfuse-mcp/main/.codex-plugin/plugin.json"
},
{
"name": "Launch Fast",
"url": "https://github.com/BlockchainHB/launchfast_codex_plugin",
"owner": "BlockchainHB",
"repo": "launchfast_codex_plugin",
"description": "Official Launch Fast plugin adapter for rapid SaaS deployment.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/BlockchainHB/launchfast_codex_plugin/main/.codex-plugin/plugin.json"
},
{
"name": "OC ChatGPT Multi Auth",
"url": "https://github.com/ndycode/oc-chatgpt-multi-auth",
"owner": "ndycode",
"repo": "oc-chatgpt-multi-auth",
"description": "Codex setup skill and OpenCode plugin for ChatGPT Plus/Pro OAuth, GPT-5/Codex presets, and multi-account failover.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/ndycode/oc-chatgpt-multi-auth/main/.codex-plugin/plugin.json"
},
{
"name": "OpenProject",
"url": "https://github.com/varaprasadreddy9676/team-codex-plugins",
"owner": "varaprasadreddy9676",
"repo": "team-codex-plugins",
"description": "Team collaboration via OpenProject integration.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/varaprasadreddy9676/team-codex-plugins/main/.codex-plugin/plugin.json"
},
{
"name": "OrgX",
"url": "https://github.com/useorgx/orgx-codex-plugin",
"owner": "useorgx",
"repo": "orgx-codex-plugin",
"description": "MCP access and initiative-aware skills for organizational workflows.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/useorgx/orgx-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "PANews Agent Toolkit",
"url": "https://github.com/panewslab/skills",
"owner": "panewslab",
"repo": "skills",
"description": "Crypto and blockchain news discovery, authenticated creator publishing workflows, and page-to-Markdown reading.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/panewslab/skills/main/.codex-plugin/plugin.json"
},
{
"name": "PapersFlow",
"url": "https://github.com/papersflow-ai/papersflow-codex-plugin",
"owner": "papersflow-ai",
"repo": "papersflow-codex-plugin",
"description": "Paper discovery, citation verification, graph exploration, and DeepScan analysis.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/papersflow-ai/papersflow-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "Remotion Plugin",
"url": "https://github.com/tim-osterhus/codex-remotion-plugin",
"owner": "tim-osterhus",
"repo": "codex-remotion-plugin",
"description": "Build parameterized Remotion videos in Codex with the official Remotion docs MCP, composition scaffolding, and a data-driven launch-video workflow.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/tim-osterhus/codex-remotion-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "ru-text",
"url": "https://github.com/talkstream/ru-text",
"owner": "talkstream",
"repo": "ru-text",
"description": "Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/talkstream/ru-text/main/.codex-plugin/plugin.json"
},
{
"name": "sitemd",
"url": "https://github.com/sitemd-cc/sitemd",
"owner": "sitemd-cc",
"repo": "sitemd",
"description": "Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/sitemd-cc/sitemd/main/.codex-plugin/plugin.json"
},
{
"name": "Synta MCP",
"url": "https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta",
"owner": "Synta-ai",
"repo": "n8n-mcp-codex-plugin-synta",
"description": "Build, edit, validate, and self-heal n8n workflows with Synta MCP tools and Codex-ready workflow guidance.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/Synta-ai/n8n-mcp-codex-plugin-synta/main/.codex-plugin/plugin.json"
},
{
"name": "Task Scheduler",
"url": "https://github.com/6Delta9/task-scheduler-codex-plugin",
"owner": "6Delta9",
"repo": "task-scheduler-codex-plugin",
"description": "OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/6Delta9/task-scheduler-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "TokRepo Search",
"url": "https://github.com/henu-wang/tokrepo-codex-plugin",
"owner": "henu-wang",
"repo": "tokrepo-codex-plugin",
"description": "Search and install AI assets from TokRepo with a bundled skill and MCP server for Codex.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/henu-wang/tokrepo-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "Upwork Autopilot",
"url": "https://github.com/klajdikkolaj/upwork-autopilot",
"owner": "klajdikkolaj",
"repo": "upwork-autopilot",
"description": "Controlled Upwork job search, qualification, and proposal submission sessions through a dedicated Chrome profile.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/klajdikkolaj/upwork-autopilot/main/.codex-plugin/plugin.json"
},
{
"name": "Yandex Direct",
"url": "https://github.com/nebelov/yandex-direct-for-all",
"owner": "nebelov",
"repo": "yandex-direct-for-all",
"description": "GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/nebelov/yandex-direct-for-all/main/.codex-plugin/plugin.json"
}
]
}