huawei-smn-dms

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

A guide for Huawei Cloud SMN notifications and DMS message queues. SMN sends alerts, while DMS moves messages through Kafka, RabbitMQ, or RocketMQ.

In plain words
What is it for?
Use it to create notification topics and subscriptions, send messages, and manage Kafka, RabbitMQ, or RocketMQ services.
Why use it?
It explains the setup steps and operational details that can otherwise cause missed confirmations, delivery delays, or unexpected charges.

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 create notification topics and subscriptions, send messages, and manage Kafka, RabbitMQ, or RocketMQ services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-devkit/huawei-smn-dms
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-smn-dms
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-smn-dms

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huawei-smn-dms"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huawei-smn-dms.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 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.00081 $0.00976
Opus 5 $0.00041 $0.00488
Sonnet 5 $0.00016 $0.00195
Haiku 4.5 $0.00008 $0.00098

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

Security

Grade A, and why

huawei-smn-dms 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 7d 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-smn-dms/SKILL.md · 77 lines

How it starts

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

Huawei Cloud SMN / DMS

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

Always run hcloud SMN <Operation> --help, hcloud Kafka <Operation> --help, hcloud RabbitMQ <Operation> --help, or hcloud RocketMQ <Operation> --help before constructing commands.

Overview

Domain expertise for SMN (Simple Message Notification) and DMS (Distributed Message Service). SMN is used for notifications and alerts. DMS covers Kafka, RabbitMQ, and RocketMQ instances.

SMN

Critical Warnings

Trap Why
Subscription confirmation HTTP/HTTPS subscriptions need endpoint ping-back confirmation
Email subscription delay Email subscriptions require user to click confirmation link
SMS charge per message Template SMS incurs per-delivery charges

Common Workflows

Task Operation
List topics ListTopics --cli-region=<r> --project_id=<p>
Create topic CreateTopic --cli-region=<r> --project_id=<p>
Add subscription AddSubscription --cli-region=<r> --project_id=<p>
List subscriptions ListSubscriptions --cli-region=<r> --project_id=<p>
Create message template CreateMessageTemplate --cli-region=<r> --project_id=<p>
Publish message PublishMessage --cli-region=<r> --project_id=<p>
Delete topic DeleteTopic --cli-region=<r> --project_id=<p>

DMS

DMS 是产品统一品牌,涵盖 Kafka、RabbitMQ、RocketMQ 三种引擎。在 KooCLI 中,三种引擎被拆分为独立服务,不存在 hcloud DMS 命令

Engine → KooCLI Service Mapping

Engine KooCLI Service Description
Kafka hcloud Kafka 高吞吐分布式消息队列
RabbitMQ hcloud RabbitMQ AMQP 消息代理
RocketMQ hcloud RocketMQ 低延迟金融级消息队列

Read the full file on GitHub · 77 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. 7d ago Changed · +7 lines 667c0ed5e840
  2. 11d ago First seen · 70 lines · 81 tokens per session scan A 28f80e98e820

Subscribe to this mod's changes

huawei-smn-dms is a skill published in the GitHub repository huaweicloud/huaweicloud-devkit (47 stars, last pushed today), licensed Apache-2.0. It adds 81 tokens to every session and 976 once invoked, about $0.0004 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

terraform-infrastructure

Structures, writes, and reviews Terraform infrastructure code. Covers module layout, remote state, workspace strategy, variable and secrets handling, CI plan/apply pipeline, naming conventions, and multi-region deployment patterns (provider aliases, per-region state, failover strategies), while delegating shared risk…

soulcodex/agentic · 96 tokens

cost-optimizer

Professional Cost Optimizer Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.

AtulPurohit/Antigravity-Awesome-Skills · 28 tokens

infrastructure-as-code

Professional Infrastructure As Code Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.

AtulPurohit/Antigravity-Awesome-Skills · 29 tokens

adapter-aws-lambda

Deploy tRPC on AWS Lambda with awsLambdaRequestHandler() from @trpc/server/adapters/aws-lambda for API Gateway v1 (REST, APIGatewayProxyEvent) and v2 (HTTP, APIGatewayProxyEventV2), and Lambda Function URLs. Enable response streaming with awsLambdaStreamingRequestHandler() wrapped in awslambda.streamifyResponse().…

trpc/trpc · 93 tokens