ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

varnish

HTTP accelerator and reverse proxy cache with VCL configuration language. Use when caching dynamic web pages, writing VCL rules for cache control, purging stale content, load balancing backends, or speeding up WordPress and high-traffic sites.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/varnish
Or

Varnish Reference

HTTP accelerator and caching reverse proxy that serves cached content from memory in sub-millisecond response times. Varnish uses VCL (Varnish Configuration Language), a domain-specific language that compiles to C for maximum performance.

When to Use

  • Accelerating dynamic websites by caching responses in RAM
  • Writing VCL rules for fine-grained cache control and routing
  • Purging or banning cached content by URL or pattern
  • Load balancing across multiple backend servers with health checks
  • Implementing ESI (Edge Side Includes) for partial page caching
  • Optimizing WordPress or CMS performance at the edge

Commands

CommandDescription
introArchitecture overview, Varnish vs Nginx caching vs CDN comparison, installation
vclVCL configuration language, caching rules, backend setup, load balancing, grace mode
operationsCLI tools (varnishstat/varnishlog), purge and ban patterns, ESI, WordPress integration

Requirements

  • No external dependencies — outputs reference documentation only
  • No API keys required

Feedback

https://bytesagain.com/feedback/

Metadata

Stars3500
Views1
Updated2026-03-27
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-bytesagain-varnish": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#varnish#cache#http#reverse-proxy#performance#vcl
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.