Alicloud network esa
Skill ulpi-io/plugin-marketplace/plugins/cinience/skills/alicloud-network-esa
Minimal smoke test for Alibaba Cloud ESA skill. Validate OpenAPI metadata discovery and API inventory generation for product ESA.From its SKILL.md
npx -y skills add ulpi-io/plugin-marketplace --skill alicloud-network-esaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 183 tokens by cl100k_base, as published. Nobody here has run it
Category: test
ESA Minimal Viable Test
Prerequisites
- Network access is available.
- GoalsSkill:
skills/network/esa/alicloud-network-esa/。
Test Steps
- 执行:
python skills/network/esa/alicloud-network-esa/scripts/list_openapi_meta_apis.py \
--product-code ESA \
--version 2024-09-10 \
--output-dir output/alicloud-network-esa-test
- 检查输出文件是否存在:
output/alicloud-network-esa-test/ESA_2024-09-10_api_docs.jsonoutput/alicloud-network-esa-test/ESA_2024-09-10_api_list.md
Expected Results
- Command execution succeeds.
- API list output file contains multiple API names (non-empty).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.