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

Using Obliteratus toolkit to remove refusal weights from AI models
A Reddit user used the Obliteratus toolkit to surgically remove specific weights responsible for refusal behavior in AI models, demonstrating on Alibaba's Qwen 1.5B model that it can reveal training origins without retraining.

Logseq Brain v0.6.0: Persistent Memory Plugin for Claude Code Adds Journey Log and Section-Targeted Reads
Logseq Brain v0.6.0 adds a journey log for all operations, section-targeted reads for token savings, and progressive disclosure for skill files.

Blackwell LLM Toolkit: NVFP4 Configs, Wheels, and Benchmarks for TensorRT-LLM on RTX Pro 6000
A community repo provides TensorRT-LLM configs, prebuilt LMCache wheels with sm_120 support, and benchmarks for Blackwell GPUs. Nemotron-3-Nano-Omni V3 hits 270 tok/s at 8k context on a single RTX Pro 6000.

Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper
OpenClaw's built-in Chromium browser triggers bot detection through Chrome DevTools Protocol, JavaScript injection artifacts, and hardware fingerprinting inconsistencies. The solution uses Camoufox (a Firefox fork) modified at the C++ level and wrapped in a CLI that returns accessibility-tree snapshots to reduce token usage.