SKILLEMALL.ai

BB huawei-cloud-dns-managemengt

Huawei Cloud DNS domain resolution dynamic management skill using hcloud CLI (KooCLI). 1. List and query DNS zones (public/private) and record sets with detailed status 2. Create, update, and delete DNS record sets for dynamic domain resolution management 3. Batch update DNS records for failover, traffic switching, and blue-green deployments 4. Generate DNS resolution audit logs and change history reports 5. Validate DNS resolution and verify record propagation 6. Support A, AAAA, CNAME, MX, TXT, NS, SRV, CAA record types Triggers include: "DNS management", "DNS record update", "domain resolution", "zone query", "record set create", "record set delete", "DNS failover", "traffic switch", "blue-green DNS", "DNS audit", "DNS 验证", "域名解析管理", "DNS 记录更新", "域名解析", "Zone 查询", "记录集创建", "记录集删除", "DNS 故障切换", "流量切换", "蓝绿 DNS", "DNS 审计"

ClawHub Agent Skills author: huaweiclouddev-dev v1.0.0 MIT-0 15 files · 8 scripts body ≈ 6 286 tokens Open the sourceclawhub.ai analyzed 3 d ago

Huawei Cloud DNS domain resolution dynamic management skill using hcloud CLI (KooCLI).

As a process B 71/100 · Nearly there — weak spots: when it triggers

IntegrationAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
78
Quality 40%
73
Run on models
none yet
Process rating
B
71/100
Nearly there
When it triggers w 12
20
Failures and branches w 10
50
Tools and files w 18
60
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 6

✓ No critical or high findings

Medium and low: 6
  • medium Dangerous commands cmd-pipe-to-shell references/cli-installation-guide.md:8
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)
    curl -sSL https://hwcl…com/cli/latest/hcloud_install.sh | bash
    security skill
  • medium Dangerous commands cmd-pipe-to-shell references/cli-installation-guide.md:114
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)
    curl -sSL https://hwcl…com/cli/latest/hcloud_install.sh | bash
    security skill
  • medium Dangerous commands cmd-pipe-to-shell scripts/check_env.sh:75
    Downloads and executes remote code from an unrecognised host (pipe to shell) (code comment)
    # 安全安装: 下载到临时文件 → 校验 → 确认 → 执行 (避免 curl|bash 远程代码执行)
    comment
  • medium Dangerous commands cmd-pipe-to-shell SKILL.md:59
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)
    curl -sSL https://hwcl…com/cli/latest/hcloud_install.sh | bash
    security skill
  • low Dangerous commands cmd-autorun-instruction SKILL.md:600
    Instructs the agent to auto-run a script on every session (documentation of a security skill)
    4. **Validate After Update**: Always run `validate_dns.sh` after updating DNS records to confirm propagation
    security skill
  • low Dangerous commands cmd-autorun-instruction SKILL.md:603
    Instructs the agent to auto-run a script on every session (documentation of a security skill)
    7. **Environment Validation**: Always run `check_env.sh` first to verify hcloud CLI and dependencies
    security skill

Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 6286 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "id"

Process rating: all ten parameters 71/100

  • 20When it triggers. No condition that starts the skill
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Execution cost. Instruction body is 6286 tokens
  • 85Steps. 64 steps, 1 vague phrases
  • 100Result and completion. Output format and completion criterion are stated
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 12 top-level sections: this looks like several domains in one skill

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +4Description does not say when NOT to use the skill (false activations)
  • +3Description length 834: 120–800 characters recommended
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 17 example trigger phrases
  • +4Structure: 38 headings
  • +3Step-by-step instructions: 64 items
  • +3Output format is stated explicitly
  • +4Has examples (19 code blocks)
  • +4Reference files are cited in the instructions (5 of 5)
  • +3All 8 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.

External checks

ClawHub: suspicious
This is a real Huawei Cloud DNS management skill, but it can change live DNS and has under-scoped safety, privacy, and install controls.
LLM: suspicious (high) · 3 Aug 2026