Skip to content
Skillv1.0.0

redis

Redis database management. Key-value operations, caching, pub/sub, and data structure commands.

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/redis/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill redis. Copyright stays with the author.

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*"

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-redis/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-redis.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-redis",
  "kind": "skill",
  "name": "redis",
  "description": "Redis database management. Key-value operations, caching, pub/sub, and data structure commands.",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Redis database management. Key-value operations, caching, pub/sub, and data structure commands."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/redis/SKILL.md",
      "ref": "b80cde2ef85241dd4fd54a1b934f5e22835f78ba",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/b80cde2ef85241dd4fd54a1b934f5e22835f78ba/skills/redis/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/redis/SKILL.md"
    }
  },
  "instructions": "# Redis 🔴\n\nRedis in-memory database management.\n\n## Setup\n\n```bash\nexport REDIS_URL=\"redis://localhost:6379\"\n```\n\n## Features\n\n- Key-value operations\n- Data structures (lists, sets, hashes)\n- Pub/Sub messaging\n- Cache management\n- TTL management\n\n## Usage Examples\n\n```\n\"Get key user:123\"\n\"Set cache for 1 hour\"\n\"Show all keys matching user:*\"\n\"Flush cache\"\n```\n\n## Commands\n\n```bash\nredis-cli GET key\nredis-cli SET key value EX 3600\nredis-cli KEYS \"pattern*\"\n```",
  "cost": {
    "context_tokens": 115
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-redis/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.