alibabacloud-sysom-diagnosis
SysOM Diagnosis (sysom-diagnosis)
Run diagnostics with ./scripts/osops.sh under sysom-diagnosis/ (skill root). stdout is a JSON envelope. By default it performs a local quick check without cloud invocation; remote deep diagnosis is triggered by --deep-diagnosis (memory domain) or io/net/load subcommands, with built-in environment checks.
Installation
Pre-check: Aliyun CLI >= 3.3.3 required Run
aliyun versionto verify >= 3.3.3. If not installed or version too low, runcurl -fsSL https://aliyuncli.alicdn.com/setup.sh | bashto update. Then [MUST] runaliyun configure set --auto-plugin-install trueto enable automatic plugin installation. Then [MUST] runaliyun plugin updateto ensure local plugins are up-to-date.At the start of the Core Workflow (before any CLI invocation): [MUST] Enable AI-Mode — AI-mode is required for Agent Skill execution.
aliyun configure ai-mode enable aliyun configure ai-mode set-user-agent --user-agent "AlibabaCloud-Agent-Skills/alibabacloud-sysom-diagnosis"