slack
v1.0.0Deliver automation updates to Slack channels.
By FlexkitLicense: MIT0 GitHub starsUpdated 19 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 →
Get the plugin
git clone https://github.com/flexkit-io/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is slack/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/compose-slack-update/SKILL.md
Included Skills1
Compose concise automation updates for Slack channel delivery.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "slack",
"version": "1.0.0",
"description": "Deliver automation updates to Slack channels.",
"author": {
"name": "Flexkit"
},
"homepage": "https://github.com/flexkit-io/plugins/tree/main/slack",
"repository": "https://github.com/flexkit-io/plugins",
"license": "MIT",
"keywords": [
"slack",
"flexkit"
],
"extensions": {
"io.flexkit": {
"schemaVersion": 1,
"displayName": "Slack",
"logo": "./assets/logo.svg",
"category": "communication",
"supportedScopes": [
"project"
],
"requiredInputs": [
{
"key": "channels",
"type": "channel-multi-select",
"requiredWhen": "delivery-enabled",
"optionsSource": "connection.channels",
"target": "toolConfigs.channels"
}
],
"capabilities": {
"agentTools": false,
"automationDelivery": true
},
"auth": {
"type": "oauth2",
"provider": "slack",
"credentialGroup": "slack",
"requiredScopes": [
"chat:write",
"channels:read",
"groups:read"
]
},
"delivery": {
"adapter": "slack",
"channelPicker": true
}
}
}
}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-6)