← 返回 Skills 市场
OC Team Builder
作者
Joe Szeles
· GitHub ↗
· v2.0.0
· MIT-0
244
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install oc-team-builder
功能描述
Discover, compose, and activate specialist teams from 3 rosters — OpenClaw Core (CEO/Artist), Agency Division (55+ specialists), and Research Lab (autonomous...
安全使用建议
This skill appears to do what it says, but it contains scripts that will modify local git repositories, commit/revert code, run arbitrary experiment commands, and write logs (including an explicit 'NEVER STOP' autonomous research loop in the documentation). Before using: 1) Review the scripts (especially experiment.sh and its default run-cmd) and understand the default commands (uv run train.py / grep metric). 2) Run experiments only in isolated test projects or clones (not in production repos or with sensitive data). 3) Ensure you have appropriate resource/time budgets — experiments can be CPU/GPU and time intensive and the script may timeout/kill runs but also can be configured to run repeatedly. 4) Back up or work on disposable branches before allowing commits; expect the script to create branches and commit changes. 5) If you do not want code modified autonomously, do not run the experiment --run flow or remove/lock write/commit permissions. 6) Confirm no sensitive secrets or credentials exist in the project directories the scripts will touch. If you want greater assurance, request the missing scripts that were truncated (plan.sh, review.sh, roster.sh) and a full audit of any default run commands and their downstream effects.
功能分析
Type: OpenClaw Skill
Name: oc-team-builder
Version: 2.0.0
The skill bundle implements a multi-agent orchestration system with a 'Research Lab' feature that uses autonomous experiment loops. A significant security concern exists in `scripts/experiment.sh`, which utilizes `eval` to execute strings provided via the `--run-cmd` and `--metric-cmd` arguments, creating a high risk for shell injection. Additionally, the 'autoresearch' methodology described in `references/TEAM-RESEARCH.md` and `SKILL.md` explicitly instructs the AI agent to autonomously modify and execute code (`train.py`) in a continuous loop; while this aligns with the stated purpose of the skill, the combination of `eval` and autonomous execution without strict sandboxing or input validation poses a substantial risk of remote code execution (RCE).
能力评估
Purpose & Capability
Name/description (team composition + Research Lab/autoresearch) match the provided files and scripts: roster/plan/activate/review scripts and a research experiment runner. Required binaries (bash) are appropriate for shell scripts. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md and the scripts direct the agent to list/print agent definitions, propose teams, activate personality files, run QA reviews (writing logs to ~/.openclaw/team-reviews/), and run autoresearch-style experiment loops. The experiment workflow explicitly edits an "in-scope" file (default: train.py), commits to git branches, runs arbitrary run-commands (default: 'uv run train.py'), extracts metrics, and may 'loop forever' if used as described. Those actions are coherent with autonomous research but imply file modification, git history mutation, and potentially heavy resource use — all of which are beyond mere read-only team composition.
Install Mechanism
No external install spec is provided; the package is distribution of shell scripts and markdown files. No downloads or archive extraction are performed by the skill itself. This is low-risk from an install-source perspective, but the scripts will execute local commands on the host when run.
Credentials
The skill declares no required environment variables or secrets. Scripts optionally respect OPENCLAW_AGENCY_DIR to locate agent definitions, which is a reasonable override. Nothing requests cloud or unrelated credentials. The experiment runner executes user-specified run commands and metric extraction, which can access anything the invoking user has access to — expected but worth noting.
Persistence & Privilege
always:false (normal). The scripts create git branches, commit changes, write ledgers (results.tsv) and logs in project directories and ~/.openclaw/team-reviews/. They do not modify other skills' configs, but their file-write and git operations are powerful: they persist changes to repositories and can run resource-intensive jobs. This level of privilege is coherent with the Research Lab purpose but should be treated carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oc-team-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/oc-team-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Rebuild with executable scripts, autoresearch experiment loops, removed trading/IG references
元数据
常见问题
OC Team Builder 是什么?
Discover, compose, and activate specialist teams from 3 rosters — OpenClaw Core (CEO/Artist), Agency Division (55+ specialists), and Research Lab (autonomous... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。
如何安装 OC Team Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oc-team-builder」即可一键安装,无需额外配置。
OC Team Builder 是免费的吗?
是的,OC Team Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OC Team Builder 支持哪些平台?
OC Team Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OC Team Builder?
由 Joe Szeles(@joeszeles)开发并维护,当前版本 v2.0.0。
推荐 Skills