Agent Plugins Marketplace
All plugins

slack

v0.1.7

Work with Slack using the configured Slack integration.

Codex1 MCP serverStreamable HTTP

By SlackLicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 slack for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add slack@openai-curated

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

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

  • Codex: slack-2@agent-plugin-marketplaceslack@openai-curated

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

Plugin files

plugins/slack/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

slackStreamable HTTP
url
https://mcp.slack.com/mcp

Plugin manifests1

plugins/slack/.codex-plugin/plugin.json
{
  "apps": "./.app.json",
  "author": {
    "email": "[email protected]",
    "name": "Slack",
    "url": "https://openai.com/"
  },
  "description": "Work with Slack using the configured Slack integration.",
  "homepage": "https://slack.com/",
  "interface": {
    "brandColor": "#611F69",
    "brandColorDark": "#D896E0",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "category": "Communication",
    "composerIcon": "./assets/composer-icon.png",
    "defaultPrompt": [
      "Summarize unread activity, draft replies, or prepare updates"
    ],
    "developerName": "Slack",
    "displayName": "Slack",
    "logo": "./assets/logo.png",
    "longDescription": "Use Slack to summarize channels, draft messages, and organize team conversations through the connected Slack integration.",
    "privacyPolicyURL": "https://slack.com/privacy-policy",
    "screenshots": [],
    "shortDescription": "Read and manage Slack",
    "termsOfServiceURL": "https://slack.com/terms-of-service/user",
    "websiteURL": "https://slack.com/"
  },
  "keywords": [
    "slack",
    "salesforce",
    "chat",
    "collaboration",
    "messaging",
    "channels",
    "threads",
    "workplace chat"
  ],
  "license": "MIT",
  "name": "slack",
  "repository": "https://github.com/openai/plugins",
  "version": "0.1.7"
}

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

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