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 callaliyunCLI directly to collect inspection data.
- 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 runningaliyun r-kvstoredirectly. 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) - Do NOT use CloudMonitor (cms) APIs: Performance monitoring data is obtained by the script via R-kvstore
describe-history-monitor-valuesAPI. NEVER usealiyun cms describe-metric-list/describe-metric-dataas a substitute - 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
- Do NOT perform write operations: Do not call
modify-instance*,create-instance*,delete-instance*or any other APIs that modify instance state - 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.