用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-acs-cluster-test命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | alicloud-acs-cluster-test |
| description | Offline smoke test for the ACS cluster lifecycle skill and its mutation previews. |
mkdir -p output/alicloud-acs-cluster-test
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/compute/acs/alicloud-acs-cluster \
--output output/alicloud-acs-cluster-test/compile-check.json
python3 skills/compute/acs/alicloud-acs-cluster/scripts/acs_cluster.py create \
--region cn-hangzhou --name codex-acs-sandbox \
--vpc-id vpc-dryrun --vswitch-id vsw-a --vswitch-id vsw-b \
--service-cidr 172.21.0.0/20 --snat --public-api \
--enterprise-security-group --deletion-protection \
--addon managed-coredns \
--addon alb-ingress-controller --dry-run \
--output output/alicloud-acs-cluster-test/create-preview.json
python3 skills/compute/acs/alicloud-acs-cluster/scripts/acs_cluster.py delete \
--region cn-hangzhou --cluster-id c-dryrun \
--confirm-cluster-id c-dryrun --delete-associated --dry-run \
--output output/alicloud-acs-cluster-test/delete-preview.json
python3 skills/compute/acs/alicloud-acs-cluster/scripts/acs_cluster.py install-addon \
--region cn-hangzhou --cluster-id c-dryrun \
--addon-name managed-coredns --dry-run \
--output output/alicloud-acs-cluster-test/addon-install-preview.json
python3 skills/compute/acs/alicloud-acs-cluster/scripts/acs_cluster.py uninstall-addon \
--region cn-hangzhou --cluster-id c-dryrun \
--confirm-cluster-id c-dryrun --addon-name managed-coredns \
--confirm-addon managed-coredns --cleanup-cloud-resources --dry-run \
--output output/alicloud-acs-cluster-test/addon-uninstall-preview.json
python3 scripts/quick_validate.py skills/compute/acs/alicloud-acs-cluster \
> output/alicloud-acs-cluster-test/validation.txt
profile=Acs, two VSwitches, SNAT, public API access, enterprise security group, deletion protection, managed CoreDNS, and ALB ingress addons.--delete-associated is explicitly selected and lists the documented associated-resource types.output/alicloud-acs-cluster-test/.