alicloud-network-esa-test

Validate Alibaba Cloud ESA OpenAPI metadata discovery and API inventory generation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a minimal smoke test for the Alibaba Cloud ESA (Elastic Search Access) skill, ensuring that OpenAPI metadata can be discovered and an API inventory can be generated for the ESA product.

Core Features & Use Cases

  • OpenAPI Metadata Discovery: Validates the ability to retrieve metadata about available APIs for a specific Alibaba Cloud product.
  • API Inventory Generation: Confirms that a list of APIs can be successfully generated.
  • Use Case: Before deploying or relying on the ESA skill, run this test to quickly verify its fundamental connectivity and metadata retrieval capabilities.

Quick Start

Execute the Python script to test Alibaba Cloud ESA skill's OpenAPI metadata discovery and API inventory generation.

Frequently Asked Questions about alicloud-network-esa-test

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

FAQPage Schema
How do I test Alibaba Cloud ESA OpenAPI metadata discovery?

You can validate Alibaba Cloud ESA API inventory generation by running a Python script that targets the ESA product with a specified API version, checking that the output API list is not empty.

Does API inventory generation for Alibaba Cloud ESA require network access?

Yes, network access is required to validate Alibaba Cloud ESA API inventory generation, as the Python script needs connectivity to retrieve OpenAPI metadata and confirm successful command execution.

What is OpenAPI metadata discovery for Alibaba Cloud products?

OpenAPI metadata discovery is the process of retrieving available API metadata for a specific Alibaba Cloud product, validating that an API inventory can be successfully generated before deployment.

How do I validate an Alibaba Cloud ESA skill before deployment?

To validate an Alibaba Cloud ESA skill before deployment, run the Python smoke test script to quickly verify fundamental connectivity, OpenAPI metadata retrieval, and API inventory generation capabilities.

Why is my Alibaba Cloud ESA API inventory test returning an empty list?

If your Alibaba Cloud ESA API inventory test returns an empty list, check your network access and ensure the correct ESA product API version is specified in the Python validation script.