golang-samber-hotIn-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sh...
Install via ClawdBot CLI:
clawdbot install samber/golang-samber-hotGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/samber/cc-skills-golangAudited Apr 18, 2026 · audit v1.0
Generated May 6, 2026
Cache product details and inventory data to reduce database load during high-traffic shopping events. Use W-TinyLFU with a 256 MB cache to serve millions of product page views with sub-millisecond latency.
Replace Redis-based session storage with in-memory caching for faster access and lower operational cost. Use LRU eviction with TTL to automatically expire stale sessions and keep active ones readily available.
Cache pre-aggregated metrics and query results for dashboards that refresh every minute. Use S3FIFO to handle bursty writes from multiple data sources while maintaining high hit rates for frequent queries.
Cache user-specific feed compositions and recommendation results computed by machine learning models. Use ARC to self-tune between recency and frequency as user interests shift over time.
Cache internal API responses between microservices to reduce network calls and latency. Use TwoQueue to keep frequently accessed endpoints (e.g., user profiles) in a hot partition while protecting against scan-based eviction.
Offer the samber/hot library with premium support, custom eviction algorithms, and consulting for enterprise clients. Revenue from licensing and annual support contracts.
Provide specialized consulting to help companies reduce database costs and improve latency by adopting in-memory caching with samber/hot. Charge per engagement or hourly.
Build a cloud service that wraps samber/hot with automatic scaling, monitoring, and disaster recovery. Offer tiered pricing based on cache size and throughput.
💬 Integration Tip
Start with W-TinyLFU and default TTL, then profile hit rates and adjust eviction algorithm based on access pattern. Always pair WithJanitor() with defer StopJanitor() to prevent memory leaks.
Scored Jun 29, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.