← 返回 Skills 市场
beyound87

Team Builder

作者 beyound87 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
900
总下载
0
收藏
5
当前安装
33
版本数
在 OpenClaw 中安装
/install team-builder
功能描述
在 OpenClaw 上一键部署多 Agent SaaS 团队工作区。内置双开发轨(devops 交付 + fullstack-dev 实现)、实时 spawn 调度、cron 巡检、Deep Dive 产品知识目录、onboarding 引导。支持自定义角色、模型、时区,可选 Telegram 接入。
安全使用建议
Before installing or running this skill: - Review scripts/deploy.js and the generated apply-config.js and create-crons.* files (the README & SKILL.md tell you where they will be written). Do not run apply-config.js or create-crons scripts until you have inspected them. - Back up your existing ~/.openclaw/openclaw.json before using this skill; the generator reads that file and the generated apply-config.js will write to it. - If you plan to provide Telegram bot tokens, understand they will be stored in openclaw.json (a global config file). Consider whether you want those tokens in that file and who can read it. - The skill may read project directories for Deep Dive scans (git, grep, file reads). Limit where you run these scans and avoid running them on sensitive repos without inspection. - Use the --verify mode and test in a throwaway workspace (small team, separate workspaceDir) first to observe what files are created. - If you need more assurance, request the author/source or a signed release; the package has no homepage/source provenance listed, which lowers supply-chain confidence.
功能分析
Type: OpenClaw Skill Name: team-builder Version: 3.0.0 The 'team-builder' skill is a deployment framework that automates the setup of a multi-agent workspace, but it employs several high-risk behaviors. The core script `scripts/deploy.js` generates an `apply-config.js` file designed to modify the global `openclaw.json` configuration, adding eight new agents and enabling broad `agentToAgent` communication permissions. It also creates ten persistent cron jobs via `create-crons.sh/ps1` for automated agent execution. Furthermore, the 'Deep Dive' protocol (found in `references/agent-refs/fullstack-dev/deep-dive-protocol.md`) instructs agents to perform extensive scans of local project directories, utilizing system commands like `tree`, `grep`, and framework-specific CLIs to extract architectural and database metadata. While these capabilities are consistent with the stated goal of building an autonomous development team, the combination of global configuration modification, persistence, and broad filesystem discovery represents a significant security surface.
能力评估
Purpose & Capability
The name/description (team workspace generator) matches the code and templates: it generates agent SOULs, AGENTS.md, onboarding files, cron scripts and an apply-config.js. However the runtime behavior reads and (when you run apply-config.js) writes the global OpenClaw config (~/.openclaw/openclaw.json) and creates files under a workspace directory. The registry metadata lists no required config paths or credentials, so the skill underdeclares that it accesses/modifies system-level config.
Instruction Scope
SKILL.md and templates clearly instruct scanning openclaw.json, reading/writing workspace files, and optionally storing Telegram bot tokens into openclaw.json. The deploy script reads ~/.openclaw/openclaw.json to auto-detect model providers and writes many files under the chosen workspace. The instructions also describe deep-dive scans that read project code, run git/grep commands, and produce knowledge files — this is coherent with the feature but broad (it can access arbitrary project files when you run the deep-dive). The docs state that apply-config.js/create-crons are manual steps and recommend review, which mitigates but does not remove the need for user review.
Install Mechanism
No install spec and only one included script (scripts/deploy.js). No network downloads or external installers are present in the provided files. Risk from installation is limited to files the script writes into your chosen workspace and any manual execution of apply-config.js/create-crons. This is the lowest-risk install pattern, but review of the generated files is still required.
Credentials
The skill declares no required env vars or primary credential, yet the deploy script implicitly depends on the HOME (or USERPROFILE) environment and reads ~/.openclaw/openclaw.json to detect model providers. SKILL.md also documents storing optional Telegram bot tokens into openclaw.json. Because the manifest does not declare access to openclaw.json or to HOME, the declared environment/credential requirements are incomplete. Users should assume the skill will read your OpenClaw config and (if you run generated apply-config.js) update it; optional storage of Telegram tokens into a global config is another sensitive write operation.
Persistence & Privilege
The skill is not always-enabled and does not request autonomous special privileges. However it generates scripts that, when executed, will modify openclaw.json and create cron jobs in the target workspace. SKILL.md explicitly warns these write actions are manual and recommends reviewing apply-config.js. That reduces the danger but you must not run generated apply-config.js/create-crons blindly because they change persistent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install team-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /team-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
不使用acp session模式来模拟claude持久化
v2.0.6
不使用acp session模式来模拟claude持久化
v2.0.4
不使用acp session模式来模拟claude持久化
v2.0.2
不使用acp session模式来模拟claude持久化
v2.0.1
不使用acp session模式来模拟claude持久化
v2.0.0
不使用acp session模式来模拟claude持久化
v1.0.32
Initial release: 8-agent SaaS growth team deployer
v1.0.31
Initial release: 8-agent SaaS growth team deployer
v1.0.30
Initial release: 8-agent SaaS growth team deployer
v1.0.24
Initial release: 7-agent SaaS growth team deployer
v1.0.22
Initial release: 7-agent SaaS growth team deployer
v1.0.21
Initial release: 7-agent SaaS growth team deployer
v1.0.20
Initial release: 7-agent SaaS growth team deployer
v1.0.19
Initial release: 7-agent SaaS growth team deployer
v1.0.18
Initial release: 7-agent SaaS growth team deployer
v1.0.17
Initial release: 7-agent SaaS growth team deployer
v1.0.16
Initial release: 7-agent SaaS growth team deployer
v1.0.15
Initial release: 7-agent SaaS growth team deployer
v1.0.14
Initial release: 7-agent SaaS growth team deployer
v1.0.13
Initial release: 7-agent SaaS growth team deployer
元数据
Slug team-builder
版本 3.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 33
常见问题

Team Builder 是什么?

在 OpenClaw 上一键部署多 Agent SaaS 团队工作区。内置双开发轨(devops 交付 + fullstack-dev 实现)、实时 spawn 调度、cron 巡检、Deep Dive 产品知识目录、onboarding 引导。支持自定义角色、模型、时区,可选 Telegram 接入。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 900 次。

如何安装 Team Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-builder」即可一键安装,无需额外配置。

Team Builder 是免费的吗?

是的,Team Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Team Builder 支持哪些平台?

Team Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Team Builder?

由 beyound87(@beyound87)开发并维护,当前版本 v3.0.0。

💬 留言讨论