2Open your bot dashboard and go to the Skills tab.
3Switch to the ClawHub tab and search for “Smart Cache”.
4Click Install and the skill is deployed to your bot automatically.
Changelog — v1.0.0
- Initial release of Smart Cache: a high-performance caching utility.
- Supports both LRU (Least Recently Used) and LFU (Least Frequently Used) eviction strategies.
- Provides configurable maximum cache size and default TTL (time-to-live) for entries.
- Includes methods to set, get, delete, and clear cached items, plus access statistics.
- Usage examples and configuration options included.