Claude Skill

shinglokto/openclaw-claude-bridge

OpenClaw Claude Bridge 是一个通过 Claude Code CLI 为 AI 代理提供动力的 HTTP 桥接器,支持持久会话、自动恢复、扩展思考,并提供带有每个代理成本跟踪的实时 React 仪表板。

概览

Stars154
Forks24
语言JavaScript
最后更新2026-04-13
最近同步2026-06-25
前往 GitHub

仓库信息

拥有者shinglokto
仓库openclaw-claude-bridge
完整名称shinglokto/openclaw-claude-bridge
Repo ID1,175,568,431

安装这个 Skill

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

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-25
平台
ClaudeOpenClaw
能力
pdfmemorysearchimageterminalai-agentsclaudeclaude-codecli-wrapperdiscord
识别文件
README.mddocspackage.json
配置键
PACKAGE_JSON
安装方式
  • git clone https://github.com/shinglokto/openclaw-claude-bridge.git
  • npm install

项目简介

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

英文描述

HTTP bridge powering OpenClaw's AI agents via Claude Code CLI — manages persistent sessions, auto-resume, extended thinking, and provides a real-time React dashboard with per-agent cost tracking. Exposes an OpenAI-compatible API.

要点

  • 用于 Claude Code CLI 的 HTTP 桥接器
  • 持久会话管理与自动恢复
  • 扩展思考支持
  • 带有每个代理成本跟踪的实时 React 仪表板
  • 暴露兼容 OpenAI 的 API

使用场景

  • 通过 Claude Code CLI 为 AI 代理提供动力
  • 构建带有成本监控的多代理系统
  • 通过兼容 OpenAI 的 API 将 Claude 集成到自定义工作流中
  • 管理带有自动恢复功能的长时间运行 AI 会话

README 摘要

# 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 │

话题

探索更多

数据来自 GitHub,同步时间:2026-06-25