OpenBridge: Free Open-Source Remote Control for Claude Code via Slack/Discord

OpenBridge is a remote control interface for Claude Code that operates through Slack or Discord, allowing developers to manage AI coding sessions directly from their messaging platforms. The tool is designed as a workaround for OpenClaw API costs, providing an alternative interface without requiring additional API subscriptions.
Key Details
The tool is free, open-source, and runs locally. According to the source, it can be set up on a laptop or just as easily deployed on a VPS. It works with existing Claude Code and/or Codex subscriptions, meaning no extra API costs beyond what users already pay for those services.
The organizational structure follows a simple pattern: each project is represented as a channel, and each conversation within that project exists as a thread. This mirrors typical development workflow organization in team communication tools.
Technical Implementation
The source provides specific commands and resources:
- GitHub repository: https://github.com/shekit/openbridge
- Full video walkthrough: https://www.youtube.com/watch?v=HTGZughMCdU
- Run command:
npx openbridge-ai start
This type of tool is useful for developers who want to integrate AI coding assistance into their existing team communication workflows without managing separate interfaces or incurring additional API costs. By leveraging existing Claude Code/Codex subscriptions, it provides a practical bridge between messaging platforms and AI coding tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source Claude Code plugin captures books and converts them to structured Markdown
A developer has open-sourced a Claude Code plugin that automatically captures book pages via screenshots, performs OCR with macOS Vision, and generates structured Markdown files organized by theme rather than chapter order. The tool supports Kindle, Apple Books, Kindle Cloud Reader, and scanned PDFs on macOS.

OpenClaw Skill Connects Agents to Knods.io UI for Workflow Creation
A developer has built an OpenClaw skill that enables agents to understand and create workflows within the Knods.io UI, allowing users to switch between specific agents like brand-specific ones instead of relying on Knods' built-in agent.

Cloudflare's vinext: A Next.js-compatible framework built with AI on Vite
Cloudflare engineers rebuilt Next.js API surface on Vite using AI in one week, creating vinext - a drop-in replacement that builds 4x faster and produces 57% smaller bundles. It deploys to Cloudflare Workers with a single command.

Cloken: A Chrome Extension That Shows Real-Time Claude Context Usage as a Percentage
Cloken is a free Chrome extension that displays your current Claude.ai chat context usage as a percentage — including messages, files, images, and system prompt.