{"id":51679022,"url":"https://github.com/slackapi/slack-skills-plugin","last_synced_at":"2026-07-15T11:00:50.137Z","repository":{"id":338893551,"uuid":"1156686035","full_name":"slackapi/slack-skills-plugin","owner":"slackapi","description":"Claude Code and Cursor plugin that enables your AI tools with a Slack MCP Server and Slack Developer Skills.","archived":false,"fork":false,"pushed_at":"2026-07-14T18:17:19.000Z","size":144,"stargazers_count":81,"open_issues_count":47,"forks_count":23,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-14T19:09:02.870Z","etag":null,"topics":["claude-code","cursor","mcp","skills","slack"],"latest_commit_sha":null,"homepage":"https://docs.slack.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slackapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-12T23:46:51.000Z","updated_at":"2026-07-14T17:07:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/slackapi/slack-skills-plugin","commit_stats":null,"previous_names":["slackapi/slack-mcp-plugin","slackapi/slack-skills-plugin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/slackapi/slack-skills-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-skills-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-skills-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-skills-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-skills-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slackapi","download_url":"https://codeload.github.com/slackapi/slack-skills-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-skills-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35501665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","cursor","mcp","skills","slack"],"created_at":"2026-07-15T11:00:27.427Z","updated_at":"2026-07-15T11:00:50.130Z","avatar_url":"https://github.com/slackapi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack MCP and Skills Plugin\n\nA [Claude Code][claude-code] and [Cursor][cursor] plugin that brings Slack into your AI tools with a [Slack MCP Server][slack-mcp-docs] and set of Slack skills for both users and developers.\n\n[![CI Build](https://github.com/slackapi/slack-skills-plugin/actions/workflows/ci-build.yml/badge.svg)](https://github.com/slackapi/slack-skills-plugin/actions/workflows/ci-build.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n## Installation\n\n### Claude Code\n\nThe plugin is published on the [official Claude marketplace](https://claude.com/plugins/slack). Install it from inside Claude Code:\n\n```text\n/plugin install slack@claude-plugins-official\n```\n\nThe Slack MCP server is configured automatically. You'll be prompted to authenticate to your Slack workspace via OAuth on first use.\n\n### Cursor\n\nThe plugin is published on the [official Cursor Marketplace](https://cursor.com/marketplace/slack). Install it directly into Cursor:\n\n[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=slack\u0026config=eyJ1cmwiOiJodHRwczovL21jcC5zbGFjay5jb20vbWNwIiwiYXV0aCI6eyJDTElFTlRfSUQiOiIzNjYwNzUzMTkyNjI2Ljg5MDM0NjkyMjg5ODIifX0%3D)\n\nAfter install, Cursor surfaces a connect button - use it to authenticate to your Slack workspace.\n\n## Features\n\n### MCP Server\n\nThe plugin connects your AI tool to Slack's hosted [MCP server][slack-mcp-docs]:\n\n- **Search** - find messages, files, users, and channels (public and private)\n- **Messaging** - send and schedule messages, read channels, follow threads, add reactions\n- **Canvas** - create, read, and update canvas documents\n- **Users** - read profiles and list channel members\n\n### Skills\n\nSix skills load on demand to handle messaging tasks and developer workflows:\n\n- [`slack:slack-messaging`](skills/slack-messaging/SKILL.md) - composing well-formatted, effective Slack messages\n- [`slack:slack-search`](skills/slack-search/SKILL.md) - finding messages, files, channels, and people\n- [`slack:slack-api`](skills/slack-api/SKILL.md) - discovering and calling Slack Web API methods\n- [`slack:slack-cli`](skills/slack-cli/SKILL.md) - using the [Slack CLI][slack-cli] to create, run, and manage apps\n- [`slack:create-slack-app`](skills/create-slack-app/SKILL.md) - building a Slack app or agent with the CLI and [Bolt][bolt]\n- [`slack:block-kit`](skills/block-kit/SKILL.md) - building and validating [Block Kit][block-kit] layouts\n\n### Commands\n\nFive slash commands for common Slack workflows:\n\n- `/slack:summarize-channel \u003cchannel-name\u003e` - Summarize recent activity in a Slack channel\n- `/slack:find-discussions \u003ctopic\u003e` - Find discussions about a specific topic across Slack channels\n- `/slack:draft-announcement \u003ctopic\u003e` - Draft a well-formatted Slack announcement and save it as a draft\n- `/slack:standup` - Generate a standup update based on your recent Slack activity\n- `/slack:channel-digest \u003cchannel1, channel2, ...\u003e` - Get a digest of recent activity across multiple Slack channels\n\n## Usage examples\n\nOnce installed, talk to your tool in natural language:\n\n- \"Search for messages about the product launch from the last week\"\n- \"Send a message to #general saying the deployment is complete\"\n- \"Summarize the last day of activity in #engineering\"\n- \"Draft an announcement about the new pricing page\"\n- \"Create a new Slack app using Bolt for Python\"\n- \"Build a Block Kit feedback modal with a rating select and a comments field\"\n- \"Validate the Block Kit JSON in ./modal.json\"\n\n## Documentation\n\n- [Slack MCP server][slack-mcp-docs]\n- [Slack developer docs](https://docs.slack.dev/)\n- [Block Kit Builder][block-kit]\n\n## Limitations\n\n- **Workspace admin approval.** Your Slack workspace admin must approve MCP integration before you can authenticate.\n\n## Contributing\n\nWe welcome contributions from everyone! Please check out our [contributor's guide](.github/contributing.md) for guidelines on opening issues and pull requests.\n\nWorking on the plugin itself? See the [maintainer's guide](.github/maintainers_guide.md) for local development setup.\n\n[claude-code]: https://claude.com/claude-code\n[cursor]: https://cursor.com\n[slack-mcp-docs]: https://docs.slack.dev/ai/mcp-server/\n[slack-cli]: https://tools.slack.dev/slack-cli\n[bolt]: https://tools.slack.dev/bolt-js\n[block-kit]: https://app.slack.com/block-kit-builder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackapi%2Fslack-skills-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslackapi%2Fslack-skills-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackapi%2Fslack-skills-plugin/lists"}