openbridge-ai
v0.1.22
Published
Remote control your Claude Code or Codex from Slack or Discord. Each channel is a project, each thread is a conversation.
Maintainers
Readme
OpenBridge
Chat with your projects directly from Slack or Discord.
Openbridge uses your existing Claude Code or Codex subscriptions so there are no additional API fees.
Each channel is a project. Each conversation within it becomes a thread, keeping things nicely organized.
Set it up on a your laptop or a VPS and then chat with your projects from anywhere!
Demo
Quick Start
npx openbridge-ai startOr install globally:
npm install -g openbridge-ai
openbridge-ai startTo change settings later:
openbridge-ai configureRequirements
- Node.js >= 18
- At least one coding backend:
- Claude Code:
npm install -g @anthropic-ai/claude-code - Codex CLI:
npm install -g @openai/codex
- Claude Code:
- Optional (for preview links and file browsing):
Chat Commands
| Command | Description |
|---------|-------------|
| /project connect | Pick a project from your projects root |
| /project connect /absolute/path | Connect a specific directory |
| /project new my-app | Create a new project directory |
| /project list | Show all connected projects |
| /project disconnect | Disconnect this channel |
| /project backend claude\|codex | Switch backend for this project |
| /settings root /path | Set the projects root folder |
| /settings schedule list | Show all scheduled sessions for this channel |
| /settings schedule cancel <id> | Cancel a scheduled session |
In Slack threads: type cancel to stop a running task, new to reset the session.
Scheduled Sessions
Ask your AI to do things on a schedule. OpenBridge handles it all.
- "Give me a news summary every morning at 9am"
- "Review open PRs every morning"
- "Remind me to do squats every hour"
- "Remind me to text mom in two hours"
On Discord, the same commands are available as slash commands, plus /new and /cancel.
Platform Setup
The setup wizard walks you through creating your Slack or Discord bot and entering tokens. For detailed manual instructions, see PLATFORM-SETUP.md.

