← 返回 Skills 市场
ryanlee-gemini

Redis Skill - 高性能缓存管理

作者 ryanlee-gemini · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
285
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install redis-skill
功能描述
Redis 缓存和数据结构管理技能。通过自然语言操作 Redis,支持 String、Hash、List、Set、ZSet、Stream 等数据结构操作。当用户提到 Redis、缓存、消息队列、会话存储时使用此技能。
安全使用建议
This skill appears to do what it says: generate Redis commands and usage guidance. Before installing or running commands, verify the package.json repository/homepage if you care about provenance (the registry summary said 'source: unknown' even though package.json contains a GitHub URL). Be cautious about: 1) running the install commands (apt/brew/pip) which may require sudo; 2) connecting to remote Redis instances — providing REDIS_PASSWORD and host/port to the agent or running commands against a remote Redis can expose sensitive data; 3) running EVAL/Lua code on a Redis server (it can execute arbitrary operations there). Recommended precautions: only point the skill at trusted, network-isolated Redis instances (not public Internet), use least-privilege/temporary credentials, review any generated commands before executing them, and avoid storing highly sensitive plaintext data in Redis. If you want stronger assurance, inspect the GitHub repository listed in package.json and confirm the maintainer identity and recent activity.
功能分析
Type: OpenClaw Skill Name: redis-skill Version: 1.0.0 The redis-skill bundle is a legitimate tool designed for managing Redis databases through natural language. It provides comprehensive instructions for standard Redis operations (Strings, Hashes, Lists, Sets, Streams) and includes standard installation procedures for 'redis-tools' and the 'redis' Python library in package.json. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found; all commands and examples in SKILL.md are consistent with its stated purpose of database administration.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md and package.json consistently describe Redis management and request appropriate tooling (redis-cli, python redis). Minor inconsistency: the registry metadata at the top claimed 'required binaries/env vars: none' while package.json.openclaw.requires and SKILL.md do recommend redis-cli and REDIS_HOST/REDIS_PORT/REDIS_PASSWORD — these requirements are reasonable for the stated purpose but the metadata mismatch is a bookkeeping issue.
Instruction Scope
SKILL.md only instructs installing/using redis-cli and the Python redis client, and shows Redis commands (SET/GET/HSET/LPUSH/ZADD/XREAD, EVAL for Lua). It does not direct reading unrelated system files or exfiltrating data to external endpoints. Use of EVAL/Lua and requiring credentials are expected for advanced Redis operations.
Install Mechanism
This is an instruction-only skill (no code files). package.json includes install hints that call system package managers (apt/brew) and pip; those are standard but require sudo/privileged actions to install system packages. No downloads from arbitrary URLs or extract steps are present.
Credentials
SKILL.md recommends environment variables REDIS_HOST, REDIS_PORT, REDIS_PASSWORD and suggests using redis-cli — these are directly relevant. The skill does not request unrelated secrets or multiple unrelated credentials.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide config changes or persistent elevated privileges. It does not claim to modify other skills or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install redis-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /redis-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
🎉 首发版本! 主要功能: • 🚀 高速缓存 - String 类型的键值缓存操作 • 📦 对象存储 - Hash 结构存储和查询对象 • 📋 队列操作 - List 实现队列、栈 • 🎯 集合运算 - Set 的交并差集操作 • 📊 排序集合 - ZSet 排行榜、范围查询 • 📡 消息流 - Stream 消息队列 • ⚡ 性能分析 - 慢查询、内存分析 适合人群:开发者、后端工程师
元数据
Slug redis-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Redis Skill - 高性能缓存管理 是什么?

Redis 缓存和数据结构管理技能。通过自然语言操作 Redis,支持 String、Hash、List、Set、ZSet、Stream 等数据结构操作。当用户提到 Redis、缓存、消息队列、会话存储时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 Redis Skill - 高性能缓存管理?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install redis-skill」即可一键安装,无需额外配置。

Redis Skill - 高性能缓存管理 是免费的吗?

是的,Redis Skill - 高性能缓存管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Redis Skill - 高性能缓存管理 支持哪些平台?

Redis Skill - 高性能缓存管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Redis Skill - 高性能缓存管理?

由 ryanlee-gemini(@ryanlee-gemini)开发并维护,当前版本 v1.0.0。

💬 留言讨论