redis-commander

Manage the Redis Commander Docker container for local dev environments. Provides a web UI for Redis key inspection at http://localhost:8083. Requires redis-manager and proxy-manager to be running first.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "redis-commander" with this command: npx skills add pereirajair/redis-commander

Redis Commander

Manages the Redis Commander Docker container, providing a web UI for Redis key inspection and management.

Architecture

redis-commander/
├── docker-compose.yml   # Redis Commander container
└── run.sh               # lifecycle CLI

Connects to the shared nginx-proxy_net network and reaches Redis at codai_redis:6379. Access is protected by HTTP Basic Auth. No data is persisted — Redis Commander is stateless.

Commands

./run.sh start    # start Redis Commander container
./run.sh stop     # stop container
./run.sh status   # show status and URL
./run.sh open     # print access URL

How to Execute Tasks

Start Redis Commander

Check your session context for the absolute script path, then run:

<plugin-root>/redis-commander/run.sh start

Open http://localhost:8083 in a browser. Login: admin / admin (HTTP Basic Auth).

Check status

<plugin-root>/redis-commander/run.sh status

Prerequisites

Start in this order:

  1. proxy-manager start — creates the shared Docker network
  2. redis-manager start — Redis must be running before Redis Commander connects

Configuration

VariableDefaultPurpose
COMMANDER_CONTAINERcodai_redis_commanderContainer name
COMMANDER_PORT8083Host port
COMMANDER_USERadminHTTP Basic Auth user
COMMANDER_PASSWORDadminHTTP Basic Auth password
REDIS_CONTAINERcodai_redisRedis hostname on shared net
REDIS_PASSWORDredispassRedis AUTH password
CODAI_NETWORKnginx-proxy_netShared Docker network name

Rules

  • Start redis-manager before this plugin — Redis Commander cannot connect without Redis.
  • Port 8083 is bound to 127.0.0.1 — accessible from the host only.
  • Change COMMANDER_PASSWORD on shared machines (default admin is not secure).
  • Use stop when done; the container uses restart: unless-stopped and survives reboots.

Related Plugins

  • proxy-manager — creates the shared Docker network (start first)
  • redis-manager — Redis container that Redis Commander connects to

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Pgadmin Manager

Manage the pgAdmin Docker container for local dev environments. Provides a web UI for PostgreSQL at http://localhost:8082. Requires postgres-manager and prox...

Registry SourceRecently Updated
Coding

Worktree Manager

Manage Docker-based dev instances and git worktrees. Handles app container lifecycle, database seeding, and proxy route activation. Requires mysql-manager an...

Registry SourceRecently Updated
Coding

vibe-coding-skills-installer

Install vibe coding skill sets (openspec, gstack, superpowers) for any supported agent platform (Cursor, Claude Code, Codex, etc.). Interactively asks about...

Registry SourceRecently Updated
Coding

Codai

Orchestration skill for the codai-dev local environment. Routes user commands to the right plugin (proxy-manager, mysql-manager, postgres-manager, redis-mana...

Registry SourceRecently Updated
640Profile unavailable