Claude Skill
sbusso/claudeclaw
ClaudeClaw is a TypeScript tool that uses Claude to orchestrate agents like OpenClaw, enabling natural language-driven multi-agent coordination and task delegation.
Overview
Repository
Install this Skill
git clone https://github.com/sbusso/claudeclaw.gitRegistry
Summary
ClaudeClaw is a TypeScript-based tool that lets you use Claude to orchestrate agents like OpenClaw, enabling multi-agent coordination and task delegation through natural language instructions.
使用Claude来编排像OpenClaw这样的智能体
Key features
- Agent orchestration via Claude
- OpenClaw-compatible agent integration
- Natural language task delegation
- TypeScript-based implementation
Use cases
- Multi-agent task coordination
- Automated workflow delegation
- AI-driven agent management
README excerpt
<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