Claude Skill
sbusso/claudeclaw
ClaudeClaw 是一个基于 TypeScript 的工具,利用 Claude 编排类似 OpenClaw 的智能体,实现自然语言驱动的多智能体协调与任务委派。
概览
仓库信息
安装这个 Skill
git clone https://github.com/sbusso/claudeclaw.gitRegistry 信息
项目简介
ClaudeClaw 是一个基于 TypeScript 的工具,允许您使用 Claude 来编排类似 OpenClaw 的智能体,通过自然语言指令实现多智能体协调与任务委派。
Use Claude to orchestrate agents like OpenClaw
要点
- 通过 Claude 编排智能体
- 兼容 OpenClaw 的智能体集成
- 自然语言任务委派
- 基于 TypeScript 实现
使用场景
- 多智能体任务协调
- 自动化工作流委派
- AI 驱动的智能体管理
README 摘要
<p align="center"> <img src="assets/logo.webp" alt="ClaudeClaw" width="200" /> </p> <h1 align="center">ClaudeClaw</h1> <p align="center">Persistent agent orchestrator plugin for Claude Code. Multi-channel message routing, structured memory, webhook triggers, cost tracking — with OS-level sandbox isolation.</p> <p align="center"> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> <a href="https://github.com/sbusso/claudeclaw/stargazers"><img src="https://img.shields.io/github/stars/sbusso/claudeclaw?style=flat" alt="GitHub Stars"></a> <a href="https://github.com/sbusso/claudeclaw/issues"><img src="https://img.shields.io/github/issues/sbusso/claudeclaw" alt="Issues"></a> <a href="https://github.com/sbusso/claudeclaw/discussions"><img src="https://img.shields.io/github/discussions/sbusso/claudeclaw" alt="Discussions"></a> <a href="https://github.com/sbusso/claudeclaw"><img src="https://img.shields.io/badge/Claude_Code-Plugin-blueviolet" alt="Claude Code Plugin"></a> </p> Built on [NanoClaw](https://github.com/qwibitai/nanoclaw) — ported to a Claude Code plugin architecture with a pluggable extension system and Anthropic's sandbox runtime. ## What It Does ClaudeClaw is a Claude Code plugin that provides an always-on message loop. It listens to channels (Slack, WhatsApp, Telegram), routes messages to Claude agents running in isolated sandboxes, and manages ongoing conversations with structured memory. ### Core (Orchestrator) - **Always-on message loop** — persistent listener, not one-shot - **Multi-channel routing** — Slack, WhatsApp, Telegram (pluggable) - **Thread management** — auto-create threads, follow-ups without re-mentioning - **Context accumulation** — messages batc