Agent Plugins Marketplace
All plugins

aiera

v1.0.2

Institutional financial data and events

Codex

By AieraLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 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 aiera for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aiera@agent-plugin-marketplace

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

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/openai/plugins

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

Plugin files

plugins/aiera/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/aiera/.codex-plugin/plugin.json
{
  "name": "aiera",
  "version": "1.0.2",
  "description": "Institutional financial data and events",
  "author": {
    "name": "Aiera",
    "url": "https://www.aiera.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Aiera",
    "developerName": "Aiera",
    "shortDescription": "Institutional financial data and events",
    "longDescription": "Access institutional-grade financial data from Aiera, including live corporate events, filings, company publications, broker research, and much more.",
    "category": "Finance",
    "capabilities": [],
    "brandColor": "#180830",
    "defaultPrompt": [
      "Find the latest earnings call transcript for a company in Aiera and summarize key themes.",
      "Search Aiera events for mentions of a topic across this sector this quarter.",
      "Compare management commentary from the last two calls for a company."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.aiera.com"
  },
  "homepage": "https://www.aiera.com"
}

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

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