Palgenius

Claude Code Slack Bridge — Communication skill for Claude Code

Communication community

Talk to Claude Code from a Slack channel and watch it work.

How to install Claude Code Slack Bridge

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Palgenius/claude-code-slack-bridge and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Slack Bridge does

Talk to Claude Code from a Slack channel and watch it work. An MCP server over Slack Socket Mode with threaded replies, live turn cards, progress checklists and a per-channel inbox. No tunnel, no public IP — runs entirely on your machine.

Alternatives in Communication

README

Claude Code ⇄ Slack

[![tests](https://github.com/Palgenius/claude-code-slack-bridge/actions/workflows/test.yml/badge.svg)](https://github.com/Palgenius/claude-code-slack-bridge/actions/workflows/test.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![node](https://img.shields.io/badge/node-%E2%89%A520-green.svg)](package.json)

Talk to Claude Code from a Slack channel, and watch it work while it answers.

An MCP server that runs a Slack app in Socket Mode — no tunnel, no public IP, nothing leaves your machine except what you send to Slack.

What it looks like in Slack

You `@mention` the bot in a channel. Your message gets 👀 the moment Claude picks it up, and ✅ when it finishes — so a question that was never seen is obvious without reading anything.

Ali        10:14
           @claude why is the login page redirecting to itself?
           👀

claude  ᴀᴘᴘ 10:14
           ⏳ Working…  ·  1m 12s  ·  14 tools  ·  7.8k tokens
           why is the login page redirecting to itself?

           …3 earlier
           Bash  Run the full test suite
           Read  auth.ts
           Edit  routes.ts
              └ 2 replies

The card is **one message that rewrites itself** — the clock ticks, tool calls scroll past. When the turn ends it becomes a summary of what changed:

claude  ᴀᴘᴘ 10:16
           ✅ Done  ·  2m 40s  ·  23 tools  ·  31k tokens
           why is the login page redirecting to itself?

           touched  auth.ts  routes.ts
              └ 2 replies

Claude's actual answer arrives **in the thread**, under your question:

              └ claude  ᴀᴘᴘ
                The guard tested `req.path`, which Express strips to the
                router-relative path, so its exemption never matched. Fixed in
                routes.ts — only new accounts had the flag, which is why only
                new users hit it.

A quick answer posts **no card at all**. The card appears once a turn calls a tool or