← 返回 Skills 市场
2368
总下载
4
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install redis-store
功能描述
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install redis-store - 安装完成后,直接呼叫该 Skill 的名称或使用
/redis-store触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Redis 是什么?
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2368 次。
如何安装 Redis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install redis-store」即可一键安装,无需额外配置。
Redis 是免费的吗?
是的,Redis 完全免费(开源免费),可自由下载、安装和使用。
Redis 支持哪些平台?
Redis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Redis?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills