.claude/skills/huawei-cloud-dds-list1 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.
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…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/huawei-cloud-dds-listSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/huawei-cloud-dds-listSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/huawei-cloud-dds-listSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-listclawhub inspect @erickeyhu-hug/huawei-cloud-dds-list --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
curl -sSL https://cn-north-4-hcli-cloud.obs.cn-north-4.myhuaweicloud.com/hcli/install.sh | bashcurl -sSL https://cn-north-4-hcli-cloud.obs.cn-north-4.myhuaweicloud.com/hcli/install.shThis 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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:44fa0fdbf26be4ef8cd97f338dd447f9f80bb06fe523b65f0ce7f1fe0f8eb297references/acceptance-criteria.mdreferences/cli-installation-guide.mdreferences/dataflow-diagram.mdreferences/iam-policies.mdreferences/verification-method.mdscripts/list_dds_instances.pyscripts/skill_quality_sdk.pyscripts/test-cli-commands.shscripts/validate-skill.shskill-card.mdSKILL.mdtemplates/test-vars.jsonHuawei 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.