← 返回 Skills 市场
Haproxy
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
177
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install haproxy
功能描述
HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source),...
使用说明 (SKILL.md)
HAProxy
HAProxy high-performance load balancer reference.
Commands
| Command | Description |
|---|---|
intro |
HAProxy overview, L4/L7, architecture |
config |
Config structure: global/defaults/frontend/backend |
frontend |
Binds, ACLs, routing, request manipulation |
backend |
Servers, balance algorithms, sticky sessions |
health |
Health check options, agent checks |
ssl |
SSL termination, SNI, ciphers, HSTS |
stick-tables |
Rate limiting, connection tracking |
stats |
Stats page, Prometheus, runtime management |
安全使用建议
This skill is a read-only HAProxy reference and appears coherent and low-risk. Before running any commands shown here on a production host: (1) review commands (apt/yum, add-apt-repository, systemctl) and run them only with appropriate privileges; (2) verify third-party PPAs (the example PPA) before adding them; (3) don't execute included scripts blindly — open scripts/script.sh to inspect (it's documentation output in this package); and (4) handle TLS private keys/certificates securely (examples reference /etc/ssl). If you plan to allow autonomous agent invocation, note the skill could suggest commands but it doesn't itself perform privileged actions.
能力评估
Purpose & Capability
Name/description match the provided materials. The SKILL.md and scripts provide HAProxy guidance, config examples, and admin commands. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
Runtime instructions are documentation and examples (install via package managers, config testing, systemctl reload). Examples reference expected system paths (/etc/haproxy, /etc/ssl) and do not instruct reading/exporting unrelated user files or secrets. No open-ended steps that grant broad data-collection discretion.
Install Mechanism
No install spec (instruction-only) and a single included script that prints documentation. Nothing in the package downloads or writes arbitrary code to disk during install. Risk from install mechanism is low.
Credentials
The skill requires no environment variables, credentials, or config paths. Examples reference TLS cert files and admin sockets as expected for HAProxy documentation; there are no requests for unrelated secrets or keys.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system changes or modify other skills. It references system administration commands (apt/yum, systemctl) that require root to execute in real life, which is appropriate for HAProxy administration but not performed automatically by the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install haproxy - 安装完成后,直接呼叫该 Skill 的名称或使用
/haproxy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Haproxy 是什么?
HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source),... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。
如何安装 Haproxy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install haproxy」即可一键安装,无需额外配置。
Haproxy 是免费的吗?
是的,Haproxy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Haproxy 支持哪些平台?
Haproxy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Haproxy?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills