Agent Slack
Automates Slack tasks like sending messages, creating channels, and managing workflows using natural language instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add agent-slack npx -- -y @trustedskills/agent-slack
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agent-slack": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agent-slack"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The agent-slack skill enables AI agents to interact with Slack by sending and receiving messages, managing channels, and integrating with Slack's API. It allows for real-time communication within Slack workspaces, making it useful for automation tasks like notifications, updates, or bot interactions.
When to use it
- Automate message posting in a Slack channel during CI/CD pipeline events.
- Create an AI-powered assistant that responds to user queries directly in Slack.
- Integrate with internal tools to relay alerts or status updates via Slack messages.
Key capabilities
- Send and receive messages in Slack channels.
- Authenticate and connect to a Slack workspace using API tokens.
- Respond to events or commands within Slack.
Example prompts
- "Post a message to the #dev-team channel: 'The build has failed.'"
- "Set up an agent that replies to any user asking for help with project status."
- "Send a notification to Slack when a new issue is created in our Jira instance."
Tips & gotchas
- Ensure you have valid Slack API credentials and proper permissions before using this skill.
- Be mindful of rate limits imposed by the Slack API to avoid disruptions in message delivery.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.