← All plugins
aiera
v1.0.2Institutional financial data and events
Codex
by AieraMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/aiera/ inside the repository.
Layout
plugins/aiera/
└── .codex-plugin/plugin.json
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"
}