A collection of official Huawei Cloud Agent Skills, providing AI Agents with rich Huawei Cloud service products, tools, and best practice capabilities. Compatible with mainstream AI Agents, helping AI Agents better utilize Huawei Cloud.
This repository contains officially maintained Huawei Cloud Agent Skills. Skills are organized by product domain or functional domain in different directories. Each Skill directory contains all files required to run that skill. All skills have been tested and verified and are compatible with mainstream AI Agents, allowing developers to use them safely and efficiently.
Huawei Cloud Product Skills List
skill-name/ # Skill package root directory
├── SKILL.md # Skill definition file (required, single entry point)
├── references/ # Reference documentation directory (optional but recommended)
├── scripts/ # Executable scripts (optional)
├── templates/ # Template files (optional)
└── demo/ # Demonstration examples (optional)
# Install a single Skill
npx skills add huaweicloud/huaweicloud-skills --skill <skill-name>
# Install all Skills
npx skills add huaweicloud/huaweicloud-skills# Clone the repository
git clone https://github.com/huaweicloud/huaweicloud-skills
# Enter the Skills directory
npx skills add <path>/huaweicloud-skills/skills/<skill-name>Using Huawei Cloud product-related skills requires authentication configuration. The following authentication methods are supported:
Access Key Id: <your AK>
Secret Access Key: <your SK># Set credentials via command
hcloud configure set --cli-access-key="<your AK>" --cli-secret-key="<your SK>" --cli-mode="AKSK"Security Tips
AccessKey AuthenticationandAK credential authentication in KooCLI configuration filesare recommended only for personal use in local testing environments to avoid exposing plaintext AK/SK credentials.- For cloud service environments, it is strongly recommended to follow the security requirements in Huawei Cloud Command Line Tool Service KooCLI.
Submit an Issue - Issues that do not follow the guidelines may be closed immediately.
All skills provided in this repository are open-source projects, dedicated to providing developers with rich agent capability extension tools to help you manage cloud resources more efficiently. They follow the MIT Open Source License. Before using the skills provided by this platform, please carefully read the Legal Terms to fully understand potential risks. Once you download, install, or run the skills provided by this platform in any way, it is deemed that you have fully read and agree to bear all related operational risks, and confirm that you are solely responsible for all consequences arising from the use of this code.