Imported from sundial-org/awesome-openclaw-skills (skills/redis/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill redis. Copyright stays with the author.
Redis 🔴
Redis in-memory database management.
Setup
export REDIS_URL="redis://localhost:6379"
Features
Key-value operations
Data structures (lists, sets, hashes)
Pub/Sub messaging
Cache management
TTL management
Usage Examples
"Get key user:123"
"Set cache for 1 hour"
"Show all keys matching user:*"
"Flush cache"
Commands
redis-cli GET keyredis-cli SET key value EX 3600redis-cli KEYS "pattern*"
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-redis/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.