redis-safety

redis-safety is a skill for Claude Code from doccker/cc-use-exp. It costs 64 tokens per session (661 once invoked), scanned A, original, no licence file.

A safety guide for Redis code using clients such as go-redis, Jedis, redis-py, or ioredis. Redis is an in-memory data store often used for caching and fast lookups.

In plain words
What is it for?
Use it when reviewing Redis commands, replacing KEYS with SCAN, controlling large values, batching work with pipelines, and setting expiration times.
Why use it?
It helps avoid slow full-key scans, oversized values, inefficient repeated operations, and data that never expires.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cc-use-exp plugin — 63 skills, 25 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/doccker/cc-use-exp/redis-safety
Any agent
npx skills add doccker/cc-use-exp --skill redis-safety
Clone the repo
git clone --depth 1 https://github.com/doccker/cc-use-exp

Made for: Claude Code.

Or install cc-use-exp, the plugin that ships this one along with the rest of its 63 skills, 25 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for redis-safety

README.md
[![agentmods](https://agentmods.dev/badge/skills/doccker/cc-use-exp/redis-safety.svg)](https://agentmods.dev/skills/doccker/cc-use-exp/redis-safety)
Your own site
<a href="https://agentmods.dev/skills/doccker/cc-use-exp/redis-safety"><img src="https://agentmods.dev/badge/skills/doccker/cc-use-exp/redis-safety.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 661 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00661
Opus 5 $0.00032 $0.00331
Sonnet 5 $0.00013 $0.00132
Haiku 4.5 $0.00006 $0.00066

Measured 7d ago against content hash b097b8d1bc1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

redis-safety scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.antigravity/skills/redis-safety/SKILL.md · 92 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 92 lines · 64 tokens per session scan A b097b8d1bc1d

Subscribe to this mod's changes

redis-safety is a skill published in the GitHub repository doccker/cc-use-exp (1,039 stars, last pushed 11d ago), with no licence file. It adds 64 tokens to every session and 661 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

redis-master

Leverage Redis for caching, sessions, pub/sub, queues, rate limiting, and real-time features. Design Redis data structures for optimal performance.

AtulPurohit/Antigravity-Awesome-Skills · 32 tokens

redis-cache-master

Configure, monitor, and optimize Redis caches for caching patterns, session storage, and pub/sub queues.

AtulPurohit/Antigravity-Awesome-Skills · 24 tokens

golang-samber-hot

In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or adopting samber/hot, when the codebase imports…

samber/cc-skills-golang · 122 tokens

edge-serverless-db-expert

Expert guide for Serverless & Edge Databases (Neon Serverless Postgres, Cloudflare D1, Turso/libsql, Upstash Redis), cold-start mitigation, and connection pooling / Panduan ahli database Serverless & Edge (Neon, Cloudflare D1, Turso, Upstash).

roedyrustam/vibes-plug · 69 tokens

redis-cache-strategy

Redis caching strategy designer and reviewer. ALWAYS use when designing, reviewing, or troubleshooting Redis caching layers — cache pattern selection (cache-aside, write-through, write-behind), TTL strategy, cache stampede/penetration/avalanche prevention, hot key handling, cache-DB consistency, distributed locking…

johnqtcg/awesome-skills · 113 tokens

azure-managed-redis

Expert knowledge for Azure Managed Redis development including troubleshooting, best practices, decision making, architecture & design patterns, security, configuration, integrations & coding patterns, and deployment. Use when using Azure Managed Redis SDKs, Entra ID auth, clustering/sharding, geo-replication, or…

MicrosoftDocs/Agent-Skills · 90 tokens