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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/varnishVarnish 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
| Command | Description |
|---|---|
intro | Architecture overview, Varnish vs Nginx caching vs CDN comparison, installation |
vcl | VCL configuration language, caching rules, backend setup, load balancing, grace mode |
operations | CLI tools (varnishstat/varnishlog), purge and ban patterns, ESI, WordPress integration |
Requirements
- No external dependencies — outputs reference documentation only
- No API keys required
Feedback
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-varnish": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
aethercore
AetherCore v3.3.4 - Security-focused final release. High-performance JSON optimization with universal smart indexing for all file types. All security review issues fixed, ready for production.
arch-optimization
OpenClaw通信协议架构优化技能包 - 提供高性能、可靠的agent间通信框架。实现大消息59%性能提升,MessagePack 35%体积减少,统一传输层架构,智能路由算法,完整错误恢复和监控体系。
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.
website-audit
Website Audit mit 230+ Rules für SEO, Performance, Security, Technical und Content Issues. LLM-optimierte Reports mit Health Scores und Handlungsempfehlungen.
react-best-practices
Audits React code for performance, bundle size, and best practices. Use when reviewing React code, auditing bundle size, finding performance issues, checking React 18+ patterns, or evaluating a React codebase. NOT for: non-React projects, backend Node.js code, or CSS-only reviews.