📦 fleet — 多智能体舰队管理
v3.0.4OpenClaw 的多智能体舰队管理 CLI,提供监控、任务分发与观察功能,让协调者智能体轻松掌控整个网关舰队。
2· 709·3 当前·3 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: manage a local fleet of OpenClaw gateways. Before installing, review and accept these facts: (1) fleet init performs a one-time loopback port scan and reads ~/.openclaw/openclaw.json to auto-detect gateways; (2) it stores agent gateway tokens in ~/.fleet/config.json in plaintext but sets file permissions to 600 (you should inspect the file and rotate tokens if concerned); (3) fleet may read fleet-named session transcript files (transcripts contain full conv...详细分析 ▾
✓ 用途与能力
Name/description (fleet management, dispatch, watch, trust scoring) match the declared requirements: bash, python3, curl, optional gh CLI, local config/state under ~/.fleet, reading OpenClaw workspace and agent session files. The optional LINEAR_API_KEY and gh integration are used only for optional CI/Linear features and examples.
ℹ 指令范围
SKILL.md instructs one-time loopback port scanning and reading ~/.openclaw/openclaw.json at init, and permits reading fleet-created session files for watch/steering — all are documented and within the stated purpose. These actions access sensitive local artifacts (session transcripts, agent tokens) so operator consent is required and is documented. The agentScope explicitly forbids autonomous package manager/sudo actions, which reduces scope creep.
ℹ 安装机制
No opaque download URLs: install paths are clawhub or manual git clone from a GitHub repo; self-update uses GitHub releases with SHA256 verification. Files in the package are shell and helper scripts (no hidden remote installers). Background update check to api.github.com is documented and opt-out via FLEET_NO_UPDATE_CHECK is provided.
ℹ 凭证需求
No required external secrets; only optional env vars (config overrides, FLEET_NO_UPDATE_CHECK, LINEAR_API_KEY). The skill stores agent gateway tokens in plaintext under ~/.fleet/config.json (init applies chmod 600 as documented). That plaintext storage is proportionate for local gateway auth but is a sensitive risk that the operator must accept.
ℹ 持久化与权限
Always:false (not force-included). The init flow writes a symlink to ~/.local/bin, creates ~/.fleet/, and may append a PATH export to a shell rc file — all within the user's home and explicitly documented with an opt-out/manual path. Autonomous agent invocation is allowed (platform default) but agentScope limits many risky actions (no sudo, no package manager installs, no modifying OpenClaw config).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv3.0.42026/2/23
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install fleet
镜像加速npx clawhub@latest install fleet --registry https://cn.longxiaskill.com