SkillAgentSearch skills...

Openbridge

Remote control for Claude Code or Codex. Chat with your projects from Slack or Discord. Free, open, local.

Install / Use

/learn @shekit/Openbridge
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Claude Desktop
OpenAI Codex

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

Watch the demo

Quick Start

npx openbridge-ai start

Or install globally:

npm install -g openbridge-ai
openbridge-ai start

To change settings later:

openbridge-ai configure

Requirements

  • Node.js >= 18
  • At least one coding backend:
    • Claude Code: npm install -g @anthropic-ai/claude-code
    • Codex CLI: npm install -g @openai/codex
  • Optional (for preview links and file browsing):
    • Cloudflared (recommended): brew install cloudflared or download
    • ngrok: brew install ngrok or download

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.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated21d ago
Forks3

Languages

TypeScript

Security Score

70/100

Audited on Mar 14, 2026

No findings