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-dds-dcsgit 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-dds-dcs)<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-devkit/huawei-dds-dcs"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huawei-dds-dcs/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-dds-dcs"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-devkit/huawei-dds-dcs.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.00089 | $0.00765 |
| Opus 5 | $0.00044 | $0.00382 |
| Sonnet 5 | $0.00018 | $0.00153 |
| Haiku 4.5 | $0.00009 | $0.00076 |
Grade A, and why
huawei-dds-dcs 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 10d 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 — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Huawei Cloud DDS / DCS
STOP - Do not answer from general knowledge. Follow the procedure below.
Always run hcloud DDS <Operation> --help or hcloud DCS <Operation> --help before constructing commands.
DDS (Document Database Service — MongoDB Compatible)
DDS Critical Warnings
| Trap | Why |
|---|---|
| Requires 3-node replica | Minimum production deployment needs 3 nodes |
| Shard key permanent | Once selected, shard key cannot be changed |
| Storage auto-scaling off | Enable before storage fills |
Common Workflows
| Task | Operation |
|---|---|
| List instances | ListInstances --cli-region=<r> --project_id=<p> |
| Create instance | CreateInstance --cli-region=<r> --project_id=<p> |
| Delete instance | DeleteInstance --cli-region=<r> --project_id=<p> |
| Add readonly node | AddReadonlyNode --cli-region=<r> --project_id=<p> |
| Add shard | AddShardingNode --cli-region=<r> --project_id=<p> |
| Create backup | CreateBackup --cli-region=<r> --project_id=<p> |
Discover exact parameters with --help before executing any command.
DCS (Distributed Cache Service — Redis/Memcached)
DCS Critical Warnings
| Trap | Why |
|---|---|
| Redis password required | Cannot create Redis instance without password |
| Memcached no password | Memcached has no auth — only accessible within VPC |
| Cache persistence costs | AOF/RDB persistence uses additional storage |
Common Workflows
| Task | Operation |
|---|---|
| List instances | ListInstances --cli-region=<r> --project_id=<p> |
| Create Redis instance | CreateInstance --cli-region=<r> --project_id=<p> |
| Delete instance | DeleteInstances --cli-region=<r> --project_id=<p> |
| Restart instance | RestartInstance --cli-region=<r> --project_id=<p> |
| Show node information | BatchShowNodesInformation --cli-region=<r> --project_id=<p> |
| Create custom template | CreateCustomTemplate --cli-region=<r> --project_id=<p> |
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.
- 10d ago First seen · 71 lines · 89 tokens per session scan A 0417d3262c1c
huawei-dds-dcs is a skill published in the GitHub repository huaweicloud/huaweicloud-devkit (46 stars, last pushed today), licensed Apache-2.0. It adds 89 tokens to every session and 765 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.
Other skills, from other repositories
mongodb
Use when modeling MongoDB documents (embed versus reference, the 16MB cap, bucket and subset patterns), choosing or fixing indexes (compound order by the ESR rule, partial, TTL, multikey, reading explain), writing aggregation pipelines that stay index-eligible, running multi-document transactions with retry, or…
azure-mgmt-mongodbatlas-dotnet
Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.
azure-resource-manager-redis-dotnet
Azure Resource Manager SDK for Redis in .NET. Use for MANAGEMENT PLANE operations: creating/managing Azure Cache for Redis instances, firewall rules, access keys, patch schedules, linked servers (geo-replication), and private endpoints via Azure Resource Manager. NOT for data plane operations (get/set keys, pub/sub) …
hunt-nosqli
Hunt NoSQL Injection — MongoDB operator injection ($where, $regex, $gt, $ne), CouchDB, Redis command injection, auth bypass via NoSQLi, data dump. Use when target uses MongoDB/Mongoose, CouchDB, Redis, or shows NoSQL error messages.
ring:mapping-service-resources
Mapping a Go service's Service -> Module -> Resource hierarchy for dispatch-layer registration: detects modules and per-module PostgreSQL/MongoDB/RabbitMQ resources, database names, and shared databases, generates MongoDB index migration pairs (.up.json/.down.json), detects existing Postgres migrations, emits an HTML…
building-agents
Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…