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, load balancers, listeners, pools, health monitors, NAT gateways, SNAT/DNAT rules, VPN gateways, VPN connections, DNS zones, record sets, PTR records, and endpoints. No write operations. Use this skill when the user needs to query network topology, security group rules, load balancer config, NAT rules, VPN status, or DNS resolution info. Triggers include: VPC…

Identity and source

Publisher attributionhuaweiclouddev-devregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 63% rule confidence
Package forminstruction with code233 recorded files
Canonical sourceClawHub registryclawhub:erickeyhu-hug: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 @erickeyhu-hug/huawei-cloud-network-query
clawhub inspect @erickeyhu-hug/huawei-cloud-network-query --version 1.0.2

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 / 233 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
8/16/2026, 3:36:15 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:b0c28c8e0c922bce36c187197edbcb4d4100ef13db959161e78695cafc4bbc39
Show up to 30 recorded paths
  • references/acceptance-criteria.md
  • references/dns/guide.md
  • references/eip/guide.md
  • references/elb/guide.md
  • references/iam-policies.md
  • references/nat/guide.md
  • references/verification-method.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

Source changelog

- Clarified that all queries are performed via local Python scripts within the skill directory; direct use of CLI tools or API calls is prohibited. - Added detailed environment preparation instructions, including mandatory environment check scripts for Linux/macOS and Windows. - Defined strict workflow: run environment check, identify and run the correct script by consulting guide.md, and always execute scripts using skill action=exec. - Updated supported query scope, explicitly listing all network resource types and scenarios. - Emphasized that no write operations are allowed and reminder not to output sensitive environment variables.