Agent Plugins Marketplace
All plugins

orgx-codex-plugin

v0.1.20

OrgX MCP access and initiative-aware Codex skills for operating inside OrgX workstreams.

Codex3 Skills1 MCP serverStreamable HTTP

By OrgX TeamLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install orgx-codex-plugin for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add orgx-codex-plugin@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “orgx-codex-plugin” remain stable.

  • Codex: orgx-codex-plugin@agent-plugin-marketplaceorgx-codex-plugin@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/useorgx/orgx-codex-plugin/.

Plugin files

plugins/useorgx/orgx-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/orgx-deviation-reporting/SKILL.md
├── skills/orgx-initiative-ops/SKILL.md
├── skills/orgx-runtime-reporting/SKILL.md
└── .mcp.json

Included Skills3

orgx-deviation-reportingskills/orgx-deviation-reporting/SKILL.md

Record a skill deviation with OrgX so it feeds tomorrow's Daily Brief. Use whenever an OrgX skill fires locally on a file edit, commit, PR, chat turn, or task output.

orgx-initiative-opsskills/orgx-initiative-ops/SKILL.md

Use when Codex is working on a repo or task that is scoped to an OrgX initiative, workstream, milestone, task, blocker, or decision and needs to use OrgX MCP as the source of truth.

orgx-runtime-reportingskills/orgx-runtime-reporting/SKILL.md

Use when a Codex execution should report progress, artifacts, blockers, or completion state back to OrgX during a live task.

MCP servers1

orgxStreamable HTTP
url
https://mcp.useorgx.com/mcp

Plugin manifests1

plugins/useorgx/orgx-codex-plugin/.codex-plugin/plugin.json
{
  "name": "orgx-codex-plugin",
  "version": "0.1.20",
  "description": "OrgX MCP access and initiative-aware Codex skills for operating inside OrgX workstreams.",
  "author": {
    "name": "OrgX Team",
    "url": "https://useorgx.com"
  },
  "homepage": "https://useorgx.com/integrations/mcp",
  "repository": "https://github.com/useorgx/orgx-codex-plugin",
  "license": "MIT",
  "keywords": [
    "orgx",
    "codex",
    "mcp",
    "initiatives",
    "workflow"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "OrgX for Codex",
    "shortDescription": "Install OrgX MCP, chronicle reporting, and initiative-aware workflows in Codex.",
    "longDescription": "Bundles OrgX MCP configuration, Codex skills, and runtime hook templates for operator chronicle reporting, initiative orchestration, passive Work Graph reconciliation, artifact registration, and human-in-the-loop decision flows.",
    "developerName": "OrgX Team",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://useorgx.com",
    "privacyPolicyURL": "https://useorgx.com/privacy",
    "termsOfServiceURL": "https://useorgx.com/terms",
    "defaultPrompt": [
      "Operator chronicle: get_operator_chronicle; else orgx_recommend mode=\"morning_brief\"; use reportingNarrative.briefMarkdown.",
      "Use OrgX to scaffold this goal into workstreams, milestones, and tasks."
    ],
    "brandColor": "#14B8A6",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[orgx-codex-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orgx-codex-plugin)