/alibabacloud-sysom-diagnosis
Use when troubleshooting Linux server performance or stability issues — CPU saturation, high load, scheduling delay, memory pressure, OOM events, high RSS, page cache / shared memory growth, memory cgroup residue, Java heap issues, disk IO saturation or latency, packet loss,
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-sysom-diagnosis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/alibabacloud-sysom-diagnosis
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when troubleshooting Linux server performance or stability issues — CPU saturation, high load, scheduling delay, memory pressure, OOM events, high RSS, page cache / shared memory growth, memory cgroup residue, Java heap issues, disk IO saturation or latency, packet loss,
SKILL.md
alibabacloud-sysom-diagnosis.SKILL.mdname: alibabacloud-sysom-diagnosis
description: >
Use when troubleshooting Linux server performance or stability issues —
CPU saturation, high load, scheduling delay, memory pressure, OOM events,
high RSS, page cache / shared memory growth, memory cgroup residue, Java
heap issues, disk IO saturation or latency, packet loss, network jitter,
or a server that is slow, stuck, or unstable. Performs diagnosis and
surfaces recommendations; does not apply fixes automatically.
license: Apache-2.0
compatibility: >
Requires sysom-osops CLI. Remote diagnosis requires Alibaba Cloud credentials
through AK/SK or an ECS RAM Role, an online Cloud Assistant on the target ECS,
and a supported China Mainland or Hong Kong region.
metadata:
domain: aiops
product: sysom
supported_domains:
- cpu
- io
- memory
- network
- java
owner: sysom-team
contact: sysom-team@alibaba-inc.com
allowed-tools: Bash Readalibabacloud-sysom-diagnosis
Use SysOM CLI and backend envelopes as the diagnosis source of truth. This Skill replaces the older SysOM diagnosis Skill and is the single entry point for SysOM ECS performance and stability diagnosis.
Immediate Route
When the user reports a symptom and has not provided fresh SysOM envelope output, run the matching SysOM command from **Domain Routing** below before ad hoc Linux inspection or manual probing. Then follow the returned `agent.summary`, `agent.findings[].detail/category`, and `agent.next_steps[]`. Raw Linux commands are bounded fallbacks only when a SysOM command is unavailable, outputs contradict each other, or a required entity remains missing after the focused SysOM command.
Credential Security
Never print, echo, or ask for AccessKey ID or AccessKey Secret values. Remote commands perform their own authentication checks. If a command returns an authentication or permission error, explain the error and point the user to `references/ram-policies.md`; credential setup must happen outside the conversation.
CLI Setup
Check whether the CLI is available:
command -v sysom-osops
If it is missing, install it:
curl -fsSL --connect-timeout 1000 https://sysom-prd-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/sysom_prd/skill_cli/install.sh | sudo bash
Then verify only the binary:
command -v sysom-osops
Core Workflow
1. Classify the user's symptom into one SysOM domain: memory, IO, load/CPU, network, or Java memory. 2. Run the smallest SysOM command that matches that domain. Prefer a local memory classify for unclear memory symptoms; for other domains, use the matching documented remote action. 3. Read only the default envelope fields: `ok`, `error`, `command`, and `agent`. 4. Build the answer from `agent.summary`, `agent.findings[].detail`, `agent.findings[].category`, and `agent.next_steps[]`. Keep evidence qualifiers that change interpretation, including currentness, unavailable direct signals, fallback evidence, and remediation preconditions. 5. If the root cause, key entities, evidence strength, and safe next action are already visible, stop and answer. Run one targeted follow-up only when a required entity is missing or the command explicitly recommends it.
When classify returns a command in `agent.next_steps[]` and no root-cause finding already contains enough evidence to answer, run the first command next. Do not replace an Agent-visible SysOM next step with manual shell probing. Raw Linux checks are bounded fallbacks after the SysOM next step succeeds, fails, or times out.
Use the documented commands exactly as shown by default. Do not add raw, debug, or backend evidence expansion flags unless the user explicitly asks for that view.
Final answers should name evidence, root cause, owner/scope, and operational action targets. Do not add shell snippets for verification or remediation unless the user explicitly asks for commands. Prefer phrases such as "review dependency and disable or upgrade the leaking component in a change window" over raw module, cgroup, sysctl, cache-drop, or process-kill commands. Do not include command-looking inline snippets such as module inspection/removal, memory summary commands, cgroup file writes, cache-drop controls, sysctl changes, or process-kill commands as default final-answer steps.
The `agent` view must be self-contained for diagnosis. Structured evidence is a backend/UI view and must not be treated as the default Agent source for required entities.
Domain Routing
| User symptom | First route | |--------------|-------------| | Unclear memory issue, OOM, high RSS, file cache, shmem/tmpfs, memory cgroup, socket memory, kernel memory | `sysom-osops memory classify` | | Java heap, GC, or JVM memory issue | `sysom-osops memory javamem` when Java is explicit; otherwise start with `memory classify` | | Slow disk, high iowait, disk latency, blocked IO | `sysom-osops io iofsstat`, then `io iodiagnose` if the overview points to slow IO | | High load, runqueue backlog, task stuck waiting for CPU | `sysom-osops load loadtask` or `load delay` based on the visible symptom | | Packet loss, retransmits, network timeout, jitter | `sysom-osops net packetdrop` for loss/drop symptoms; `net netjitter` for latency fluctuation |
For command parameters, read `references/deep-actions.md` and `references/parameter-guide.md`. For OS and region support, read `references/supported-environments.md`. These references are Skill material; do not use remote target file tools to open `.claude/skills` paths on the diagnosed host.
Memory Routing
Memory follows the same Core Workflow and Follow-up Rules as every domain: start from `sysom-osops memory classify`, then pick the next action from visible output or `agent.next_steps[]`. For choosing among memory deep actions or checking which entity is still missing, load `references/memory-triage.md` (parallel to `references/non-memory-triage.md` for other domains).
Choose the
Read more
name: alibabacloud-sysom-diagnosis
description: >
Use when troubleshooting Linux server performance or stability issues —
CPU saturation, high load, scheduling delay, memory pressure, OOM events,
high RSS, page cache / shared memory growth, memory cgroup residue, Java
heap issues, disk IO saturation or latency, packet loss, network jitter,
or a server that is slow, stuck, or unstable. Performs diagnosis and
surfaces recommendations; does not apply fixes automatically.
license: Apache-2.0
compatibility: >
Requires sysom-osops CLI. Remote diagnosis requires Alibaba Cloud credentials
through AK/SK or an ECS RAM Role, an online Cloud Assistant on the target ECS,
and a supported China Mainland or Hong Kong region.
metadata:
domain: aiops
product: sysom
supported_domains:
- cpu
- io
- memory
- network
- java
owner: sysom-team
contact: sysom-team@alibaba-inc.com
allowed-tools: Bash Readalibabacloud-sysom-diagnosis
Use SysOM CLI and backend envelopes as the diagnosis source of truth. This Skill replaces the older SysOM diagnosis Skill and is the single entry point for SysOM ECS performance and stability diagnosis.
Immediate Route
When the user reports a symptom and has not provided fresh SysOM envelope output, run the matching SysOM command from **Domain Routing** below before ad hoc Linux inspection or manual probing. Then follow the returned `agent.summary`, `agent.findings[].detail/category`, and `agent.next_steps[]`. Raw Linux commands are bounded fallbacks only when a SysOM command is unavailable, outputs contradict each other, or a required entity remains missing after the focused SysOM command.
Credential Security
Never print, echo, or ask for AccessKey ID or AccessKey Secret values. Remote commands perform their own authentication checks. If a command returns an authentication or permission error, explain the error and point the user to `references/ram-policies.md`; credential setup must happen outside the conversation.
CLI Setup
Check whether the CLI is available:
command -v sysom-osops
If it is missing, install it:
curl -fsSL --connect-timeout 1000 https://sysom-prd-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/sysom_prd/skill_cli/install.sh | sudo bash
Then verify only the binary:
command -v sysom-osops
Core Workflow
1. Classify the user's symptom into one SysOM domain: memory, IO, load/CPU, network, or Java memory. 2. Run the smallest SysOM command that matches that domain. Prefer a local memory classify for unclear memory symptoms; for other domains, use the matching documented remote action. 3. Read only the default envelope fields: `ok`, `error`, `command`, and `agent`. 4. Build the answer from `agent.summary`, `agent.findings[].detail`, `agent.findings[].category`, and `agent.next_steps[]`. Keep evidence qualifiers that change interpretation, including currentness, unavailable direct signals, fallback evidence, and remediation preconditions. 5. If the root cause, key entities, evidence strength, and safe next action are already visible, stop and answer. Run one targeted follow-up only when a required entity is missing or the command explicitly recommends it.
When classify returns a command in `agent.next_steps[]` and no root-cause finding already contains enough evidence to answer, run the first command next. Do not replace an Agent-visible SysOM next step with manual shell probing. Raw Linux checks are bounded fallbacks after the SysOM next step succeeds, fails, or times out.
Use the documented commands exactly as shown by default. Do not add raw, debug, or backend evidence expansion flags unless the user explicitly asks for that view.
Final answers should name evidence, root cause, owner/scope, and operational action targets. Do not add shell snippets for verification or remediation unless the user explicitly asks for commands. Prefer phrases such as "review dependency and disable or upgrade the leaking component in a change window" over raw module, cgroup, sysctl, cache-drop, or process-kill commands. Do not include command-looking inline snippets such as module inspection/removal, memory summary commands, cgroup file writes, cache-drop controls, sysctl changes, or process-kill commands as default final-answer steps.
The `agent` view must be self-contained for diagnosis. Structured evidence is a backend/UI view and must not be treated as the default Agent source for required entities.
Domain Routing
| User symptom | First route | |--------------|-------------| | Unclear memory issue, OOM, high RSS, file cache, shmem/tmpfs, memory cgroup, socket memory, kernel memory | `sysom-osops memory classify` | | Java heap, GC, or JVM memory issue | `sysom-osops memory javamem` when Java is explicit; otherwise start with `memory classify` | | Slow disk, high iowait, disk latency, blocked IO | `sysom-osops io iofsstat`, then `io iodiagnose` if the overview points to slow IO | | High load, runqueue backlog, task stuck waiting for CPU | `sysom-osops load loadtask` or `load delay` based on the visible symptom | | Packet loss, retransmits, network timeout, jitter | `sysom-osops net packetdrop` for loss/drop symptoms; `net netjitter` for latency fluctuation |
For command parameters, read `references/deep-actions.md` and `references/parameter-guide.md`. For OS and region support, read `references/supported-environments.md`. These references are Skill material; do not use remote target file tools to open `.claude/skills` paths on the diagnosed host.
Memory Routing
Memory follows the same Core Workflow and Follow-up Rules as every domain: start from `sysom-osops memory classify`, then pick the next action from visible output or `agent.next_steps[]`. For choosing among memory deep actions or checking which entity is still missing, load `references/memory-triage.md` (parallel to `references/non-memory-triage.md` for other domains).
Choose the
Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.
Other skills on alibabacloud-aiops-skills.
- /alibabacloud-agentbay-aio-skills
Execute code in a secure cloud sandbox via AgentBay SDK. Use this skill whenever users request to run, execute, or evaluate code (Python, JavaScript, R, Java), including plotting charts, running scripts, or viewing code output. Covers requests like "run this code", "execute
Open skill - /alibabacloud-agentloop-dataset
Operate Alibaba Cloud AgentLoop Dataset resources with aliyun CLI and the AgentLoop API version 2026-05-20. Use when requests concern AgentLoop datasets, data rows, Dataset schemas, embedding fields, semantic search, ExecuteQuery, AgentSpace data, 数据集, 数据写入, 数据查询, 语义检索, or ask
Open skill - /alibabacloud-agentloop-evaluation
Orchestrate AgentLoop evaluation workflows through the Aliyun CLI plugin with safe previews, saved evaluator and evaluator-skill management, one-shot sample tests, trace or dataset batch runs, polling, and result inspection. Analyze evaluation quality and low-score cases from
Open skill - /alibabacloud-agentloop-experience
Proactively use AgentLoop Recall to retrieve prior Alibaba Cloud AgentLoop experience through the bundled SearchContext CLI whenever the user asks or implies that prior work may help. Trigger for requests to check, search, recall, retrieve, look up, review, consult, reference,
Open skill - /alibabacloud-agentloop-management
AgentLoop APM接入 / AI可观测接入 / 应用监控接入 / 自研探针 / 探针安装. Use for Python aliyun-bootstrap (aliyun-instrument), Java AliyunJavaAgent, Golang instgo, Node.js cms_node_sdk, PHP/.NET OpenTelemetry, ack-onepilot, LicenseKey, AgentLoop workspace agentloop-*. Also for LangChain, Dify,
Open skill - /alibabacloud-avatar-video
Use Alibaba Cloud DashScope API and LingMou to generate AI video and speech. Seven capabilities — (1) LivePortrait talking-head (image + audio → video, two-step), (2) EMO talking-head, (3) AA/AnimateAnyone full-body animation (three-step), (4) T2I text-to-image (Wan 2.x, default
Open skill

