← Back to Skills Marketplace
ivangdavila

Redis

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
2368
Downloads
4
Stars
18
Active Installs
1
Versions
Install in OpenClaw
/install redis-store
Description
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
Usage Guidance
This is a coherent, instruction-only Redis best-practices guide and contains no hidden installs or credential requests. Before allowing an agent to execute these instructions (or giving it network access to Redis instances), consider that many example commands mutate data (SET, XADD, EVAL, etc.). If your agent can run redis-cli or reach Redis servers, it could make changes or run arbitrary Lua via EVAL with whatever access the connection has. If you want to limit risk, keep the agent isolated from production Redis endpoints, avoid giving it credentials, or only allow read-only/monitoring access when testing.
Capability Analysis
Type: OpenClaw Skill Name: redis-store Version: 1.0.0 The skill bundle is benign. It consists of a metadata file and a markdown document providing educational content and best practices for using Redis. The `SKILL.md` file correctly declares `redis-cli` as a required binary, which is appropriate for a Redis-focused skill. There are no executable scripts, no attempts at data exfiltration, persistence, or malicious execution, and no evidence of prompt injection attempts designed to subvert the agent's behavior beyond its stated purpose.
Capability Assessment
Purpose & Capability
Name, description, and declared dependency (redis-cli as optional) align with the content: caching, queues, data structures, expiry, persistence, clustering, and memory management. Nothing requested that is unrelated to operating Redis.
Instruction Scope
SKILL.md contains only Redis usage guidance and example commands (SET, EXPIRE, XADD, EVAL, etc.). It does not instruct reading unrelated files, pulling external URLs, or accessing unrelated environment variables. Note: it advises using EVAL (Lua) and other powerful commands — if the agent actually executes those against a reachable Redis instance, those commands will run with whatever privileges the Redis connection has.
Install Mechanism
No install spec — instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The single binary listed (redis-cli) is appropriate for the stated purpose.
Persistence & Privilege
The skill does not request permanent presence, does not modify other skills, and uses default invocation settings. It is user-invocable and not always-enabled.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install redis-store
  3. After installation, invoke the skill by name or use /redis-store
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug redis-store
Version 1.0.0
License
All-time Installs 19
Active Installs 18
Total Versions 1
Frequently Asked Questions

What is Redis?

Use Redis effectively for caching, queues, and data structures with proper expiration and persistence. It is an AI Agent Skill for Claude Code / OpenClaw, with 2368 downloads so far.

How do I install Redis?

Run "/install redis-store" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Redis free?

Yes, Redis is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Redis support?

Redis is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Redis?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments