AgentSkillsCN

local-redis-skill

连接本地基于 Docker 的 Redis 实例并执行相关命令。当用户希望运行 Redis 命令、查看 Redis 键值、调试 Redis 数据,或与本地 Redis 容器进行交互时,可选用此功能。

SKILL.md
--- frontmatter
name: local-redis-skill
description: Connect to and execute commands against a local Docker-based Redis instance. Use when the user wants to run Redis commands, inspect Redis keys/values, debug Redis data, or interact with the local Redis container.

Workflow

  1. Read .redis.local for the Redis connection URL
  2. Connect to Redis via Docker
  3. Ask the user what Redis commands to execute
  4. Execute the requested commands and return results