huawei-cts

huawei-cts is a skill for Claude Code from huaweicloud/huaweicloud-devkit. It costs 63 tokens per session (537 once invoked), scanned A, original, Apache-2.0.

A guide for managing Huawei Cloud Cloud Trace Service (CTS), which records account activity as audit logs. It covers trackers, traces, notifications, and resource tags.

In plain words
What is it for?
Use it to list operations, traces, and trackers, or to create and delete trackers. It also explains requirements such as an OBS storage bucket and the default seven-day retention.
Why use it?
It helps avoid setup mistakes when collecting and reviewing records of cloud operations, such as forgetting that a tracker is needed before traces are recorded.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to list operations, traces, and trackers, or to create and delete trackers. It also explains requirements such as an OBS storage bucket and the default seven-day retention.

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

Made for: Claude Code.

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 huawei-cts

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huawei-cts/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huawei-cts)
Your own site
<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.

agentmods 80×15 button for huawei-cts

Your own site · 80×15
<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>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 537 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 pass 7 Sept 2026
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.00063 $0.00537
Opus 5 $0.00032 $0.00269
Sonnet 5 $0.00013 $0.00107
Haiku 4.5 $0.00006 $0.00054

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

Security

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.

plugins/huaweicloud-core/skills/huawei-cts/SKILL.md · 56 lines

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

Read the full file on GitHub · 56 lines

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. 11d ago First seen · 56 lines · 63 tokens per session scan A da088b0b8475

Subscribe to this mod's changes

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.

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

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…

pipefy/ai-toolkit · 86 tokens

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.

drivly/auto-dev-skill · 57 tokens

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…

FilippoDeSilva/skills · 171 tokens

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.

SystemTce/dify-skills · 20 tokens

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.

QwenLM/qwen-code · 48 tokens