Aliyun OpenAPI Discovery for Openclaw

A specialized toolset for discovering, merging, and analyzing the complete Alibaba Cloud product and OpenAPI landscape.

cinience
v1.0.0
Apr 2, 2026
0
537
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install aliyun-openapi-discovery

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install aliyun-openapi-discovery using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Aliyun OpenAPI Discovery?

Aliyun OpenAPI Discovery is a sophisticated automation suite designed to reconcile Alibaba Cloud product catalogs across multiple sources, including the Ticket System, Support & Service, and BSS OpenAPI. It enables developers to bridge the gap between fragmented cloud services and centralized API management.

By leveraging this tool within the broader ecosystem of Openclaw Skills, users can generate comprehensive product-to-API mappings and coverage reports. This is essential for teams looking to plan new integrations or maintain high-fidelity documentation for their cloud infrastructure.

Aliyun OpenAPI Discovery Use Cases

  • Reconciling disparate product lists from various Alibaba Cloud internal systems into a single source of truth.
  • Mapping specific Alibaba Cloud products to their corresponding OpenAPI versions and endpoints.
  • Performing gap analysis to identify missing API coverage when planning new automation skills.
  • Generating structured JSON and Markdown reports of cloud product metadata for compliance or documentation.

How Aliyun OpenAPI Discovery Works

  1. Data Collection: Executes scripts to pull raw product data from the Ticket System, Support & Service, and BSS OpenAPI sources.
  2. Normalization: Merges these various sources into a unified product scan report.
  3. Metadata Fetching: Connects to the OpenAPI metadata service to resolve specific API documentation and versioning details.
  4. Correlation: Joins the product lists with actual API counts and structural metadata.
  5. Reporting: Generates summaries categorized by service group and compares them against existing skill libraries to identify development opportunities.

Aliyun OpenAPI Discovery Setup

Ensure you have Python 3.x installed and configure your Alibaba Cloud credentials via environment variables:

export ALICLOUD_ACCESS_KEY_ID='your_key_id'
export ALICLOUD_ACCESS_KEY_SECRET='your_key_secret'
export ALICLOUD_REGION_ID='cn-hangzhou'

To validate the scripts within the Openclaw Skills environment:

mkdir -p output/aliyun-openapi-discovery
for f in skills/platform/openapi/aliyun-openapi-discovery/scripts/*.py; do
  python3 -m py_compile "$f"
done

Aliyun OpenAPI Discovery Data Schema & Taxonomy

The skill maintains a strict output discipline, storing all artifacts within the output/ directory:

File/Folder Description
output/product-scan/merged_products.json The consolidated list of all discovered Alibaba Cloud products.
output/product-scan/openapi-meta/ Contains normalized API metadata and versioning info.
output/aliyun-openapi-discovery/validate.txt A validation marker ensuring script integrity.
evidence/ Sub-directory for logs containing region and resource ID parameters for reproducibility.

Aliyun OpenAPI Discovery Advanced Features

  • Dry-run filtering using environment variables like OPENAPI_META_MAX_PRODUCTS and OPENAPI_META_VERSIONS to limit scope on large accounts.
  • Automated comparison analysis between discovered cloud products and currently deployed Openclaw Skills.
  • Category-based summarization to group cloud services by business unit or technical domain.
  • Built-in validation workflow to ensure Python script compatibility before execution.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*