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.
npx skills add huaweicloud/huaweicloud-skills --skill huawei-cloud-computing-querygit clone --depth 1 https://github.com/huaweicloud/huaweicloud-skillsWrote 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.
[](https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-computing-query)<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-computing-query"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-computing-query/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.
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-computing-query"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-computing-query.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket warn
- Snyk pass
- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00182 | $0.02239 |
| Opus 5 | $0.00091 | $0.01120 |
| Sonnet 5 | $0.00036 | $0.00448 |
| Haiku 4.5 | $0.00018 | $0.00224 |
Grade A, and why
huawei-cloud-computing-query 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 11d 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.
> - **Do not attempt hcloud, openstack, curl IAM, or other CLI/API methods; this skill does not depend on those tools** How it starts
The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Huawei Cloud Resource Query
⚠️ Execution Method (Must Read): This skill executes queries via local Python scripts. Using hcloud, openstack, or other CLI tools or direct API calls is prohibited.
- Query scripts are located under the skill directory
scripts/<service_category>/(e.g.,scripts/as/list_scaling_groups.py)- All scripts and environment check scripts are inside the skill package. You must use
skill action=execto execute them; do not run them directly in the shell- For specific script paths and parameters, see
references/<service>/guide.md- Do not attempt hcloud, openstack, curl IAM, or other CLI/API methods; this skill does not depend on those tools
- All paths are relative to the skill directory, which is the directory containing this SKILL.md
Overview
This skill is a standalone read-only query skill that queries Huawei Cloud resources, available specifications, and existing resource information by calling the Huawei Cloud Python SDK via local Python scripts.
This skill is applicable to the following scenarios:
- Query available cloud resource specifications in a given region
- Query available images for a specific operating system
- Query cloud disk types and existing cloud disk information
- Query existing resources and their key attributes
- Query resources not created through Terraform or other IaC tools
- Prepare real parameters for automation configuration, resource verification, or environment inventory
- Obtain reusable information such as resource IDs, names, specifications, images, networks, and disks
This skill does NOT handle the following:
- Creating resources
- Modifying resources
- Deleting resources
- Guessing or fabricating information that was not queried
Capability Scope
This skill provides query capabilities through categorized scripts in the scripts directory, and usage instructions through categorized guides in the references directory. The capabilities provided by this skill include:
What ships with it
60 files 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.
- references/as/guide.md 7.3 KB
- references/bms/guide.md 4.4 KB
- references/ecs/guide.md 7.6 KB
- references/ims/guide.md 2.4 KB
- requirements.txt 149 B
- scripts/as/_common.py 7.3 KB runs code
- scripts/as/list_all_scaling_v2_policies.py 5.7 KB runs code
- scripts/as/list_api_versions.py 1.9 KB runs code
- scripts/as/list_group_scheduled_tasks.py 3.2 KB runs code
- scripts/as/list_hook_instances.py 2.5 KB runs code
- scripts/as/list_life_cycle_hooks.py 2.4 KB runs code
- scripts/as/list_resource_instances.py 2.4 KB runs code
- scripts/as/list_scaling_activity_logs.py 3.8 KB runs code
- scripts/as/list_scaling_activity_v2_logs.py 4.8 KB runs code
- scripts/as/list_scaling_configs.py 3.5 KB runs code
- scripts/as/list_scaling_groups.py 4.9 KB runs code
- scripts/as/list_scaling_instances.py 4.6 KB runs code
- scripts/as/list_scaling_notifications.py 2.2 KB runs code
- scripts/as/list_scaling_policies.py 4.2 KB runs code
- scripts/as/list_scaling_policy_execute_logs.py 5.0 KB runs code
- scripts/as/list_scaling_tag_infos_by_resource_id.py 2.5 KB runs code
- scripts/as/list_scaling_tag_infos_by_tenant_id.py 2.1 KB runs code
- scripts/as/list_scaling_v2_policies.py 4.2 KB runs code
- scripts/as/list_warm_pool_instances_new.py 3.3 KB runs code
- scripts/as/list_warm_pool_instances.py 3.3 KB runs code
- scripts/as/show_api_version.py 2.3 KB runs code
- scripts/as/show_life_cycle_hook.py 2.6 KB runs code
- scripts/as/show_policy_and_instance_quota.py 2.3 KB runs code
- scripts/as/show_resource_quota.py 2.0 KB runs code
- scripts/as/show_scaling_config.py 3.7 KB runs code
- scripts/as/show_scaling_group.py 5.8 KB runs code
- scripts/as/show_scaling_policy.py 3.4 KB runs code
- scripts/as/show_scaling_v2_policy.py 4.3 KB runs code
- scripts/as/show_warm_pool_new.py 2.1 KB runs code
- scripts/as/show_warm_pool.py 2.1 KB runs code
- scripts/bms/list_bare_metal_server_details.py 4.4 KB runs code
- scripts/bms/list_bare_metal_servers_detail.py 8.3 KB runs code
- scripts/bms/list_bare_metal_servers.py 9.2 KB runs code
- scripts/bms/list_baremetal_flavor_detail_extends.py 6.9 KB runs code
- scripts/bms/show_available_resource.py 3.3 KB runs code
- scripts/bms/show_baremetal_server_interface_attachments.py 2.6 KB runs code
- scripts/bms/show_baremetal_server_tags.py 2.0 KB runs code
- scripts/bms/show_baremetal_server_volume_info.py 2.2 KB runs code
- scripts/bms/show_job_infos.py 2.7 KB runs code
- scripts/bms/show_metadata_options.py 1.8 KB runs code
- scripts/bms/show_reset_pwd.py 1.7 KB runs code
- scripts/bms/show_server_remote_console.py 2.5 KB runs code
- scripts/bms/show_specified_version.py 2.3 KB runs code
- scripts/bms/show_tenant_quota.py 3.2 KB runs code
- scripts/bms/show_windows_baremetal_server_pwd.py 1.8 KB runs code
- scripts/check_env.ps1 2.6 KB runs code
- scripts/check_env.sh 2.8 KB runs code
- scripts/config.py 3.3 KB runs code
- scripts/ecs/list_cloud_servers.py 12 KB runs code
- scripts/ecs/list_flavor_sell_policies.py 10 KB runs code
- scripts/ecs/list_flavors.py 12 KB runs code
- scripts/ecs/list_launch_template_versions.py 8.5 KB runs code
- scripts/ecs/list_recycle_bin_servers.py 5.9 KB runs code
- scripts/ecs/list_resize_flavors.py 8.6 KB runs code
- scripts/ecs/list_scheduled_events.py 5.8 KB runs code
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.
- 11d ago First seen · 196 lines · 182 tokens per session scan A 61ad79cda164
huawei-cloud-computing-query is a skill published in the GitHub repository huaweicloud/huaweicloud-skills (48 stars, last pushed yesterday), licensed MIT. It adds 182 tokens to every session and 2,239 once invoked, about $0.0009 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.
Other skills, from other repositories
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).
gke-workload-security
Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…