benxmy

Slack Mode — Communication skill for Claude Code

Communication community

Send notifications and permission prompts to Slack (default 120 min, or specify duration).

How to install Slack Mode

Installs to ~/.claude/skills/benxmy-claude-skills-slack-mode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-slack-mode && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/slack-mode.md -o ~/.claude/skills/benxmy-claude-skills-slack-mode/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Slack Mode does


description: Send notifications and permission prompts to Slack (default 120 min, or specify duration)

Enable Slack mode so notifications and permission prompts go to Slack instead of the terminal. Automatically turns off after the specified duration.

Run the slack-mode script: $ARGUMENTS

  • No arguments or a number = enable Slack for N minutes (default 120)
  • "off" = back to terminal-only
  • "status" = show current state
~/tools/hooks/slack-mode.sh $ARGUMENTS

After runnin

Alternatives in Communication

  • Prompts.chat — f.k.a. Awesome ChatGPT Prompts 154.3k ★
  • Open SaaS — A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma) 14.1k ★
  • Slack — Communication Slack integration via HTTP/OAuth MCP 14k ★

Full documentation available on GitHub

View Source Repository