← All plugins
read-ai
v1.0.3Read AI brings your meeting intelligence directly into your AI workflows.
Codex
by Read AI, IncMIT5kupdated 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/read-ai/ inside the repository.
Layout
plugins/read-ai/
└── .codex-plugin/plugin.json
Manifests1
plugins/read-ai/.codex-plugin/plugin.json
{
"name": "read-ai",
"version": "1.0.3",
"description": "Read AI brings your meeting intelligence directly into your AI workflows.",
"author": {
"name": "Read AI, Inc",
"url": "https://read.ai"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Read AI",
"shortDescription": "Read AI brings your meeting intelligence directly into your AI workflows.",
"longDescription": "Read AI brings your meeting intelligence directly into your AI workflows. Connect your Read AI account to access meeting summaries, transcripts, action items, key questions, and more — all retrievable through natural conversation.\n\nRead AI can look up recent meetings, pull the full transcript from a specific call, surface action items from last week's syncs, or find what key questions came up in a discussion.\n\nWhat you can do:\n\n- Browse and filter your meetings by date range\n- Retrieve summaries, chapter breakdowns, and topics from any meeting\n- Pull action items and key questions to stay on top of follow-ups\n- Access full transcripts for deep dives or verbatim references\n\nWhether you're prepping for a follow-up, catching up on a meeting you missed, or building workflows around your recorded conversations, Read AI's MCP integration makes your meeting data a first-class part of your AI experience.",
"developerName": "Read AI, Inc",
"category": "Communication",
"capabilities": [],
"defaultPrompt": [
"Summarize the latest Read AI meeting insights"
],
"screenshots": [],
"websiteURL": "https://read.ai",
"privacyPolicyURL": "https://www.read.ai/privacy-policy",
"termsOfServiceURL": "https://www.read.ai/termsofservice",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
},
"homepage": "https://read.ai"
}