Claude Skill

shinglokto/openclaw-claude-bridge

OpenClaw Claude Bridge is an HTTP bridge that powers AI agents via Claude Code CLI, with persistent sessions, auto-resume, extended thinking, and a real-time React dashboard for per-agent cost trac...

Overview

Stars154
Forks24
LanguageJavaScript
Last pushed2026-04-13
Last synced2026-06-25
View on GitHub

Repository

Ownershinglokto
Repositoryopenclaw-claude-bridge
Full nameshinglokto/openclaw-claude-bridge
Repo ID1,175,568,431

Install this Skill

git clone https://github.com/shinglokto/openclaw-claude-bridge.git

Registry

Typeopenclaw_skill
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-25
Platforms
ClaudeOpenClaw
Capabilities
pdfmemorysearchimageterminalai-agentsclaudeclaude-codecli-wrapperdiscord
Detected files
README.mddocspackage.json
Config keys
PACKAGE_JSON
Install methods
  • git clone https://github.com/shinglokto/openclaw-claude-bridge.git
  • npm install

Summary

OpenClaw Claude Bridge is an HTTP bridge that powers AI agents via the Claude Code CLI. It manages persistent sessions, auto-resume, extended thinking, and provides a real-time React dashboard with per-agent cost tracking, exposing an OpenAI-compatible API.

Chinese description

HTTP桥接通过Claude Code CLI为OpenClaw的AI代理提供动力——管理持久会话、自动恢复、扩展思考,并提供带有每个代理成本追踪的实时React仪表板。暴露兼容OpenAI的API。

Key features

  • HTTP bridge for Claude Code CLI
  • Persistent session management with auto-resume
  • Extended thinking support
  • Real-time React dashboard with per-agent cost tracking
  • OpenAI-compatible API exposure

Use cases

  • Powering AI agents with Claude Code CLI
  • Building multi-agent systems with cost monitoring
  • Integrating Claude into custom workflows via OpenAI-compatible API
  • Managing long-running AI sessions with auto-resume

README excerpt

# openclaw-claude-bridge [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org/) [![Claude Code](https://img.shields.io/badge/Claude%20Code-CLI-cc785c?logo=anthropic&logoColor=white)](https://docs.anthropic.com/en/docs/claude-code) [繁體中文](README.zh.md) | English An OpenAI-compatible HTTP proxy that lets [OpenClaw](https://github.com/openclaw/openclaw) agents use Claude through [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) — with tool calling, session memory, and extended thinking. --- ## Why This Exists OpenClaw speaks the OpenAI API format. Claude Code CLI speaks its own format. This bridge sits in between and translates — so your OC agents can talk to Claude without either side needing to change. ``` OpenClaw agent Bridge Claude CLI (Discord/Telegram) │ │ │ │ POST /v1/chat/ │ │ │ completions │ Translate messages │ ├──────────────────────────▶│ Inject tool protocol │ │ │ Map thinking level │ │ │ │ │ │ stdin ──▶ claude --print │ │ │ stdout ◀── stream-json │ │ │ │ │ SSE stream │ Parse response: │ ◀──────────────────────────│ ├─ text → clean output │ │ │ └─ <tool_call> → OpenAI fmt │

Topics

Explore more

Data from GitHub. Synced on 2026-06-25