Real Skill packageSource verifiedClawHub registry

alibabacloud-cloud-native-internet-diagnostics

Read-only diagnostics for the public internet egress capability of Alibaba Cloud cloud-native products: cloud-native gateway (MSE), cloud-native API gateway, AI gateway, Serverless App Engine (SAE), and Function Compute (FC). Use when the user asks whether such an instance can access the public internet, reports outbound connectivity failure, or wants to check a fixed public egress IP. Resolves the VPC/vSwitch bound to the instance, then verifies NAT gateway SNAT egress for that vSwitch; produces a diagnosis repor…

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 55% rule confidence
Package forminstruction with code9 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-cloud-native-internet-diagnostics
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/26/2026.claude/skills/alibabacloud-cloud-native-internet-diagnostics

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/26/2026.agents/skills/alibabacloud-cloud-native-internet-diagnostics

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/26/2026skills/alibabacloud-cloud-native-internet-diagnostics

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-cloud-native-internet-diagnostics
clawhub inspect @sdk-team/alibabacloud-cloud-native-internet-diagnostics --version 0.0.1

Security evidence

SkillVetAI static result: no findings detected

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
9 / 9 inspected as text
Checked
8/26/2026, 1:23:14 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: clean

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/26/2026, 11:37:55 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

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

Package content hashsha256:6556e131e93ad3f5bf7b61f618e724e8e1f17fdfd1cb2deb0ea0c20d629d6e4e
Show up to 9 recorded paths
  • references/module1_instance_lookup.md
  • references/module2_vswitch_egress.md
  • references/ram-policies.md
  • references/report-template.md
  • scripts/cloud_native_internet_diag.py
  • scripts/requirements.txt
  • scripts/sts_token.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of read-only diagnostics for Alibaba Cloud cloud-native products’ public internet egress. - Diagnoses outbound connectivity for MSE gateway, cloud-native API gateway, AI gateway, Serverless App Engine, and Function Compute. - Confirms product type, region, and instance ID with the user before running. - Uses only read-only queries; never creates, modifies, or deletes any resource. - Requires aliyun CLI v3.3.3+ and Python 3.8+; blocks execution if requirements aren’t met. - Auto-derives UID when possible and reports derivation in output. - Runs all cloud queries through a dedicated script with strict sequencing and error handling.