πŸ—„οΈ
AutomationPython

Redis Inspector

by evolution-foundation

Redis Inspector is an Automation skill for Claude Code, published by evolution-foundation in evo-nexus.

523 stars176 forkson evolution-foundation/evo-nexusAdded 2026/08/26Repository updated 2026/05/13
ai-agentsai-workspaceanthropicautomationbusiness-automationclaudeclaude-codedashboardmulti-agentopen-sourceopenclaw
Install in seconds
Install Redis Inspector
Copy Redis Inspector into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/db-redis ~/.claude/skills/db-redis

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/evolution-foundation/evo-nexus.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/db-redis/SKILL.md in evolution-foundation/evo-nexus
Installs to
~/.claude/skills/db-redis
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 1523 skills

What Redis Inspector does

Redis Inspector reads keys, checks DB size, and inspects server info for Redis instances configured in .env. Use it to find cache state, list keys by pattern, or inspect a specific key without writing data.

Redis Inspector is cataloged under Automation on DirSkills. Redis Inspector comes from a repository tagged ai-agents, ai-workspace, anthropic, automation and business-automation.

Documentation

README

db-redis

Inspect Redis instances declared in .env. Same numbered block pattern as every other db-* and SOCIAL_*_N_* integration.

Setup β€” one-time, per instance

Add a block to .env (gitignored):

DB_REDIS_1_LABEL=cache-dev
DB_REDIS_1_HOST=redis.dev.internal
DB_REDIS_1_PORT=6379
DB_REDIS_1_DB=0                        # numeric DB index (default 0)
# DB_REDIS_1_USERNAME=                 # optional (Redis 6+ ACL)
DB_REDIS_1_PASSWORD=...
# DB_REDIS_1_TLS=false                 # default false
# DB_REDIS_1_ALLOW_WRITE=false         # default false (no write verbs in v1 anyway)
# DB_REDIS_1_QUERY_TIMEOUT=30
# DB_REDIS_1_MAX_ROWS=1000

Full URL alternative (wins when both are set):

DB_REDIS_2_LABEL=queue-prod
DB_REDIS_2_URL=rediss://user:pw@host:6380/0

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Redis Inspector

  • What else does evolution-foundation publish alongside Redis Inspector?

    Redis Inspector is one of 25 skills that DirSkills catalogs from evolution-foundation/evo-nexus, the repository it ships in. Its siblings there include AI Image Creator, Create Agent and Create Command. Each one is a separate skill with its own page in this directory, installs the same way Redis Inspector does, and is maintained by evolution-foundation in that same repository. The rest of the collection is listed on the evolution-foundation/evo-nexus page.

  • How does Redis Inspector compare to other Automation skills?

    Redis Inspector ranks #1337 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Redis Inspector against them. Open each page to compare what they document and how they install.

More from evolution-foundation/evo-nexus

Redis Inspector is one of 25 skills cataloged on DirSkills from evolution-foundation/evo-nexus.

See all 25 skills β†’
🎨
5d ago

AI Image Creator

AI Image Creator generates PNG images with selectable AI models and can analyze existing images with multimodal vision. Use it when you need new visual assets, transparent icons, or to describe an image.
AI Engineering
523176
πŸ€–
5d ago

Create Agent

Create Agent guides you through defining a new custom Claude Code agent for a workspace. It helps choose the agent’s domain, name, personality, model, memory folder, and working folder.
AI Engineering
523176
⚑
5d ago

Create Command

Create Command guides users through defining a new Claude Code slash command and writes the `.claude/commands/{name}.md` file. Use it when you want a reusable shortcut for a repeated action or prompt.
Automation
523176
🎯
5d ago

Create Goal

Create Goal creates missions, projects, or measurable goals in EvoNexus and writes them through the goals API. Use it when you want to define a target, choose a project, and link work to a measurable outcome.
AI Engineering
523176
⏰
5d ago

Create Heartbeat

Create Heartbeat adds a scheduled proactive agent that checks state and decides whether to act. Use it to turn a manual check into an interval-based protocol run with wake triggers and a decision prompt.
Automation
523176
πŸ”Œ
5d ago

Create Integration

Create Integration guides you through defining and registering a new custom API or service wrapper for the workspace. Use it when you want to connect a new external service and document its slug, env keys, and auth details.
Automation
523176