huawei-dds-dcs

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

A Huawei Cloud guide for managing DDS, a MongoDB-compatible document database, and DCS, a Redis- or Memcached-compatible caching service.

In plain words
What is it for?
Use it to list, create, or delete DDS and DCS instances, add database nodes or shards, create backups, and find the exact command options before running them.
Why use it?
It helps avoid incorrect cloud commands and highlights setup risks such as replica requirements, permanent shard keys, and storage limits.

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, create, or delete DDS and DCS instances, add database nodes or shards, create backups, and find the exact command options before running them.

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

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

agentmods 80×15 button for huawei-dds-dcs

Your own site · 80×15
<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>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 765 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.00089 $0.00765
Opus 5 $0.00044 $0.00382
Sonnet 5 $0.00018 $0.00153
Haiku 4.5 $0.00009 $0.00076

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

Security

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.

plugins/huaweicloud-core/skills/huawei-dds-dcs/SKILL.md · 71 lines

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>

Read the full file on GitHub · 71 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. 10d ago First seen · 71 lines · 89 tokens per session scan A 0417d3262c1c

Subscribe to this mod's changes

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.

Related

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…

ericrisco/rsc-harness · 118 tokens

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.

microsoft/skills · 64 tokens

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) …

microsoft/skills · 114 tokens

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.

uphiago/recon-skills · 64 tokens

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…

LerianStudio/ring · 97 tokens

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…

ericrisco/rsc-harness · 85 tokens