ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

squid

Forward proxy server and web cache with ACL-based content filtering. Use when setting up corporate internet proxy, blocking websites by domain or URL pattern, caching HTTP traffic, authenticating proxy users via LDAP, or inspecting HTTPS with SSL bump.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/squid
Or

Squid Reference

Forward proxy server, web cache, and content filter. Squid sits between users and the internet, providing access control, caching, bandwidth management, and HTTPS inspection for corporate and institutional networks.

When to Use

  • Setting up a corporate forward proxy for internet access control
  • Blocking websites by domain, URL pattern, or file type
  • Implementing time-based access rules for social media
  • Caching frequently accessed web content to save bandwidth
  • Authenticating users via LDAP, RADIUS, or htpasswd
  • Inspecting HTTPS traffic with SSL bump for content filtering

Commands

CommandDescription
introArchitecture overview, Squid vs Varnish comparison, use cases, installation
configsquid.conf directives, ACL rules, cache settings, content filtering, time-based access
operationsAuthentication setup (LDAP/htpasswd), SSL bump HTTPS inspection, monitoring and log analysis

Requirements

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

Feedback

https://bytesagain.com/feedback/

Metadata

Stars3500
Views0
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-squid": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#squid#proxy#cache#content-filter#network#security
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.