Haproxy

v1.0.0

HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source),...

0· 173·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/haproxy.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Haproxy" (ckchzh/haproxy) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/haproxy
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install haproxy

ClawHub CLI

Package manager switcher

npx clawhub@latest install haproxy
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975h13tmchtb60k046ys7nb0583g80f
173downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

HAProxy

HAProxy high-performance load balancer reference.

Commands

CommandDescription
introHAProxy overview, L4/L7, architecture
configConfig structure: global/defaults/frontend/backend
frontendBinds, ACLs, routing, request manipulation
backendServers, balance algorithms, sticky sessions
healthHealth check options, agent checks
sslSSL termination, SNI, ciphers, HSTS
stick-tablesRate limiting, connection tracking
statsStats page, Prometheus, runtime management

Comments

Loading comments...