Real Skill packageSource verifiedClawHub registry

huawei-cloud-network-query

Queries Huawei Cloud network resources (VPC/EIP/ELB/NAT/VPN/DNS). Covers VPCs, subnets, security groups, firewalls, route tables, flow logs, EIPs, bandwidths...

Identity and source

Publisher attributionhuaweicloud-skills-teamregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 59% rule confidence
Package forminstruction with code228 recorded files
Canonical sourceClawHub registryclawhub:huaweiclouddev:huawei-cloud-network-query
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/16/2026.claude/skills/huawei-cloud-network-query

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/16/2026.agents/skills/huawei-cloud-network-query

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/16/2026skills/huawei-cloud-network-query

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 @huaweiclouddev/huawei-cloud-network-query
clawhub inspect @huaweiclouddev/huawei-cloud-network-query --version 1.0.0

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
partial text content
Files
40 / 228 inspected as text
Checked
8/16/2026, 4:04:38 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
10 dependency and API indicators
  • pypi: huaweicloudsdkcore >=3.1.0
  • pypi: huaweicloudsdkeip >=3.1.0
  • pypi: huaweicloudsdkelb >=3.1.0
  • pypi: huaweicloudsdkiam >=3.1.0
  • pypi: huaweicloudsdknat >=3.1.0
  • pypi: huaweicloudsdkvpc >=3.1.0
  • pypi: huaweicloudsdkvpn >=3.1.0
  • pypi: huaweicloudsdkdns >=3.1.0
  • api: host
  • api: user
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
7/21/2026, 9:47:11 PM
Release binding
Matches this record
  • 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:ae5c603764c4d06f9dc1fb38011f5bad58af63c6e2957b957f55386da51508c4
Show up to 30 recorded paths
  • references/dns/guide.md
  • references/eip/guide.md
  • references/elb/guide.md
  • references/nat/guide.md
  • references/vpc/guide.md
  • references/vpn/guide.md
  • requirements.txt
  • scripts/check_env.ps1
  • scripts/check_env.sh
  • scripts/config.py
  • scripts/dns/list_api_versions.py
  • scripts/dns/list_custom_line.py
  • scripts/dns/list_endpoint_ipaddresses.py
  • scripts/dns/list_endpoint_vpcs.py
  • scripts/dns/list_endpoints.py
  • scripts/dns/list_instances.py
  • scripts/dns/list_line_groups.py
  • scripts/dns/list_name_servers.py
  • scripts/dns/list_private_zones.py
  • scripts/dns/list_ptr_records.py
  • scripts/dns/list_ptrs.py
  • scripts/dns/list_public_zone_lines.py
  • scripts/dns/list_public_zones.py
  • scripts/dns/list_record_sets_by_zone.py
  • scripts/dns/list_record_sets_with_line.py
  • scripts/dns/list_record_sets.py
  • scripts/dns/list_resolver_query_log_configs.py
  • scripts/dns/list_resolver_rules.py
  • scripts/dns/list_system_lines.py
  • scripts/dns/list_tags.py

Source changelog

Initial release of Huawei Cloud Network Query skill. - Provides read-only querying of Huawei Cloud network resources (VPC, EIP, ELB, NAT, VPN, DNS, etc.). - Executes packaged Python scripts via skill action=exec; direct CLI/API usage is not supported. - Includes strict environment checking and usage guidance; all queries follow guide.md instructions. - No write, modify, or delete operations are supported; only resource information lookup. - Removed the skill-card.md file.