← 返回 Skills 市场
teoslayer

Pilot Load Balancer

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-load-balancer
功能描述
Distribute tasks across worker pools with health-aware load balancing. Use this skill when: 1. You need to distribute tasks across multiple worker agents 2....
安全使用建议
This skill appears to implement load‑balancing via the pilotctl CLI and is not inherently malicious, but there are a few issues to check before use: - Ensure pilotctl is a trusted binary and pilot-protocol skill is safe; pilotctl performs network actions. - SKILL.md lists jq and uuidgen as dependencies but the registry only requires pilotctl — install and confirm jq/uuidgen are present. - Provide or validate the variables the scripts expect (TASK_ID, WORKER_COUNT, WORKER_STATUS) to avoid the agent making unsafe assumptions. - Review and sanitize the payloads sent with pilotctl --send-message and validate worker addresses to avoid sending sensitive data to unintended peers. - Be aware the script writes /tmp/load-balancer-index.txt (possible race conditions or cross-user interference); consider using a safer state store or a per-agent path. - If you need stronger assurances, request the publisher add explicit required binaries and example environment/inputs to SKILL.md or test in an isolated environment first.
能力评估
Purpose & Capability
Name/description and commands revolve around distributing tasks via the pilotctl CLI and health-aware selection; requiring pilotctl and pilot-protocol is coherent with the stated purpose.
Instruction Scope
The SKILL.md instructs the agent to read/write /tmp/load-balancer-index.txt and to call pilotctl send-message to peer addresses (network activity) which is within purpose but potentially impactful. The instructions reference several undeclared variables (TASK_ID, WORKER_COUNT, WORKER_STATUS) and do not define how those are provided, giving the agent broad discretion. The docs are also vague about validation of worker addresses and what payloads are acceptable.
Install Mechanism
This is instruction-only (no install spec) which reduces disk-write risk. However SKILL.md declares additional dependencies (jq, uuidgen) that are not listed in the registry's required binaries — an inconsistency that could cause runtime failures or surprise about needed tooling.
Credentials
The skill requests no environment variables or credentials, which is proportionate. It does read/write a local file under /tmp for index state; that behavior is reasonable for a simple balancer but should be noted for multi-user or privileged environments.
Persistence & Privilege
always:false and no install steps or config changes are requested. The skill does not request persistent presence or elevated agent-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-load-balancer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-load-balancer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-load-balancer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Load Balancer 是什么?

Distribute tasks across worker pools with health-aware load balancing. Use this skill when: 1. You need to distribute tasks across multiple worker agents 2.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 Pilot Load Balancer?

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

Pilot Load Balancer 是免费的吗?

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

Pilot Load Balancer 支持哪些平台?

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

谁开发了 Pilot Load Balancer?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论