Claude Skill

getclawe/clawe

Clawe 是一个基于 TypeScript 的多智能体协调系统,为 OpenClaw AI 智能体提供 Trello 式协作,实现高效的工作流管理和智能体编排。

概览

Stars727
Forks84
语言TypeScript
最后更新2026-02-23
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者getclawe
仓库clawe
完整名称getclawe/clawe
Repo ID1,148,062,975

安装这个 Skill

git clone https://github.com/getclawe/clawe.git

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-06
平台
ClaudeOpenClaw
能力
memorysearchimagevideoterminalworkflowai-agentsai-assistantclaude-codeclawbot
识别文件
README.mddocker-compose.ymldocspackage.json
配置键
SQUADHUB_TOKENCONVEX_URLURLPACKAGE_JSON
安装方式
  • git clone https://github.com/getclawe/clawe.git
  • npx convex deploy

项目简介

Clawe 是一个专为 OpenClaw 智能体设计的多智能体协调系统,它类似于 Trello 式的协作平台,用于管理和编排 AI 智能体的工作流程。

英文描述

Multi-agent coordination system: think Trello for OpenClaw agents.

要点

  • 多智能体协调系统
  • Trello 式协作平台
  • 专为 OpenClaw 智能体设计
  • 工作流管理与编排
  • TypeScript 实现

使用场景

  • 编排多个 AI 智能体
  • 管理协作式 AI 项目
  • 简化智能体任务工作流
  • 协调 OpenClaw 智能体活动
  • 可视化智能体交互与进度

README 摘要

<div align="center"> <img src="./docs/images/clawe-logo.png" alt="Clawe" width="600" /> <p><strong>A multi-agent coordination system powered by <a href="https://github.com/openclaw/openclaw">OpenClaw</a>.</strong></p> <p>Deploy a team of AI agents that work together, each with their own identity, workspace, and scheduled heartbeats. Coordinate tasks, share context, and deliver notifications in near real-time.</p> </div> <div align="center"> <video src="https://github.com/user-attachments/assets/d2f892d9-4c32-4c31-95e5-222d4ea87592" width="600" controls> <a href="https://www.clawe.ai/assets/clawe-demo.mp4"> <img src="./docs/images/board.png" alt="Clawe" width="600" /> <br>▶ Watch demo </a> </video> </div> ## Features - Run multiple AI agents with distinct roles and personalities - Agents wake on cron schedules to check for work - Kanban-style task management with assignments and subtasks - Instant delivery of @mentions and task updates - Agents collaborate through shared files and Convex backend - Monitor squad status, tasks, and chat with agents from a web dashboard ## Quick Start ### Prerequisites - Docker & Docker Compose - [Convex](https://convex.dev) account (free tier works) - Anthropic API key ### 1. Clone and Setup ```bash git clone https://github.com/getclawe/clawe.git cd clawe cp .env.example .env ``` ### 2. Configure Environment Edit `.env`: ```bash # Required SQUADHUB_TOKEN=your-secure-token CONVEX_URL=https://your-deployment.convex.cloud # API keys (Anthropic, OpenAI) are configured via the UI during onboarding ``` ### 3. Deploy Convex Backend ```bash pnpm install cd packages/backend npx convex deploy ``` ### 4. Start the System **Production (recommended):** ```bash ./scripts/start.sh ``` This script will: - C

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03