← Back to Skills Marketplace
Haproxy
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
177
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install haproxy
Description
HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source),...
README (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 |
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install haproxy - After installation, invoke the skill by name or use
/haproxy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Haproxy?
HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source),... It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Haproxy?
Run "/install haproxy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Haproxy free?
Yes, Haproxy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Haproxy support?
Haproxy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Haproxy?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills