skills$openclaw/redis
0xterrybit8.2k

by 0xterrybit

redis – OpenClaw Skill

redis is an OpenClaw Skills integration for data analytics workflows. Redis database management. Key-value operations, caching, pub/sub, and data structure commands.

8.2k stars1.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameredis
descriptionRedis database management. Key-value operations, caching, pub/sub, and data structure commands. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/redis
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/redis
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains redis in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
266 B
SKILL.md
685 B
SKILL.md

name: redis description: Redis database management. Key-value operations, caching, pub/sub, and data structure commands. metadata: {"clawdbot":{"emoji":"🔴","always":true,"requires":{"bins":["curl","jq"]}}}

Redis 🔴

Redis in-memory database management.

Setup

export REDIS_URL="redis://localhost:6379"

Features

  • Key-value operations
  • Data structures (lists, sets, hashes)
  • Pub/Sub messaging
  • Cache management
  • TTL management

Usage Examples

"Get key user:123"
"Set cache for 1 hour"
"Show all keys matching user:*"
"Flush cache"

Commands

redis-cli GET key
redis-cli SET key value EX 3600
redis-cli KEYS "pattern*"
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install redis?

Run openclaw add @0xterrybit/redis in your terminal. This installs redis into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/redis. Review commits and README documentation before installing.