sderosiaux

Claudeslack — AI skill for Claude Code

AI community

Control Claude Code remotely via Slack - work with AI freedom from anywhere.

How to install Claudeslack

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

What Claudeslack does

Control Claude Code remotely via Slack - work with AI freedom from anywhere.

Alternatives in AI

  • Bot On Anything — A large model-based chatbot builder that can quickly integrate AI models (including ChatGPT, Claude, Gemini) i 4.2k ★
  • Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
  • Browserwing — BrowserWing turns your browser actions into MCP commands Or Claude Skill, allowing AI agents to control browse 1.2k ★

README

claudeslack

Control [Claude Code](https://docs.anthropic.com/en/docs/claude-code) from your phone via Slack. Each channel = one project folder on your machine.

**[Website](https://sderosiaux.github.io/claudeslack)** · **[GitHub](https://github.com/sderosiaux/claudeslack)**

![claudeslack Interface](docs/hero-illustration.png)

flowchart LR
    subgraph phone[" "]
        A[📱 Slack]
        C1[#project-a]
        C2[#project-b]
    end

    subgraph pc["Your PC"]
        B[claudeslack]
        D[Claude Code CLI]
        P1[~/projects/project-a]
        P2[~/projects/project-b]
    end

    A --> C1 & C2
    C1 & C2 -->|messages| B
    B -->|"claude -p --resume"| D
    D -->|runs in| P1 & P2
    B -->|"response"| A

    style A fill:#4A154B,color:#fff
    style B fill:#2D333B,color:#fff
    style D fill:#D97706,color:#fff
    style C1 fill:#4A154B,color:#fff
    style C2 fill:#4A154B,color:#fff
    style P1 fill:#1a1a2e,color:#fff
    style P2 fill:#1a1a2e,color:#fff

How It Works

📱 Phone                              💻 Your PC
────────────────────────────────────────────────────────────

#my-webapp channel                    ~/projects/my-webapp/
├─ You: "Add dark mode toggle"
│  └─ 👀 processing...               → Claude Code runs here
│                                      → reads/writes files
├─ Claude: "I'll add a theme          → full codebase access
│  toggle to the header..."
│  └─ ✅ done
│
├─ You: "Now add tests for it"        → same session continues
│  └─ 👀                              → context preserved
│
└─ Claude: "Added 3 test cases..."
   └─ ✅

Why Slack? (vs SSH + tmux)

SSH + tmux claudeslack
✅ No extra dependencies Push notifications when done
✅ Direct terminal access Fire & forget - check later
✅ Full session control Unread threads = task inbox
❌ Requires VPN/Tailscale Drop images/screenshots directly
❌ Terminal on phone = pa