ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

haproxy

HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source), SSL termination with SNI, stick-table rate limiting, and stats/Prometheus monitoring.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/haproxy
Or

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

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-haproxy": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#haproxy#loadbalancer#proxy#http#ssl#sysops
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.