alicloud-data-lake-dlf-next-test

Run a smoke test validating metadata discovery and a read-only API call.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a minimal smoke test for the DlfNext skill, validating metadata discovery and a single read-only API call.

Core Features & Use Cases

  • Metadata Discovery: Ensures that metadata for the DlfNext skill can be successfully discovered.
  • Read-Only API Call: Validates the ability to perform a basic, read-only API request.
  • Use Case: Developers can use this skill to quickly verify the basic functionality and accessibility of the DlfNext skill in a new environment.

Quick Start

Run the python script 'scripts/list_openapi_meta_apis.py' and select a read-only API to test.

Frequently Asked Questions about alicloud-data-lake-dlf-next-test

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

FAQPage Schema
How do I test Alicloud DLF metadata discovery and API connectivity?

To test Alicloud DLF metadata discovery, run the Python script to list OpenAPI metadata APIs and select a read-only API call to validate basic connectivity and metadata paths.

What is a smoke test for Alicloud DlfNext read-only APIs?

A DlfNext smoke test is a minimal validation process that checks metadata discovery availability and verifies a single read-only API request to ensure environment accessibility.

Does the DlfNext smoke test script perform write operations?

No, the DlfNext smoke test script does not perform write operations; it strictly validates metadata discovery and executes a single read-only API call to ensure query paths are available.

How do I verify DlfNext skill availability in a new environment?

You can verify DlfNext skill availability in a new environment by running the provided Python script to execute a minimal smoke test that checks metadata discovery and API access.

Do I need Python to run the DlfNext metadata test?

Yes, you need Python to run the DlfNext metadata test, specifically to execute the script that lists OpenAPI metadata APIs and performs the read-only validation call.