Skip to content

aliyun/alibabacloud-aiops-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 

Repository files navigation

Alibaba Cloud Skills

English | 简体中文

Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.

Overview

This repository contains a set of officially maintained Agent Skills to help developers use Alibaba Cloud products and services more efficiently. Each Skill is designed and tested for stability and reliability.

Skills list

Alibaba Cloud product Skills — to be updated.

Installation

Install Skills with npx

# Install a single Skill
npx skills add aliyun/alibabacloud-aiops-skills --skill <skill-name>

# Install all Alibaba Cloud Skills
npx skills add aliyun/alibabacloud-aiops-skills

# Install stable release (default)
npx skills add aliyun/alibabacloud-aiops-skills --skill <skill-name>

# Install latest beta
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills/tree/preview --skill <skill-name>

# Install a specific historical version (rollback)
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills/tree/<skill-name>-<version> --skill <skill-name>

# Install a specific beta version
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills/tree/<skill-name>-<beta-version> --skill <skill-name>

Manual installation

# Clone the repository
git clone https://github.com/aliyun/alibabacloud-aiops-skills.git

# Point npx skills at the Skill directory
npx skills add <path>/alibabacloud-aiops-skills/skills/<skill-name>

Authentication and configuration

Skills related to Alibaba Cloud products require credentials. The following methods are supported:

AccessKey authentication

# Set environment variables
export ALIBABACLOUD_ACCESS_KEY_ID=<your-access-key-id>
export ALIBABACLOUD_ACCESS_KEY_SECRET=<your-access-key-secret>

Aliyun CLI profile authentication

# ~/.aliyun/config.json
aliyun configure [--profile <PROFILE_NAME>] [--mode <AUTHENTICATE_MODE>]

Security notes

  • AccessKey authentication and AccessKey credentials via the Aliyun CLI profile are intended for local, personal testing only, to reduce the risk of exposing plaintext AccessKey pairs.
  • For services running in the cloud, EcsRamRole credentials in the Aliyun CLI profile are strongly recommended. See the EcsRamRole configuration guide.

Issues

Open an issue. Issues that do not follow the guidelines may be closed immediately.

Related

License

Apache-2.0

Copyright (c) 2009-present, Alibaba Cloud All rights reserved.

Legal

All Skills provided in this repository are open-source projects intended to give developers rich Agent capability extensions and help you manage cloud resources more efficiently. They are governed by the MIT License. Before you use any Skills from this platform, read the legal terms carefully and understand the risks. By downloading, installing, or running any Skills from this platform in any way, you acknowledge that you have read and agree to bear all operational risks and that you are solely responsible for any consequences arising from use of this code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors