Contents
Start Here
New plugin workflow:
- Create with
$plugin-creator
- Validate with
plugin-scanner — Required: score ≥ 80, no high/critical findings
- Gate PRs with the HOL scanner GitHub Action — Required for listing
- Ship or submit with confidence
Quick preflight
pipx run plugin-scanner lint .
pipx run plugin-scanner verify .
Scanner Requirements (Mandatory for This List)
All plugins submitted to Awesome Codex Plugins must pass the HOL AI Plugin Scanner:
| Requirement | Threshold |
|---|
| Score | ≥ 80 / 130 |
| Severity | No critical or high findings |
| CI | Scanner must run in your repo's GitHub Actions |
See the full guide: SCANNER_GUIDE.md
See contributing requirements: CONTRIBUTING.md
This repo publishes a Codex repo marketplace at .agents/plugins/marketplace.json. The marketplace points at mirrored installable plugin bundles under ./plugins/, so a clone of this repo can act as a curated plugin source in Codex.
Use this marketplace in Codex
Install plugins directly from this curated list by pointing Codex at the repo marketplace:
CLI:
# Add this repo as a marketplace source (one-time setup)
codex plugin marketplace add \
'https://github.com/hashgraph-online/awesome-codex-plugins.git' \
--ref 'main' \
--sparse '.agents/plugins' \
--sparse 'plugins'
# Then browse and install (the marketplace name is derived from the repo name)
codex plugin list --source awesome-codex-plugins
codex plugin install <plugin-name> --source awesome-codex-plugins
Do not use the raw marketplace.json URL with codex plugin marketplace add.
The Codex marketplace command clones a Git repository, so a raw GitHub file URL is
treated like a repo URL and fails with remote: 404: Not Found.
Desktop App / IDE Extension:
-
Open Codex settings → Plugins → Next to search plugins input click on menu and select → +Add More...
-
Add this URL:
https://github.com/hashgraph-online/awesome-codex-plugins.git
-
The curated plugin list appears as an available marketplace source.
Each plugin entry includes a source.path pointing at a mirrored bundle under ./plugins/ in this repo, so installations are fast and reproducible without hitting upstream repos at install time.
Official Plugins
- Box - Access and manage files.
- Cloudflare - Manage Workers, Pages, DNS, and infrastructure.
- Figma - Inspect designs, extract specs, and document components.
- GitHub - Review changes, manage issues, and interact with repositories.
- Gmail - Read, search, and compose emails.
- Google Drive - Edit and manage files in Google Drive.
- Hugging Face - Browse models, datasets, and spaces.
- Linear - Create and manage issues, projects, and workflows.
- Notion - Create and edit pages, databases, and content.
- Sentry - Monitor errors, triage issues, and track performance.
- Slack - Send messages, search channels, manage conversations.
- Vercel - Deploy, preview, and manage Vercel projects.
Community Plugins
Third-party plugins built by the community. PRs welcome!
Development & Workflow
- A Team - Universal multi-agent infrastructure with 25 specialist agents, 16 enforced workflow skills, and a lead orchestrator for Claude Code, Codex CLI, Cursor, and OpenCode.
- Aegis - An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.
- Agent Guard - Real-time secret-leak guardrails for AI coding agents (Claude Code, Codex), Git hooks, and CI.
- Agent Harness Skills - Designs agent-ready repository harnesses with entrypoints, validation surfaces, runtime evidence, delivery records, and atomic commit guidance.
- Agent Workflow System - 一套中文AI工作流系统:7个协作技能 + 行为规范宪法 + 会话恢复机制,模糊目标→可执行任务,全生命周期引导。Codex & Claude Code 双平台,新手友好。
- Agentizer - Turn any website into an AI-powered agentfront with split-pane
- AgentOps - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.
- AgentPack - Ranks repo context for Codex with likely files, skill recommendations, agent rules, commands, warnings, and compact task-focused packs before editing.
- Agentry Observability - Agent-native product analytics, error logging, and deploy attribution for coding agents through one HTTP API.
Tools & Integrations
- Agent Message Queue - File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.
- Agent Vision - macOS-only local camera plugin for explicit snapshots, streaming controls, and file-backed image input.
- Agentgram - Send explicit Telegram messages from Codex and local AI agents through a Telegram bot token and chat id.
- AgentGuards - LLM security guardrails for Codex with enforcing hooks and MCP tools: jailbreak and prompt-injection detection, web-content scanning, data-exfiltration blocking, and destructive-command authorization.
- Aient - AI operations plugin for Codex that connects production telemetry, problem lifecycle context, and remediation workflows through Aient's MCP server.
- Antigravity 2.0 - Local Codex bridge for Antigravity desktop with setup checks, model limit summaries, DevTools UI automation, and safe project/chat handoff.
- Apple Productivity - Local Apple Calendar and Reminders tooling for macOS with Codex plugin adapters.
- AutoCAD Tianzheng Tools - Connects Codex to AutoCAD and Tianzheng HVAC through a local MCP server for DWG-aware HVAC drawing inspection and workflow automation.
- AxonFlow - Runtime governance for Codex with policy enforcement on terminal commands, advisory checks for non-terminal tools via skills, PII/secret detection, and compliance-grade audit trails. Self-hosted via Docker.
Plugin Development
Getting Started
Plugin Anatomy
my-plugin/
├── .codex-plugin/
│ └── plugin.json # Required: name, version, description, skills path
├── skills/
│ └── my-skill/
│ ├── SKILL.md # Required: skill instructions + metadata
│ ├── scripts/ # Optional: executable scripts
│ └── references/ # Optional: docs and templates
├── apps/ # Optional: app integrations
└── mcp.json # Optional: MCP server configuration
Plugin Creator
Use the built-in skill to scaffold a new plugin:
$plugin-creator
Publishing
Currently no self-serve marketplace submission. Plugins are distributed via local marketplaces (~/.agents/plugins/marketplace.json), repo marketplaces ($REPO_ROOT/.agents/plugins/marketplace.json), or GitHub repos by pointing a marketplace source at a repo. OpenAI has stated third-party marketplace submissions are coming soon.
For this curated list, the machine-readable source of truth is the generated repo marketplace at .agents/plugins/marketplace.json. We keep the README for humans and plugins.json as a compatibility export for existing automation.
Validate Before You Ship
After scaffolding with $plugin-creator, use plugin-scanner as your quality gate before publishing, review, or distribution.
For skill/plugin authoring workflows, Codex SkillForge provides an ESLint-style CLI and GitHub Action for scaffolding, linting, smoke-testing, and packaging Codex skills/plugins before publishing.
Local Preflight
pipx run plugin-scanner lint .
pipx run plugin-scanner verify .
PR Gate (GitHub Actions)
- uses: hashgraph-online/ai-plugin-scanner-action@v1
with:
plugin_dir: "."
fail_on_severity: high
Submission Preflight
Use scanner outputs as evidence for maintainers/reviewers:
- Structural lint results
- Publish-readiness verification output
- SARIF/findings for CI and code scanning
The score is best used as a quick trust signal and triage summary (not the only readiness signal).
Guides & Articles
Related Projects
- agentskills.io - Open agent skills standard.
- antigravity-awesome-skills - Cross-agent skill library (Claude, Codex, Cursor, Gemini).
- awesome-ai-plugins - Umbrella list covering Codex, Claude Code, Gemini CLI, and MCP servers.
- awesome-claude-code - Claude Code resources.
- awesome-coding-agents - Curated list of AI coding agents.
- awesome-mcp-servers - MCP server directory.
- EchoCoding - Voice-enabled audio layer for coding agents with ambient soundscapes, event-driven SFX, and optional cloud TTS/ASR interaction.
- Emdash Skills - 14-category autonomous product-building OS for AI coding tools with 94 reference docs, 18 agents, and cross-tool support (Claude Code, Codex, Cursor, Copilot, 30+ more).
- HOL Plugin Registry - Browse plugins with scanner-backed security analysis and trust scores.
Claim Your Plugin
Verify ownership of your plugin on the HOL Plugin Registry to display a verified badge on your listing.
How to claim
- Go to hol.org/guard/plugins and sign in with GitHub
- Find your plugin in the list and click Verify Ownership
- Authorize the read-only GitHub connection (view your profile, email, and public org membership — no write access)
- Once verified, your plugin listing will display a Verified badge
That's it. The verification confirms you are the repository owner or an organization admin. Plugins owned by organizations may require additional review.
Note: You only need to verify once per plugin. If your verification needs to be reset, contact support at support@hol.org.
Plugin Trust Scores
Every plugin in this list is automatically ingested by the HOL Plugin Registry, which runs each through the plugin-scanner to produce a trust score and security analysis.
Each plugin gets a detailed breakdown across six factors:
- Installability - Can the plugin be installed and run without errors?
- Maintenance - Is the repo actively maintained with clear documentation?
- MCP Posture - How securely are MCP servers configured?
- Plugin Security - Does the manifest follow security best practices?
- Provenance - Can the publisher's identity be verified?
- Publisher Quality - Does the publisher have a track record of quality releases?
You can embed a trust badge in your plugin's README:
[](https://hol.org/registry/plugins/OWNER%2FREPO)
Replace OWNER%2FREPO with your plugin's GitHub owner and repo name (URL-encoded slash). Metrics available: trust, security. Styles: flat, flat-square, plastic, for-the-badge, social.
Plugin Quality
If you received a scanner report on your repo, check the Scanner Guide for setup instructions, common fixes, and CI setup.
Contributing
Contributions welcome! Please read the contribution guidelines first.
To add a plugin:
- Set up the HOL Plugin Scanner in your plugin repo (see CONTRIBUTING.md)
- Fork this repo and add a single line to the appropriate section in
README.md (alphabetical order)
- Submit a PR with your scanner score and plugin repo URL
You do not need to copy plugin files into this repo. A generator fetches your bundle from your source repo and regenerates catalog files automatically.