A terminal-first Huawei Cloud KooCLI skill that helps you install, authenticate, query help, build commands, and troubleshoot cloud operations safely.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install devtools-cli-huawei-cloud-cli-guidance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install devtools-cli-huawei-cloud-cli-guidance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for Huawei Cloud KooCLI is a practical command-line companion for managing Huawei Cloud resources from the terminal. It standardizes the hcloud workflow, starting with version checks and installation, then moving through authentication setup, service discovery, command construction, output formatting, and error triage.
This skill is designed to reduce trial-and-error by enforcing a help-first workflow: inspect services with hcloud --help, inspect operations with hcloud <service> --help, then run the exact command with the right region, profile, and output options. Openclaw Skills also emphasizes safe cloud operations, including profile separation, least-privilege authentication, debugging, and clear error classification.
--cli-debug=true and error-prefix classification.hcloud version.hcloud --help, then inspect the target service and operation with hcloud <service> --help and hcloud <service> <operation> --help.hcloud <service> <operation> [parameters] [options], adding region, output format, and query filters as needed.--cli-debug=true, and resolve the issue using the built-in help output and troubleshooting references.hcloud version
curl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.sh -o ./hcloud_install.sh && bash ./hcloud_install.sh
For non-interactive installation:
curl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.sh -o ./hcloud_install.sh && bash ./hcloud_install.sh -y
hcloud configure init --cli-profile agent-profile
hcloud configure list
hcloud configure sso
hcloud <service> <operation> --cli-access-key <AccessKeyId> --cli-secret-key <SecretAccessKey> --cli-region cn-north-4
hcloud --help
hcloud ECS --help
hcloud ECS ListInstances/v3 --help
--cli-mode=ecsAgency for ECS delegation, or configure AssumeRole with the required agency parameters when cross-account access is needed.Openclaw Skills organizes KooCLI data as a command-and-response workflow rather than as a standalone application database. The core schema is driven by service metadata, authentication mode, and output formatting.
| Layer | Key fields / artifacts | Purpose |
|---|---|---|
| Command envelope | hcloud <service> <operation> [parameters] [options] |
Canonical execution format |
| Global options | --cli-profile, --cli-region, --cli-output, --cli-query, --cli-debug |
Control identity, region, output, filtering, and diagnostics |
| Authentication schema | AKSK, ecsAgency, SSO, AssumeRole |
Select exactly one active auth mode per command or profile |
| Service metadata | API version, request method, URI path, request parameters, response structure, region, endpoint | Enables dynamic command generation |
| Output schema | json, table, tsv, plus JMESPath expressions |
Shapes machine-readable and human-readable responses |
| Error taxonomy | [NETWORK_ERROR], [CLI_ERROR], [USE_ERROR], [OPENAPI_ERROR], [APIE_ERROR] |
Routes troubleshooting to the correct layer |
| Local artifacts | Persistent configuration profiles and logs under ~/.hcloud/logs/ |
Supports reuse and debugging |
hcloud configure init or hcloud configure sso.~/.hcloud/logs/../references/installation-guide.md./references/cli-troubleshooting.md./references/common-workflows.md./references/parameter-format.md./references/service-catalog.md./references/iam-policies.md./references/acceptance-criteria.md./references/core-commands.mdhcloud --help, hcloud <service> --help, and hcloud <service> <operation> --help.--cli-output=json, --cli-output=table, --cli-output=tsv, and JMESPath filtering via --cli-query.--cli-mode=ecsAgency for temporary credentials inside delegated instances.--cli-debug=true to inspect requests, responses, endpoints, and parameter parsing.Loading
Openclaw Skills for WorkBuddy Dream Skin turns prompts or reference images into custom WorkBuddy themes, previews them, and safely patches the Electron app for a real interface transformation.

An AI research integration that performs grounded market analysis and runs automated, scheduled research agents.

An Openclaw Skills tool that diagnoses Markdown lint problems and returns a ready-to-run fix command plus cleaner docs.

An Openclaw Skills decision cascade that screens customs entries for AD/CVD, Section 301, and transshipment exposure before costly tariff surprises hit.

Openclaw Skills turns Gaosi Guide summer review into a structured, printable, knowledge-tree-based 8-week plan with daily check-ins and PDF export.

Turn plain-English database requests into precise, runnable SQLite queries with execution notes and parameter guidance.








































