π¦ ClawHub
cachelint
by @suhteevah
Caching anti-pattern analyzer -- detects Redis/Memcached misuse, TTL problems, cache invalidation failures, stampedes, architecture issues, and security hygi...
βοΈ Configuration
Users can configure CacheLint in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"cachelint": {
"enabled": true,
"apiKey": "YOUR_LICENSE_KEY_HERE",
"config": {
"severityThreshold": "medium",
"ignorePatterns": ["/test/", "/fixtures/", "**/*.test.*"],
"ignoreChecks": [],
"reportFormat": "text"
}
}
}
}
}
TERMINAL
clawhub install cachelint