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-devkit --skill huawei-ctsgit clone --depth 1 https://github.com/huaweicloud/huaweicloud-devkitWrote 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-devkit/huawei-cts)<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huawei-cts"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huawei-cts/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-devkit/huawei-cts"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huawei-cts.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.00063 | $0.00537 |
| Opus 5 | $0.00032 | $0.00269 |
| Sonnet 5 | $0.00013 | $0.00107 |
| Haiku 4.5 | $0.00006 | $0.00054 |
Grade A, and why
huawei-cts 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Huawei Cloud CTS
STOP - Do not answer from general knowledge. Follow the procedure below.
Always run hcloud CTS <Operation> --help before constructing commands to discover exact parameter names and requirements.
Overview
Domain expertise for Cloud Trace Service. Covers trackers, traces, notifications, and resource tags.
Critical Warnings
| Trap | Why |
|---|---|
| Tracker required for traces | Must create a tracker before traces are recorded |
| OBS bucket prerequisite | Tracker needs an OBS bucket for log delivery |
| 7-day retention default | Trace data retained 7 days by default. Create LTS tracker for longer retention |
| Organization tracker | Cross-account auditing requires organization tracker |
Common Workflows
| Task | Operation |
|---|---|
| List operations | ListOperations --cli-region=<r> --project_id=<p> |
| List traces | ListTraces --cli-region=<r> --project_id=<p> |
| Create tracker | CreateTracker --cli-region=<r> --project_id=<p> |
| List trackers | ListTrackers --cli-region=<r> --project_id=<p> |
| Delete tracker | DeleteTracker --cli-region=<r> --project_id=<p> |
| Create notification | CreateNotification --cli-region=<r> --project_id=<p> |
| List notifications | ListNotifications --cli-region=<r> --project_id=<p> |
| List trace resources | ListTraceResources --cli-region=<r> --project_id=<p> |
Discover exact parameters with --help before executing any command.
Troubleshooting
| Error | Fix |
|---|---|
| No traces found | Check tracker is created and enabled. Filter by time range |
| Tracker creation fails | Ensure OBS bucket exists and has correct permissions |
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 · 56 lines · 63 tokens per session scan A da088b0b8475
huawei-cts is a skill published in the GitHub repository huaweicloud/huaweicloud-devkit (47 stars, last pushed today), licensed Apache-2.0. It adds 63 tokens to every session and 537 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.
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…
pipefy-api-fallback
Use this skill when an MCP tool fails AND the introspection skill could not resolve the problem. This is the last-resort fallback (Tier 3): call the Pipefy GraphQL API directly using curl or httpx, authenticating with the Service Account (OAuth2) or a Personal Access Token (PAT) available as env var. Follow the 3-tier…
auto-dev
Use when working with Auto.dev APIs, vehicle data, VIN decoding, car listings, vehicle photos, specs, recalls, payments, interest rates, taxes, OEM build data, plate-to-VIN, CLI commands, MCP tools, or SDK methods for any automotive data task.
context7
Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service -- even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your…
06-reference
A reference guide for Dify's workflow language, APIs, software-development kits, and command-line commands. Dify is a platform for building applications from connected workflow steps.
repo-hygiene
Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.