slack
v0.1.7Work with Slack using the configured Slack integration.
By SlackLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add slack@openai-curatedPaste 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-4” remain stable.
- Codex:
slack-4@agent-plugin-marketplace→slack@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/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/slack/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.slack.com/mcp
Plugin manifests1
{
"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"
}For maintainers
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-4)