← Back to Skills Marketplace
Redis Skill - 高性能缓存管理
by
ryanlee-gemini
· GitHub ↗
· v1.0.0
· MIT-0
285
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install redis-skill
Description
Redis 缓存和数据结构管理技能。通过自然语言操作 Redis,支持 String、Hash、List、Set、ZSet、Stream 等数据结构操作。当用户提到 Redis、缓存、消息队列、会话存储时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install redis-skill - After installation, invoke the skill by name or use
/redis-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
🎉 首发版本!
主要功能:
• 🚀 高速缓存 - String 类型的键值缓存操作
• 📦 对象存储 - Hash 结构存储和查询对象
• 📋 队列操作 - List 实现队列、栈
• 🎯 集合运算 - Set 的交并差集操作
• 📊 排序集合 - ZSet 排行榜、范围查询
• 📡 消息流 - Stream 消息队列
• ⚡ 性能分析 - 慢查询、内存分析
适合人群:开发者、后端工程师
Metadata
Frequently Asked Questions
What is Redis Skill - 高性能缓存管理?
Redis 缓存和数据结构管理技能。通过自然语言操作 Redis,支持 String、Hash、List、Set、ZSet、Stream 等数据结构操作。当用户提到 Redis、缓存、消息队列、会话存储时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.
How do I install Redis Skill - 高性能缓存管理?
Run "/install redis-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Redis Skill - 高性能缓存管理 free?
Yes, Redis Skill - 高性能缓存管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Redis Skill - 高性能缓存管理 support?
Redis Skill - 高性能缓存管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Redis Skill - 高性能缓存管理?
It is built and maintained by ryanlee-gemini (@ryanlee-gemini); the current version is v1.0.0.
More Skills