Slack Plugin for Claude Code: Connect to Slack for Context and Updates

Slack Plugin for Claude Code
Slack has rolled out a new plugin for Claude Code that enables direct connection to Slack workspaces. This plugin allows Claude Code to interact with Slack for several key functions.
Key Features
- Connect to Slack for search functionality
- Send and receive messages through Slack
- Create documents within Slack
- Access context from Slack to inform Claude Code's work
- Post updates directly to Slack channels
According to the source, the Claude Code team uses this plugin extensively. One team member reported that Claude Code was stuck on a difficult technical problem and used the Slack plugin to find appropriate context, which unblocked the issue.
Installation
To install the plugin, use this command:
/plugin install slackThe plugin appears to be designed for developers who use Claude Code and want to integrate their AI coding assistant with their team's Slack workspace for better context awareness and communication.
📖 Read the full source: r/ClaudeAI
👀 See Also

Am I OpenAI Compatible: Tool & Docs for Unified API Signatures
A new tool and documentation page documents OpenAI compatibility across open-source AI engines like vLLM and llama.cpp, including official and unofficial signatures.

GoStaff: Go Rewrite of OpenClaw with 100x Memory Reduction
GoStaff is a Go rewrite of OpenClaw that uses approximately 100x less memory (~17MB) while maintaining OpenClaw plugin compatibility through a JavaScript shim. It features a three-tier skill system, unified Postgres persistence, and multi-provider ReAct loops.

Blip MCP Server: Draw UI Changes for Claude Code Instead of Describing Them
Blip is an MCP server for Claude Code that replaces verbal UI change descriptions with visual annotations. You draw directly on your running application, and Claude writes the corresponding code based on the annotated screenshot.

Jeeves: TUI for Browsing and Resuming AI Agent Sessions
Jeeves is a terminal user interface that lets you search, preview, and resume AI agent sessions from Claude Code, Codex, and OpenCode in a single view. It's written in Go and available via multiple package managers including Homebrew, Nix, and Go install.