展示HN:ClawHuddle – 团队自托管的OpenClaw管理工具
我已经使用 OpenClaw(AI 助手框架)一段时间了,非常喜欢它,因此我想将其推广到我的整个团队。问题是:让非工程师进行设置非常麻烦,而在团队中共享 API 密钥则带来了安全隐患。
因此,我构建了 ClawHuddle——一个自托管的平台,让您可以从一个单一的仪表板为团队配置和管理 OpenClaw 实例。
它的功能包括:
- 一键配置——管理员邀请用户,他们将获得自己的独立 OpenClaw 实例(每个实例在自己的 Docker 容器中运行)
- 管理技能——管理员为团队策划并预安装技能,确保每个人都能立即使用经过审核的工具
- 集中管理 API 密钥——团队成员无需各自拥有密钥。同时支持 Claude Code CLI 令牌登录
- 渠道设置——快速连接消息渠道(目前支持 Telegram,计划支持 Discord 和 LINE)
每个实例都是完全独立的——对话、文件和配置不会在用户之间泄露。
技术栈:Next.js 16、Fastify、SQLite、Docker、Traefik。使用 Turborepo 的单一代码库。
可以在 <a href="https://clawhuddle.com/" rel="nofollow">https://clawhuddle.com/</a> 观看实时演示(可能还有一些瑕疵,我们正在积极修复错误)。
开源项目:<a href="https://github.com/allen-hsu/clawhuddle" rel="nofollow">https://github.com/allen-hsu/clawhuddle</a>
希望这对您在团队环境中引入 OpenClaw 有所帮助。
查看原文
I've been using OpenClaw (AI assistant framework) for a while and loved it, so I wanted to roll it out to my whole team. The problem: getting non-engineers set up is painful, and sharing API keys across a team is a security headache.
>
So I built ClawHuddle — a self-hosted platform that lets you provision and manage OpenClaw instances for your team from a single dashboard.
>
What it does:
>
One-click provisioning — Admin invites a user, they get their own isolated OpenClaw instance (each runs in its own Docker container)
Managed skills — Admin curates and pre-installs skills for the team, so everyone gets vetted tooling out of the box
Centralized API keys — No need for every team member to have their own keys. Also supports Claude Code CLI token login
Channel setup — Quickly connect messaging channels (Telegram supported now; Discord and LINE planned)
>
Each instance is fully isolated — conversations, files, and configs never leak between users.
>
Stack: Next.js 16, Fastify, SQLite, Docker, Traefik. Monorepo with Turborepo.
>
There's a live demo at <a href="https://clawhuddle.com/" rel="nofollow">https://clawhuddle.com/</a> (may have some rough edges, actively fixing bugs).
>
Open source: <a href="https://github.com/allen-hsu/clawhuddle" rel="nofollow">https://github.com/allen-hsu/clawhuddle</a>
>
Hope this is useful if you're trying to bring OpenClaw to a team setting.