Agent Plugins Marketplace
All plugins

read-ai

v1.0.3

Read AI brings your meeting intelligence directly into your AI workflows.

Codex

By Read AI, IncLicense: 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 read-ai 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 read-ai@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/read-ai/.

Plugin files

plugins/read-ai/
└── .codex-plugin/plugin.json

Plugin 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"
}

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

[read-ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/read-ai)