Skip to content

huaweicloud/huaweicloud-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Huawei Cloud Skills

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.

License Agent Skills Node.js

简体中文


Overview

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.

Skills List

Huawei Cloud Product Skills List

Self-contained Package Structure

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)

Installation

Install Skills Using npx

# Install a single Skill
npx skills add huaweicloud/huaweicloud-skills --skill <skill-name>

# Install all Skills
npx skills add huaweicloud/huaweicloud-skills

Manual Installation

# Clone the repository
git clone https://github.com/huaweicloud/huaweicloud-skills

# Enter the Skills directory
npx skills add <path>/huaweicloud-skills/skills/<skill-name>

Authentication and Configuration

Using Huawei Cloud product-related skills requires authentication configuration. The following authentication methods are supported:

Interactive Configuration

Access Key Id: <your AK>
Secret Access Key: <your SK>

AccessKey Authentication

# Set credentials via command
hcloud configure set --cli-access-key="<your AK>" --cli-secret-key="<your SK>" --cli-mode="AKSK"

Security Tips

  • AccessKey Authentication and AK credential authentication in KooCLI configuration files are 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.

Issues

Submit an Issue - Issues that do not follow the guidelines may be closed immediately.

Related

License

MIT License

Legal

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors