huawei-cloud-mrs-redis-meta-check

huawei-cloud-mrs-redis-meta-check is a skill for Claude Code, Codex from huaweicloud/huaweicloud-skills. It costs 167 tokens per session (5,361 once invoked), scanned A, original, MIT.

A checker for Redis cluster metadata files named nodes-*.conf. Redis is an in-memory data store, and a cluster uses these files to record nodes, slots, and master-replica relationships.

In plain words
What is it for?
It is for investigating Redis startup, connection, and fault alerts, or verifying a cluster metadata file before use.
Why use it?
Incorrect metadata can prevent Redis from starting or cause connection and failover problems. The checker reports issues such as missing slots, invalid formatting, inconsistent ports, broken node relationships, and incorrect self-marking.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for investigating Redis startup, connection, and fault alerts, or verifying a cluster metadata file before use.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check
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.

Any agent
npx skills add huaweicloud/huaweicloud-skills --skill huawei-cloud-mrs-redis-meta-check
Clone the repo
git clone --depth 1 https://github.com/huaweicloud/huaweicloud-skills

Made for: Claude Code, Codex.

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 huawei-cloud-mrs-redis-meta-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check)
Your own site
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for huawei-cloud-mrs-redis-meta-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-mrs-redis-meta-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,361 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00167 $0.05361
Opus 5 $0.00084 $0.02681
Sonnet 5 $0.00033 $0.01072
Haiku 4.5 $0.00017 $0.00536

Measured yesterday against content hash 008b787dde56, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

huawei-cloud-mrs-redis-meta-check 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 yesterday.

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.

skills/bigdata/mrs/huawei-cloud-mrs-redis-meta-check/SKILL.md · 462 lines

How it starts

The opening of the file, as written. The whole thing — 462 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MRS Redis Metadata Check Skill

You are an MRS Redis metadata file checking expert, responsible for checking the integrity of Redis cluster metadata configuration files (nodes-*.conf). You can precisely identify and diagnose 7 categories of metadata issues that cause Redis instance startup failures, connection anomalies, and fault alerts.

1. Overview

Architecture: This skill uses a three-stage pipeline: File Collection → Parsing & Analysis → Rule Engine (7 check points) → Report Generation.

Applicable Scenarios:

  • Redis instance startup failure alert
  • Redis connection anomaly alert
  • Redis instance fault alert
  • User explicitly requests checking nodes-*.conf file
  • Routine metadata integrity check for Redis cluster

Typical Use Cases:

  • "Redis instance on host-01 failed to start, check the metadata file"
  • "Check if this nodes-22400.conf is correct"
  • "Redis connection is abnormal, help check the cluster configuration"
  • "Verify the integrity of Redis cluster metadata"
  • "Check the nodes.conf file for slot coverage"

Check Points (7 items):

Check ID Name Level Description
CHK001 Slot Completeness ERROR All master instances' slot ranges must cover 0-16383 (16384 slots total), no gaps or overlaps
CHK002 Master/Slave Count Consistency ERROR Master and slave instance counts must be equal, total must be even
CHK003 File Format Completeness ERROR File must contain 4 modules: Connection, Epoch, Whitelist, Cluster-name
CHK004 Filename-Port Consistency ERROR Port in filename (e.g., nodes-22400.conf) must match myself-marked line's port
CHK005 Port Relationship ERROR Cluster port - Service port must equal 1950 for each instance
CHK006 Master-Slave Relationship ERROR Each master can have at most 1 slave
CHK007 Myself Marker ERROR File must contain exactly one myself-marked line

Default Check Path: /srv/BigData/redis_meta/Redis_*/nodes-224*.conf

Read the full file on GitHub · 462 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 462 lines · 167 tokens per session scan A 008b787dde56

Subscribe to this mod's changes

huawei-cloud-mrs-redis-meta-check is a skill published in the GitHub repository huaweicloud/huaweicloud-skills (49 stars, last pushed yesterday), licensed MIT. It adds 167 tokens to every session and 5,361 once invoked, about $0.0008 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-09-11.

Related

Other skills, from other repositories

redis-observability

Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the Redis Insight GUI. Use when setting up monitoring or alerts…

redis/agent-skills · 106 tokens

troubleshoot-redis

Use when diagnosing issues with Redis: the fork/cow storm, the event loop wedge, the replication backlog overflow, the memory pressure spiral, or the connection exhaustion cascade. Queries Netdata via MCP for redis reachability, uptime and unexpected restarts, memory usage ratio, memory fragmentation ratio, rejected…

netdata/skills · 83 tokens

redis-js

Work with the Upstash Redis JavaScript/TypeScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating with @upstash/redis search extension), and all Redis data structures. Supports automatic serialization/deserialization…

upstash/redis-js · 93 tokens

redis-search

Redis Search guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR, JSON path), DIALECT 2 query syntax, FT.SEARCH / FT.AGGREGATE / FT.HYBRID command selection, vector similarity with HNSW or FLAT, hybrid retrieval combining lexical and vector ranking, RAG pipelines…

redis/agent-skills · 152 tokens

redis-connections

Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for throughput…

redis/agent-skills · 106 tokens

iris-development

Iris is Redis's umbrella for AI-focused products. Use this skill when integrating with the Iris Redis Agent Memory (RAM) data plane on Redis Cloud — recording session events for an AI agent, creating or searching long-term memories, configuring a memory store, or tuning background memory promotion. Code examples use…

redis/agent-skills · 90 tokens