alibabacloud-kvstore-health-inspection

Installation
SKILL.md

HARD RULES (violation = immediate failure)

Core Rule: All inspections MUST be executed via python3 scripts/health-inspect.py. The script encapsulates all correct API calls internally. The AI MUST NOT call aliyun CLI directly to collect inspection data.

  1. Do NOT call aliyun CLI to collect data: All inspection data must be obtained through health-inspect.py. The AI must not bypass the script by running aliyun r-kvstore directly. The only aliyun commands allowed for direct AI invocation are: aliyun configure list (check credentials), aliyun version (check version), aliyun configure set (set configuration), aliyun plugin (plugin management)
  2. Do NOT use CloudMonitor (cms) APIs: Performance monitoring data is obtained by the script via R-kvstore describe-history-monitor-values API. NEVER use aliyun cms describe-metric-list/describe-metric-data as a substitute
  3. Do NOT connect to Redis directly: Do not install redis-cli clients, do not connect to Redis instances in any way, do not execute any Redis commands
  4. Do NOT perform write operations: Do not call modify-instance*, create-instance*, delete-instance* or any other APIs that modify instance state
  5. Report errors on API failure: If the script fails at any step, mark it as "retrieval failed" in the report. Do NOT attempt to obtain data through alternative methods

How to Use This Skill

Usage

You do not need to run any scripts manually! This is an AI Agent skill — simply describe your needs in natural language.

Installs
10
GitHub Stars
179
First Seen
11 days ago
alibabacloud-kvstore-health-inspection — aliyun/alibabacloud-aiops-skills