Real Skill packageSource verifiedClawHub registry

alibabacloud-alinux-sysom-inspection

Inspect ECS instance health, detect anomalies in memory, disk, CPU, load, and resource leaks, and automatically trigger deep diagnosis when critical memory issues are detected. Suitable for routine inspections, troubleshooting, and risk warning scenarios. Trigger keywords: SysOM, inspection, instance diagnosis, memory_usage_rate, memory usage.

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 56% rule confidence
Package forminstruction with code15 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-alinux-sysom-inspection
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/20/2026.claude/skills/alibabacloud-alinux-sysom-inspection

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/20/2026.agents/skills/alibabacloud-alinux-sysom-inspection

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/20/2026skills/alibabacloud-alinux-sysom-inspection

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sdk-team/alibabacloud-alinux-sysom-inspection
clawhub inspect @sdk-team/alibabacloud-alinux-sysom-inspection --version 0.0.4

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
15 / 15 inspected as text
Checked
8/20/2026, 1:18:29 PM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellSKILL.md:39 · confidence 98%curl -fsSL --connect-timeout 1000 https://sysom-prd-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/sysom_prd/skill_cli/install.sh | sudo bash
mediumRemote installer is downloaded without an integrity checkSKILL.md:39 · confidence 70%curl -fsSL --connect-timeout 1000 https://sysom-prd-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/sysom_prd/skill_cli/install.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
6 dependency and API indicators
  • pypi: requests ==2.34.2
  • pypi: alibabacloud-tea-openapi ==0.4.4
  • pypi: alibabacloud-tea-util ==0.3.14
  • api: 100.100.100.200
  • api: clawhub.ai
  • api: sysom-prd-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/20/2026, 7:04:33 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:4b33a559becca0ce7d078a3f5d1ecb3e5bedea08b6a251a14af6c7d06fb6ffaf
Show up to 15 recorded paths
  • references/ram-policies.md
  • references/report-template.md
  • scripts/init.sh
  • scripts/osops.sh
  • scripts/pyproject.toml
  • scripts/requirements.txt
  • scripts/sysom_cli/__init__.py
  • scripts/sysom_cli/__main__.py
  • scripts/sysom_cli/inspection/__init__.py
  • scripts/sysom_cli/inspection/command.py
  • scripts/sysom_cli/lib/__init__.py
  • scripts/sysom_cli/lib/auth.py
  • scripts/sysom_cli/lib/openapi.py
  • skill-card.md
  • SKILL.md

Source changelog

alibabacloud-alinux-sysom-inspection 0.2.0 introduces enhanced CLI workflows and report handling. - Switched to `sysom-osops` CLI for all inspection tasks, replacing direct script/API usage. - Added support for intent-driven inspections via `--query` and new batch/region-wide modes. - Integrated automatic root-cause diagnosis on Top-3 anomalies and LLM-generated summary reports. - Improved error handling with clear guidance for permissions, throttling, argument errors, and empty regions. - Provides new quickstart commands and detailed invocation examples in documentation. - Deprecated legacy local Python CLI except as a fallback.