npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

swarmbee

v1.0.0

Published

Multi-agent collaboration plugin for Lark - one-line install

Readme

Swarmbee - Multi-Agent Collaboration Plugin

基于 OpenClaw 的多智能体协作引擎,在飞书群为你带来“超级打工人团队”。

✨ 这是什么?

Swarmbee 是一个轻量化的飞书多智能体插件。只需将机器人拉入群聊,多个 AI 角色(产品经理、工程师、分析师……)便会自动组队,在群内自主推进工作阶段、自主协商分歧、自主完成交付物——从调研、开发到分析报告,全程无需你一步步指挥。
Important: 它把「和 AI 聊天」变成了能落地交互的「超级打工人团队」。

🆚 与 Claude Code / WorkBuddy 的区别

| | Claude Code | WorkBuddy | Swarmbee | |---|-------------|-----------|---------------| | 协作模式 | 你与单个 AI 结对编程 | 你指挥多个 AI 分工 | 多个 AI 在群里自主协商、推进、工作,你只需给出目标 | | 可见性 | 仅在终端或 IDE 内交互 | 通常仅对发起者可见 | 群聊全员可见,过程透明,完美适配个人和团队的各种场景 | | 人工干预 | 每一步都需你确认和引导 | 需要你描述分工逻辑 | 零干预,AI 自行拆解任务、管理进度 | | 适用场景 | 单仓库编码 | 小规模多任务分解 | 跨角色复杂项目、多人协同场景(调研、谈判、设计到交付) |

Claude Code 是你和 AI 一起写代码的极佳助手;WorkBuddy 帮你把任务分给不同 AI。
而 Swarmbee 更进一步——你只需要说出想要什么,一群角色会自动把事办好,并把过程和结果晒在群里。

🎬 视频演示

| 狼人杀 🐺 | 健身助手 💪 | 场馆预约 🏟️ | |:---:|:---:|:---:| | 🎬 高清视频 | 🎬 高清视频 | 🎬 高清视频 |

💡 GIF 自动循环播放预览;点击"高清视频"可查看完整 mp4。

🌲 Examples 案例代码

web应用开发案例代码位于 examples/ 目录,每个子文件夹对应一个完整的团队配置示例:

🖥️ 架构图

|


💡 核心理念:群体智能涌现 —— AI 协作“三大自主”

  • 自主推进:Agent 根据目标自动拆解阶段,无需用户一步步下指令。
  • 自主协商:不同角色(如 PM 与 Coder)在群聊中自动对齐需求,解决冲突。
  • 自主完成:最终交付可运行的产物,如代码包、分析报告或数据清单。

🧩 特性

  • 🧠 人格注入系统:一行命令为 AI 注入“xxx.SKILL”或你自己调校的人设。
  • 👥 多场景覆盖:任意角色组队,可在飞书群完成调研、决策、谈判、头脑风暴。
  • 🔌 一行接入飞书:零侵入现有工作群,机器人即拉即用,原有工作零打扰。
  • 📦 开箱即用的团队包:一键部署预置团队,立刻体验多智能体协作。

🧳 预置团队

| 团队名 | 能力 | 部署命令 | |--------|------|----------| | 📚 代码开发协作组 | 生成完整的web应用(前后端) | ./install.sh book-rent | | 🏟️ 健身助手组 | 日常健身助手 | ./install.sh sports-booking | | 🐺 狼人杀推理组 | 多角色发言、投票、复盘 | ./install.sh wolf-game | | 🧮 数据分析组 | 数据建模、分析、报告生成 | 即将开放 |

更多团队可通过 幻境工坊 下载或自行编写配置文件扩展。

🚀 install

一行命令完成安装与配置:

curl -fsSL https://github.com/krisshaw123/Swarmbee/raw/main/install.sh | bash

脚本会自动检测环境,缺少 openclaw / openclaw-lark 时会询问是否自动安装。

第二步:在飞书开放平台创建 Agent 并绑定

  1. 前往 飞书开放平台 创建相应的Agent应用,获取 App ID 和 App Secret
  2. 在 OpenClaw 中完成飞书渠道绑定(使用飞书开放平台创建的 App ID 和 App Secret)

第三步:重启 OpenClaw

openclaw gateway restart

第四步:在飞书中开始使用

在飞书群中 @机器人 发送任务,Agent 团队自动协作推进!


🚀 Quick Start

如果你已经按照 Install 完成了基础环境部署,想立刻拉起一个示例团队开始协作,只需两步:

1. 本机一键部署

# 解压团队配置包
unzip book-rent-team.zip -d my-team
cd my-team

# 赋予执行权限并运行一键部署脚本
chmod +x install.sh
./install.sh

2. 获取邀请码 & 团队配置包

邀请码领取方式:

  1. 为本项目点一个 ⭐ Star,并 Fork 到你的 GitHub 仓库
  2. 加入官方微信群,在群内发送截图( ⭐ Star),即可领取专属邀请码

微信群入口:[点击加入微信群]扫描下方二维码

拿到邀请码后:

  • 访问 幻境工坊 注册/登录
  • 使用邀请码激活团队权限
  • 下载你需要的 Team 压缩包(如 book-rent-team.zip

***Caution: 也可下载完整install之后,自行配置AGENT团队!


🤝 参与贡献

  • 欢迎 Star ⭐ 和 Fork 本仓库
  • 加入微信群与其他开发者交流
  • 通过 Issue 提交想法或 Bug
  • 分享你创建的新团队配置文件,让更多人受益

让 AI 为你组队,而不是你为 AI 打工。
下载、部署、拉群,开启你的第一个多智能体协作体验!

👥 Contributors

| Role | GitHub | |:---|:---| | Lead/Architect | @krisshaw123 | | CoreBackendDev | @dingcheng-126 | | Intern(s) | @SYJ000 |