huaweicloud-troubleshooting

huaweicloud-troubleshooting is a skill for Claude Code, Codex from huaweicloud/huaweicloud-devkit. It costs 53 tokens per session (1,348 once invoked), scanned A, original, Apache-2.0.

A structured troubleshooting guide for Huawei Cloud command-line tools, APIs, software libraries, deployments, permissions, regions, quotas, endpoints, and resources. Huawei Cloud is a cloud-computing service whose operations can fail for several different account or configuration reasons.

In plain words
What is it for?
It is for diagnosing failed Huawei Cloud commands and API calls, checking project and region settings, investigating missing resources, and handling deployment or access errors.
Why use it?
It replaces guesswork with evidence from the exact error, request identifier, region, project, and service operation. It helps distinguish permission problems from wrong regions, missing resources, limits, invalid requests, or service failures.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Codex; mentions OpenCode.

Part of the huaweicloud-devkit plugin — 27 skills, 1 hook shipped together

Good fit It is for diagnosing failed Huawei Cloud commands and API calls, checking project and region settings, investigating missing resources, and handling deployment or access errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add huaweicloud/huaweicloud-devkit --skill huaweicloud-troubleshooting
Clone the repo
git clone --depth 1 https://github.com/huaweicloud/huaweicloud-devkit

Made for: Claude Code, Codex.

Or install huaweicloud-devkit, the plugin that ships this one along with the rest of its 27 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for huaweicloud-troubleshooting

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting)
Your own site
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for huaweicloud-troubleshooting

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huaweicloud-troubleshooting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,348 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 14
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium MCP Rug Pull · line 53
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.01348
Opus 5 $0.00026 $0.00674
Sonnet 5 $0.00011 $0.00270
Haiku 4.5 $0.00005 $0.00135

Measured 2d ago against content hash aa43fc973f48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

huaweicloud-troubleshooting scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| Public IP (outbound) | **必须绕过系统代理 + 多源交叉验证**:PowerShell `Invoke-WebRequest` 会走系统代理返回代理出口 IP(实测 167.x vs 真实 117.x,SSH 白名单放错 IP)。正确姿势:`node -e "fetch('https://cip.cc').then(r=>r.text()).then(console.log)"`(node 直连国内源,不继承
plugins/huaweicloud-core/skills/huaweicloud-troubleshooting/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Huawei Cloud Troubleshooting

STOP - Do not answer from general knowledge. Follow the procedure below.

Use evidence before fixes. Do not guess service behavior when request IDs, region, project_id, and exact errors can identify the issue.

Critical Warnings

Trap Why
Error in response body, not HTTP status Many APIs return HTTP 200 with error in JSON body. Always check error_code and error_msg
Missing project_id is common New users often omit project_id from API path or CLI. Get it from IAM KeystoneListProjects
Sandbox may block hcloud OpenCode/Codex sandbox can block hcloud metadata files in ~/.hcloud/. Use dangerouslyDisableSandbox or Bash tool
KooCLI param prefix varies VPC params need --vpc.x, ECS params need --server.x, ALWAYS check --help first

Workflow

  1. Capture the redacted error message, service, operation, region, project_id, and request_id.
  2. Classify likely cause:
    • auth or permission
    • wrong region or endpoint
    • wrong project_id
    • missing resource
    • quota or account limit
    • invalid request body
    • service-side failure
  3. Run the smallest read-only check that can prove or disprove the cause.
  4. Compare with official API/SDK docs or Huawei Cloud Skills if the operation contract is uncertain.
  5. Propose one fix at a time.
  6. Verify with read-only observation after the fix.

Common Checks

Check Command
Authentication hcloud configure list (redacted)
Region Match CLI region, endpoint, and resource region
Project ID hcloud IAM KeystoneListProjects
Pagination Add --limit=100 and check marker
Quota Check service quotas in console or API
IAM Permission Verify user/role has required action — see huawei-iam skill
KooCLI version hcloud version
Public IP (outbound) 必须绕过系统代理 + 多源交叉验证:PowerShell Invoke-WebRequest 会走系统代理返回代理出口 IP(实测 167.x vs 真实 117.x,SSH 白名单放错 IP)。正确姿势:node -e "fetch('https://cip.cc').then(r=>r.text()).then(console.log)"(node 直连国内源,不继承 IE 代理)+ curl --noproxy '*' ifconfig.me 交叉比对;不一致即告警
SSH 超时但安全组规则"正确" 先怀疑探测到的公网 IP 走了代理 → 按上行方法重取真实出口 IP,删旧规则加新规则

Read the full file on GitHub · 87 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +1 lines aa43fc973f48
  2. 4d ago Changed · +2 lines 0610979746ca
  3. 12d ago First seen · 84 lines · 53 tokens per session scan A 7f3642534bb2

Subscribe to this mod's changes

huaweicloud-troubleshooting is a skill published in the GitHub repository huaweicloud/huaweicloud-devkit (47 stars, last pushed today), licensed Apache-2.0. It adds 53 tokens to every session and 1,348 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

codegraph

Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead code, hotspots, module coupling, architecture reports, semantic search, impact analysis, bug root cause from GitHub issues, class diagrams (UML), and PR review (risk scoring, conflict detection…

QwenLM/qwen-code · 0 tokens

stuck

Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.

QwenLM/qwen-code · 57 tokens

structured-debugging

Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…

QwenLM/qwen-code · 85 tokens

memory-leak-debug

Diagnose memory leaks in the Qwen Code CLI using heap snapshots and the chrome-devtools CLI. Use when investigating high memory usage, unbounded growth, or suspected object retention issues.

QwenLM/qwen-code · 42 tokens

bugfix

Fix a bug from a GitHub issue, following the reproduce-first workflow. Use when the user asks to fix a bug, investigate a GitHub issue, or debug a user-reported problem. Takes a GitHub issue URL or number as input.

QwenLM/qwen-code · 53 tokens

azure-kubernetes-automatic-readiness

Assess Kubernetes workloads and cluster configuration for AKS Automatic compatibility. Identifies incompatibilities, generates fixes, and guides migration from AKS Standard to AKS Automatic. WHEN: migrate to AKS Automatic, check AKS Automatic readiness, validate manifests for Automatic, assess cluster for Automatic…

microsoft/skills · 87 tokens