huaweicloud-capability-discovery

huaweicloud-capability-discovery is a skill for Codex from huaweicloud/huaweicloud-devkit. It costs 56 tokens per session (1,128 once invoked), scanned A, original, Apache-2.0.

A discovery workflow for choosing Huawei Cloud services, commands, APIs, SDKs, or documents for a development task. Huawei Cloud is a cloud platform offering hosting, storage, databases, networking, security, and other services.

In plain words
What is it for?
It helps select capabilities, check official service details, discover KooCLI operations, choose SDK documentation, and troubleshoot or plan Huawei Cloud work.
Why use it?
It helps turn a broad cloud requirement into a specific, documented Huawei Cloud path before implementation begins.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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

Good fit It helps select capabilities, check official service details, discover KooCLI operations, choose SDK documentation, and troubleshoot or plan Huawei Cloud work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery
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-capability-discovery
Clone the repo
git clone --depth 1 https://github.com/huaweicloud/huaweicloud-devkit

Made for: 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-capability-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery)
Your own site
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery/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-capability-discovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huaweicloud-capability-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,128 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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: 1 finding, 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 MCP Rug Pull · line 24
    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.00056 $0.01128
Opus 5 $0.00028 $0.00564
Sonnet 5 $0.00011 $0.00226
Haiku 4.5 $0.00006 $0.00113

Measured 8d ago against content hash 6ef106487a2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

huaweicloud-capability-discovery scanned grade A with 0 findings 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 8d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/huaweicloud-core/skills/huaweicloud-capability-discovery/SKILL.md · 71 lines

How it starts

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

Huawei Cloud Capability Discovery

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

Use this skill to turn vague developer intent into a precise Huawei Cloud capability path.

Workflow

  1. Classify the goal: application hosting, compute, container, serverless, storage, database, network, security, observability, AI, data, migration, cost, or troubleshooting.
  2. Search Huawei Cloud Skills first when the task is scenario-based or operational.
  3. Use official docs for exact service limits, API request/response fields, regions, and pricing-sensitive behavior.
  4. Prefer KooCLI for local read-only discovery after auth is configured.
  5. Before using KooCLI, discover exact operation names with hcloud <Service> --help; do not guess from intuition. Examples: list ECS instances with ECS ListServersDetails, create ECS with ECS CreateServers, inspect images through IMS GlanceShowImage.
  6. Prefer SDK docs when the deliverable is application code.
  7. Prefer MCP only when an approved Huawei Cloud MCP tool exists for the needed operation.
  8. Treat Terraform as a secondary V1 path for reviewed IaC, not the default.
  9. When no built-in devkit skill matches: a. Search: use huaweicloud_search_marketplace to find a matching skill in the community marketplace b. Install: run npx skills add huaweicloud/huaweicloud-skills --skill <skill-name> -y -g c. Execute: load the installed skill and follow its procedure
  10. When the deliverable is a PPT, architecture diagram (draw.io), or frontend page that needs official Huawei Cloud service logos, use the huaweicloud_get_service_icon MCP tool to get logo URLs from the official Icons library instead of guessing or hotlinking unofficial images.

Scenario Routing

Match the scenario before picking a service. For "deploy a web app" requests, layer the recommendation instead of defaulting to a production service:

Scenario Recommended path
hello world / prototype / demo / temporary preview (free, quick try) huawei-sandbox first — temporary runtime + public URL, ~8h validity, zero billed resources
production / long-term / custom domain / high availability huawei-functiongraph / huawei-ecs (or huawei-cce for containers)

Read the full file on GitHub · 71 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. 8d ago Changed · +3 lines 6ef106487a2a
  2. 12d ago First seen · 68 lines · 56 tokens per session scan A b909bd72fd1b

Subscribe to this mod's changes

huaweicloud-capability-discovery is a skill published in the GitHub repository huaweicloud/huaweicloud-devkit (47 stars, last pushed today), licensed Apache-2.0. It adds 56 tokens to every session and 1,128 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. 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

fastapi

Use when building, reviewing, testing, securing or shipping a FastAPI / async Python service — routers, Pydantic v2 schemas, dependency injection, async SQLAlchemy 2.0, OAuth2/JWT, ASGITransport tests, production wiring. NOT language-level Python or packaging (that is python), NOT engine-level SQL (that is…

ericrisco/rsc-harness · 94 tokens

aws-essentials

Use when standing up the core AWS surface a small product needs: hardening a fresh account, a private S3 bucket, encrypted RDS Postgres, ECS Fargate vs EC2, CloudFront + OAC, or scoping an IAM policy to least privilege. NOT the CI pipeline that ships the container (that is deployment), NOT app-code access-control…

ericrisco/rsc-harness · 89 tokens

fly-io

Use when deploying or operating an app on Fly.io — writing fly.toml, placing Machines in regions near users, attaching Volumes, managing secrets, or picking a scaling lever (autostop/autostart, scale count, fly-replay). NOT choosing which host to deploy on (that is deployment), NOT a git-push PaaS with no regions…

ericrisco/rsc-harness · 87 tokens

netlify

Use when deploying or operating a site on Netlify — writing or fixing netlify.toml, authoring Functions or Edge Functions, redirects, rewrites and headers, env vars per deploy context, and shipping via the Netlify CLI. NOT deploying to Vercel (that is vercel).

ericrisco/rsc-harness · 63 tokens

frontmcp-deployment

Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…

agentfront/frontmcp · 210 tokens

huawei-cloud-solution-ops

A skill for Huawei Cloud solution operations. It helps agents inspect, plan, operate, troubleshoot, and verify Huawei Cloud resources through hcloud, Huawei Cloud SDKs, Terraform, and MaaS capabilities. Use this when users want to query or change Huawei Cloud resources, troubleshoot authentication and API issues…

huaweicloud/huaweicloud-skills · 81 tokens