allen-hsu

Clawhuddle — AI skill for Claude Code

AI community

Self-hosted OpenClaw for teams — Give every person on your team their own AI assistant.

How to install Clawhuddle

This entry records only its repository, not the path inside it, so there is no exact command to give. Open allen-hsu/clawhuddle and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Clawhuddle does

Self-hosted OpenClaw for teams — Give every person on your team their own AI assistant. Each team member gets an isolated OpenClaw instance with zero maintenance. You add people, the system handles the rest.

Alternatives in AI

  • Cumora — Where agent teams gather 3.2k ★
  • Cc Mirror — Create multiple isolated Claude Code variants with custom providers (Z.ai, MiniMax, OpenRouter, LiteLLM) 2.1k ★
  • Agent Teams AI — You're the boss, agents are your team 2k ★

README

ClawHuddle

**Self-hosted OpenClaw for teams** — Give every person on your team their own AI assistant.

Each team member gets an isolated [OpenClaw](https://openclaw.ai) instance with zero maintenance. You add people, the system handles the rest.

[English](#features) | [中文](./README_zh.md)


Features

  • Isolated instances — Every team member gets their own workspace, conversation history, and config. Nothing is shared.
  • Managed skills — Build a library of custom skills. Assign them to individuals or the whole team from one dashboard.
  • Admin controls — Invite members, manage API keys, monitor deployments. One place for everything.
  • Zero-touch deploy — Add someone to your org. Their AI assistant is running within seconds.
  • Private & secure — Each instance is fully isolated. Conversations, files, and settings never leak between users.
  • Multi-provider — Bring your own API keys for Anthropic, OpenAI, Google Gemini, or OpenRouter.

Architecture

┌────────────────────────────────────────────────────┐
│                     Traefik                        │
│                  (reverse proxy)                   │
└──────────┬─────────────────┬───────────────────────┘
           │                 │
     ┌─────▼─────┐     ┌─────▼─────┐
     │  Next.js  │     │  Fastify  │
     │  Frontend │     │  API      │
     │  :3000    │     │  :4000    │
     └───────────┘     └─────┬─────┘
                             │
              ┌──────────────┼──────────────┐
              │              │              │
        ┌─────▼─────┐  ┌─────▼─────┐  ┌─────▼─────┐
        │  OpenClaw │  │  OpenClaw │  │  OpenClaw │
        │  User A   │  │  User B   │  │  User C   │
        │  (Docker) │  │  (Docker) │  │  (Docker) │
        └───────────┘  └───────────┘  └───────────┘

**Monorepo structure:**

apps/
  api/          Fastify + SQLite backend
  web/          Next.js 16 frontend
packages/
  shared/       TypeScript types
docker/
  gateway/