Install
openclaw skills install kwdb-intelligent-inspectionRun KaiwuDB inspection and health-check tasks. Use this skill for database health checks, metrics collection, anomaly detection, and inspection report generation.
openclaw skills install kwdb-intelligent-inspection❝ Never skip Step 1. Collecting metrics before confirming node addresses, ports, and inspection scope with the user is forbidden. The inspection must not proceed until the user explicitly confirms the node addresses, ports, and inspection scope. ❞
❝ Never call a script without reading its usage doc first. Before running any script under scripts/, you MUST read the corresponding references/*-script-usage.md file. This is the only way to know the correct parameters, defaults, and required arguments. Guessing parameters is forbidden. ❞
❝ Anomaly rules are user-driven. If user does not request alerting, skip alerting. If user requests alerting without specific thresholds, apply default rules from references/anomaly-rules.md. If user provides custom thresholds, use those instead. ❞
Before collecting any metrics, follow references/inspection-requirements-confirmation.md EXACTLY in order:
references/inspection-port-listening-reference.md)MANDATORY: Read the script usage doc BEFORE calling any script.
references/ts-metrics-script-usage.md — for get_kwdb_ts_metrics.pyreferences/statements-script-usage.md — for get_kwdb_statements.pyDo not call any script without first reading its usage doc. Verify the parameter names, required arguments, and defaults match what you are about to pass.
scripts/get_kwdb_ts_metrics.py per references/ts-metrics-script-usage.md.scripts/get_kwdb_statements.py per references/statements-script-usage.md.Apply anomaly judgment rules only when user requests alerting. See references/anomaly-rules.md for default rules and configurable rules.
Produce a Markdown inspection report with metric values, anomaly judgments, and data-source notes per references/output-rules.md.
See references/anomaly-rules.md for default rules and configurable rules.
See references/output-rules.md — do not deviate from these rules when producing any inspection report.