Agent Plugins Marketplace
All plugins

aient

v0.1.0

Bring Aient's AI operations layer into Codex: inspect production telemetry, triage problems, manage remediation, and move from alerts to reviewable fixes.

Codex1 Skill1 MCP serverStreamable HTTP

By AientLicense: Proprietary1.1k GitHub starsUpdated 16 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 aient 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 aient@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 “aient” remain stable.

  • Codex: aient@agent-plugin-marketplaceaient@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/aient-ai/aient-codex-plugin/.

Plugin files

plugins/aient-ai/aient-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/aient/SKILL.md
└── .mcp.json

Included Skills1

aientskills/aient/SKILL.md

Use when the user asks Codex to inspect Aient telemetry, search logs, explain traces, create/list Aient API keys, or use the Aient MCP server.

MCP servers1

aientStreamable HTTP
url
https://aient.ai/mcp

Plugin manifests1

plugins/aient-ai/aient-codex-plugin/.codex-plugin/plugin.json
{
  "name": "aient",
  "version": "0.1.0",
  "description": "Bring Aient's AI operations layer into Codex: inspect production telemetry, triage problems, manage remediation, and move from alerts to reviewable fixes.",
  "author": {
    "name": "Aient",
    "url": "https://aient.ai/"
  },
  "homepage": "https://aient.ai/",
  "repository": "https://github.com/haf/aient-codex-plugin",
  "license": "Proprietary",
  "keywords": [
    "aient",
    "ai-operations",
    "observability",
    "opentelemetry",
    "error-monitoring",
    "log-search",
    "trace-analysis",
    "incident-response",
    "root-cause-analysis",
    "github-pr",
    "sre",
    "on-call"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Aient",
    "shortDescription": "Turn production signals into root cause and fix context",
    "longDescription": "Aient connects Codex to your production telemetry, problem lifecycle, and remediation workflow. Use it to inspect service health, query logs and traces, review detected problems, coordinate agent threads, request fixes, track remediation attempts, and manage scoped operational keys. It is built for teams that want fewer alert handoffs and faster movement from \"something broke\" to \"here is the fix PR to review.\" After a PR merges, Aient keeps watching production to validate that the fix actually worked.",
    "developerName": "Aient",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://aient.ai/",
    "privacyPolicyURL": "https://aient.ai/legal/privacy",
    "termsOfServiceURL": "https://aient.ai/legal/terms",
    "defaultPrompt": [
      "Show service health and active problems from the last 30 minutes",
      "Find the root cause for this trace",
      "Request a fix for this production problem"
    ],
    "brandColor": "#18190F",
    "composerIcon": "./assets/aient-icon-beveled-light.png",
    "logo": "./assets/aient-logo-beveled-light.png"
  }
}

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

[aient on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aient)