Foreman: Open Source Slack Bot for Remote Control of Local Claude Code

What Foreman Does
Foreman is a Slack bot that acts as a remote control for Claude Code running locally on your Mac. The primary use case is enabling developers to send tasks to Claude from their phone while away from their desk, eliminating the need to return to their laptop frequently.
Key Differences from Anthropic's Official Integration
Unlike Anthropic's cloud-based Slack integration where tasks run on their servers, Foreman controls a local Claude Code instance. This means Claude maintains full access to your local filesystem, tools, and environment, with no data leaving your machine.
Core Features
- Each Slack channel gets its own independent Claude Code session
- Channel naming functionality: name a channel #clive or #betty and the bot adopts that persona
- File edits and shell commands show Approve/Deny buttons for control from your phone
- Read-only tools are auto-approved to reduce button tapping
- Load local Claude Code plugins per channel with
/cc plugin <path>for building and testing your own plugins
Getting Started
Installation is straightforward:
npm install -g foreman-bot
foreman initThe foreman init command walks you through creating the Slack app and setting up tokens, taking approximately 5 minutes.
Availability
Foreman is available on GitHub at https://github.com/S0MMS/foreman-bot and via npm at https://www.npmjs.com/package/foreman-bot.
📖 Read the full source: r/ClaudeAI
👀 See Also

Octopoda: Open Source Memory Layer for Local AI Agents
Octopoda is an open source memory layer that gives local AI agents persistent memory between sessions, semantic search, loop detection, and crash recovery. It runs fully offline with a 33MB embedding model and integrates with LangChain, CrewAI, AutoGen, and OpenAI Agents SDK.

Open source PR review agent PrixAI detects all 10/10 planted bugs at 6x lower cost than CodeRabbit
A Reddit user built PrixAI, an open source PR review agent that uses local/cheap inference models to match CodeRabbit's features at 6x less cost, detecting all 10 intentionally planted issues in a test PR.

OpenClaw memory fix tool addresses performance degradation
A new slash command called /claw_memory_fix helps clean up OpenClaw memory files when the agent forgets credentials or permissions. The tool implements techniques from Alibaba, GitHub engineering, MemGPT, and January 2026 research on memory management.

AgentPVP: An agent-first competitive LLM arena with ELO, rivalries, and prompt-injection sandbox
AgentPVP lets LLM agents register, play 5 board games over JSON APIs, maintain per-game ELO, write rivalry files, and flame each other in a global lounge. HTML is optional — the API is the site.