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-business-tf-supportgit 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-business-tf-support)<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-business-tf-support"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-business-tf-support/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-business-tf-support"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-business-tf-support.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- 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.00142 | $0.02175 |
| Opus 5 | $0.00071 | $0.01087 |
| Sonnet 5 | $0.00028 | $0.00435 |
| Haiku 4.5 | $0.00014 | $0.00217 |
Grade A, and why
huawei-cloud-business-tf-support 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 12d 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 — 201 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. Do NOT use hcloud, openstack or other CLI tools, or call APIs directly.
- 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, must be executed using
skill action=exec, do not run directly in 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 where this SKILL.md is located
Overview
This skill is a standalone read-only query skill that uses local Python scripts to call the Huawei Cloud Python SDK for querying Huawei Cloud resources, available specifications, and existing resource information.
This skill is applicable to the following scenarios:
- Query available cloud resource specifications in a given region
- Query available images for a certain OS type
- Query disk types and existing disk information
- Query existing resources and their key attributes
- Query resources that were not created via Terraform or other IaC tools
- Prepare real parameters for automation configuration, resource verification, or environment inventory
- Obtain reusable information such as resource ID, name, specification, image, network, disk, etc.
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. Capabilities provided by this skill include:
- Query resource lists
- Query individual resource details
- Query available specifications, images, disk types, and other selection information
- Query key identifiers and dependency relationships of existing resources
What ships with it
52 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/bss/guide.md 10 KB
- requirements.txt 205 B
- scripts/bms/list_baremetal_flavor_detail_extends.py 6.9 KB runs code
- scripts/bss/inquiry_dcs.py 4.1 KB runs code
- scripts/bss/inquiry_elb.py 6.0 KB runs code
- scripts/bss/inquiry_nat.py 6.4 KB runs code
- scripts/bss/list_cities.py 2.3 KB runs code
- scripts/bss/list_conversions.py 2.7 KB runs code
- scripts/bss/list_costs.py 5.8 KB runs code
- scripts/bss/list_counties.py 2.4 KB runs code
- scripts/bss/list_customer_account_change_records.py 5.3 KB runs code
- scripts/bss/list_customer_bills_fee_records.py 10 KB runs code
- scripts/bss/list_customer_bills_monthly_break_down.py 9.8 KB runs code
- scripts/bss/list_customer_coupon_change_records.py 5.0 KB runs code
- scripts/bss/list_customer_orders.py 6.7 KB runs code
- scripts/bss/list_customerself_resource_record_details.py 10 KB runs code
- scripts/bss/list_customerself_resource_records.py 9.3 KB runs code
- scripts/bss/list_enterprise_multi_account.py 3.1 KB runs code
- scripts/bss/list_enterprise_organizations.py 2.7 KB runs code
- scripts/bss/list_enterprise_sub_customers.py 3.9 KB runs code
- scripts/bss/list_free_resource_infos.py 5.7 KB runs code
- scripts/bss/list_free_resource_usages.py 3.1 KB runs code
- scripts/bss/list_free_resources_usage_records.py 4.8 KB runs code
- scripts/bss/list_measure_units.py 2.1 KB runs code
- scripts/bss/list_multi_account_retrieve_coupons.py 2.8 KB runs code
- scripts/bss/list_multi_account_transfer_coupons.py 2.6 KB runs code
- scripts/bss/list_on_demand_resource_ratings.py 19 KB runs code
- scripts/bss/list_pay_per_use_customer_resources.py 6.2 KB runs code
- scripts/bss/list_provinces.py 2.3 KB runs code
- scripts/bss/list_rate_on_period_detail.py 24 KB runs code
- scripts/bss/list_renew_rate_on_period.py 4.6 KB runs code
- scripts/bss/list_resource_types.py 8.5 KB runs code
- scripts/bss/list_resource_usage_summary.py 4.0 KB runs code
- scripts/bss/list_resource_usage.py 4.4 KB runs code
- scripts/bss/list_service_resources.py 3.1 KB runs code
- scripts/bss/list_service_types.py 3.4 KB runs code
- scripts/bss/list_stored_value_cards.py 2.9 KB runs code
- scripts/bss/list_usage_types.py 3.1 KB runs code
- scripts/bss/show_customer_account_balances.py 3.2 KB runs code
- scripts/bss/show_customer_monthly_sum.py 7.2 KB runs code
- scripts/bss/show_customer_order_details.py 11 KB runs code
- scripts/bss/show_multi_account_transfer_amount.py 2.8 KB runs code
- scripts/bss/show_refund_order_details.py 3.3 KB runs code
- scripts/check_env.ps1 2.6 KB runs code
- scripts/check_env.sh 2.5 KB runs code
- scripts/config.py 2.0 KB runs code
- scripts/ecs/list_flavors.py 9.2 KB runs code
- scripts/elb/list_flavors.py 4.5 KB runs code
- scripts/ensure_env.py 17 KB runs code
- scripts/iam/get_project_id.py 1.7 KB runs code
- scripts/nat/list_specs.py 6.3 KB runs code
- scripts/sfs/list_share_types.py 2.4 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.
- 12d ago First seen · 201 lines · 142 tokens per session scan A a9b897b4d89d
huawei-cloud-business-tf-support is a skill published in the GitHub repository huaweicloud/huaweicloud-skills (49 stars, last pushed yesterday), licensed MIT. It adds 142 tokens to every session and 2,175 once invoked, about $0.0007 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
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.
reading-receipt
An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.