Agent Plugins Marketplace
All plugins

apollo

v1.0.2

Prospecting and outbound execution in Apollo

Codex

By ApolloLicense: 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 apollo 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 apollo@agent-plugin-marketplace

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

Compatibility: the page URL and API slug “apollo-2” remain stable.

  • Codex: apollo-2@agent-plugin-marketplaceapollo@agent-plugin-marketplace

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/apollo/.

Plugin files

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

Plugin manifests1

plugins/apollo/.codex-plugin/plugin.json
{
  "name": "apollo",
  "version": "1.0.2",
  "description": "Prospecting and outbound execution in Apollo",
  "author": {
    "name": "Apollo",
    "url": "https://www.apollo.io"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Apollo",
    "developerName": "Apollo",
    "shortDescription": "Prospecting and outbound execution in Apollo",
    "longDescription": "Apollo’s MCP connector lets ChatGPT safely work inside your Apollo workspace to accelerate prospecting and outbound execution. Search and qualify accounts and contacts using Apollo’s data, enrich records, summarize key context, and take action (e.g., create lists, log notes, generate tasks, and draft or assemble outbound using sequences) using your team’s rules and permissions. Designed for speed and control: ChatGPT can pull only what you ask for, respect workspace access, and produce outputs that are ready to review, personalize, and ship.",
    "category": "Business & Operations",
    "capabilities": [],
    "brandColor": "#E8F028",
    "defaultPrompt": [
      "Find verified contacts matching this ICP in Apollo and rank the best prospects.",
      "Research a company in Apollo and identify decision makers for this use case.",
      "Build an outreach list for this industry with recent growth or hiring signals."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.apollo.io"
  },
  "homepage": "https://www.apollo.io"
}

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

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