alicloud-observability-pts-test

Validate Alibaba Cloud PTS script compilation and discover OpenAPI metadata.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-observability-pts-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-observability-pts-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/observability/pts/alicloud-observability-pts-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-observability-pts-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alibabacloud_pts20201020, alibabacloud_tea_openapi, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures the proper functioning and compilation of Alibaba Cloud's Observability PTS (Performance Testing Service) scripts, validating its core metadata query capabilities.

Core Features & Use Cases

  • Script Compilation Check: Verifies that PTS skill scripts can be compiled without errors.
  • Metadata API Discovery: Automatically discovers and lists available PTS API metadata.
  • Use Case: Before deploying a new PTS test, run this Skill to confirm all associated scripts are valid and that the system can correctly identify the available performance testing APIs.

Quick Start

Run the offline script compilation check for the alicloud-observability-pts skill.

Frequently Asked Questions about alicloud-observability-pts-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Alibaba Cloud PTS scripts before running a performance test?

To validate Alibaba Cloud PTS scripts, you need a tool that checks script compilation and verifies metadata query paths. This skill confirms scripts compile without errors and discovers available PTS OpenAPI metadata for the 2020-10-20 version.

What is PTS OpenAPI metadata discovery for the 2020-10-20 version?

PTS OpenAPI metadata discovery is the process of automatically identifying and listing available Performance Testing Service API endpoints. This skill specifically queries and discovers metadata for the Alibaba Cloud PTS 2020-10-20 API version.

Do I need ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET to check script compilation?

You do not need ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET for offline script compilation checks. These environment variables are only required if you want to perform optional online metadata API discovery and validation.

Why does my Alibaba Cloud Observability PTS validation fail during metadata query?

PTS metadata query validation can fail if the script compilation encounters errors or if the system cannot correctly identify the available performance testing APIs. Ensure your scripts are valid and your ALICLOUD_ACCESS_KEY credentials are configured for online checks.