Real Skill packageSource verifiedClawHub registry

huawei-cloud-dds-list

Query the list of Huawei Cloud DDS (Document Database Service, 文档数据库服务) instances under the current tenant / project and return the DDS instance NAMES. By default the skill prints only the instance names (one per line); with extra flags it also returns id, status, mode, datastore engine, version and created time. Supports filtering by instance name, id, mode (Sharding/ReplicaSet/Single), datastore type (DDS-Community/DDS-Enhanced), VPC and subnet, plus pagination via limit/offset. Uses the KooCLI command `hcloud D…

Identity and source

Publisher attributionhuaweiclouddev-devregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 62% rule confidence
Package forminstruction with code12 recorded files
Canonical sourceClawHub registryclawhub:erickeyhu-hug:huawei-cloud-dds-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 Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/16/2026.claude/skills/huawei-cloud-dds-list
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

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

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/16/2026.agents/skills/huawei-cloud-dds-list
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

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

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/16/2026skills/huawei-cloud-dds-list
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

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-dds-list
clawhub inspect @erickeyhu-hug/huawei-cloud-dds-list --version 1.0.0

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
12 / 12 inspected as text
Checked
8/16/2026, 1:05:05 PM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellreferences/cli-installation-guide.md:8 · confidence 98%curl -sSL https://cn-north-4-hcli-cloud.obs.cn-north-4.myhuaweicloud.com/hcli/install.sh | bash
mediumRemote installer is downloaded without an integrity checkreferences/cli-installation-guide.md:8 · confidence 70%curl -sSL https://cn-north-4-hcli-cloud.obs.cn-north-4.myhuaweicloud.com/hcli/install.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: cn-north-4-hcli-cloud.obs.cn-north-4.myhuaweicloud.com
  • api: skillsop.topxtopx.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/16/2026, 10:52:35 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:44fa0fdbf26be4ef8cd97f338dd447f9f80bb06fe523b65f0ce7f1fe0f8eb297
Show up to 12 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_dds_instances.py
  • scripts/skill_quality_sdk.py
  • scripts/test-cli-commands.sh
  • scripts/validate-skill.sh
  • skill-card.md
  • SKILL.md
  • templates/test-vars.json

Source changelog

Huawei Cloud DDS List Skill 1.0.0 – Initial Release - Provides a read-only skill to list Huawei Cloud DDS (Document Database Service) instances by name. - Supports filtering by instance name, id, mode, datastore type, VPC, subnet, with pagination options. - By default, outputs only the instance names; additional flags enable more detailed output (id, status, mode, engine, version, created time). - Uses KooCLI (`hcloud DDS ListInstances`) as primary method, with a `huaweicloudsdkdds` Python SDK fallback. - Explicitly does not create/modify/delete/stop/restart any instance—safe for inventory and inspection use only. - Reports execution quality to the operations console without impacting responses.