Real Skill packageSource verifiedClawHub registry

huawei-cloud-vpc-list

Query the list of Huawei Cloud Virtual Private Clouds (VPCs) belonging to the current tenant / project. Returns VPC id, name, CIDR block, status, description, enterprise project and other metadata. Supports filtering by VPC name, ID, CIDR block and enterprise project, pagination via limit/marker, and listing VPCs across all enterprise projects (all_granted_eps). Uses the huaweicloudsdkvpc Python SDK to query the VPC v3 API with full page aggregation — automatically loops through all paginated results to return the…

Identity and source

Publisher attributionhuaweiclouddev-devregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 59% rule confidence
Package forminstruction with code11 recorded files
Canonical sourceClawHub registryclawhub:erickeyhu-hug:huawei-cloud-vpc-list
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 · 9/2/2026.claude/skills/huawei-cloud-vpc-list

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 · 9/2/2026.agents/skills/huawei-cloud-vpc-list

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 · 9/2/2026skills/huawei-cloud-vpc-list

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-vpc-list
clawhub inspect @erickeyhu-hug/huawei-cloud-vpc-list --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
full text content
Files
11 / 11 inspected as text
Checked
9/2/2026, 4:32:29 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: obs-community-tool.obs.cn-north-1.myhuaweicloud.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
9/2/2026, 2:33:33 AM
Release binding
Matches this record
  • vt: clean
  • 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:71abd951c0b6552ac2fae7fc4aeefbf5ef056cfc59fdad57cc2cbac826ce97b4
Show up to 11 recorded paths
  • references/acceptance-criteria.md
  • references/cli-installation-guide.md
  • references/dataflow-diagram.md
  • references/iam-policies.md
  • references/verification-method.md
  • scripts/list_vpcs.py
  • scripts/test-cli-commands.sh
  • scripts/validate-skill.sh
  • skill-card.md
  • SKILL.md
  • templates/test-vars.json

Source changelog

- Expanded and detailed skill description in SKILL.md, clarifying capabilities, workflow, API usage, scenarios, commands, and parameter options. - Added comprehensive reference materials: CLI installation guide, IAM policies, dataflow diagram, acceptance criteria, and verification method. - Introduced scripts including list_vpcs.py (main query logic), and utility/testing scripts. - Removed obsolete files and old brief documentation. - The skill is now thoroughly documented and provides clearer guidance for users and integrators.