Stats
Actions
Tags
From work
This skill should be used when the user mentions Slack, asks to "send a Slack message", "check Slack", "search Slack", "list channels", "find a Slack message", "read a thread", or any Slack communication task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work:work-slackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Slack workspace operations via the official Slack MCP server.
Slack workspace operations via the official Slack MCP server.
Uses the Slack MCP remote server (OAuth):
{
"slack": {
"type": "http",
"url": "https://mcp.slack.com/mcp",
"oauth": {
"clientId": "1601185624273.8899143856786",
"callbackPort": 3118
}
}
}
| Tool | Description |
|---|---|
slack_send_message | Send a message to a channel or DM |
slack_send_message_draft | Draft a message for user review |
slack_create_canvas | Create a Slack Canvas |
slack_search_public | Search public channels |
slack_search_public_and_private | Search all channels (requires consent) |
slack_search_channels | Find channels by name/description |
slack_search_users | Find people by name/email/role |
slack_read_thread | Read full thread context |
slack_read_channel | Read channel messages in a time range |
slack_read_user_profile | Get user profile details |
references/slack-messaging.md — formatting guide and message best practicesreferences/slack-search.md — search strategy, modifiers, and filtersnpx claudepluginhub akarelin/a --plugin workGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.