Slack Web Api
Helps with web development, API as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yuyz0112-slack-web-api npx -- -y @trustedskills/yuyz0112-slack-web-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yuyz0112-slack-web-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yuyz0112-slack-web-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Slack using the Slack Web API. It can be used to send messages, retrieve channel information, and perform other actions within a Slack workspace programmatically. This enables automation of tasks and integration with other services.
When to use it
- Automate sending daily reports or updates to specific Slack channels.
- Create bots that respond to user commands within Slack.
- Integrate external systems (like CRM or project management tools) with a Slack workspace for notifications and data sharing.
- Retrieve information from Slack, such as channel member lists or message history.
Key capabilities
- Sending messages to channels and direct messages.
- Retrieving channel details.
- Interacting with the Slack Web API.
Example prompts
- "Send a message to the #general channel saying 'Meeting in 5 minutes!'"
- "What is the name of the channel with ID C1234567890?"
- "Post an update about the project's progress to the team channel."
Tips & gotchas
- Requires proper Slack API credentials (bot token or user token) and workspace configuration.
- Be mindful of rate limits imposed by the Slack Web API to avoid errors.
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.