alibabacloud-mcp-core-script-generate
Installation
SKILL.md
Alibaba Cloud Script Generator
Turn a natural-language Alibaba Cloud request into one RunScript-compatible Python script.
The script must use await call_cli(...), assign the final value to result, and pass
check_sandbox.py validation before output. Do not execute the script unless the user asks.
Scope Check Before You Start
- RunScript sandbox scripts (this skill): generates
call_cli()-based Python for the RunScript sandbox — no SDK imports, no credentials, no local execution. - SDK project code →
alibabacloud-sdk-usage: generates typed/generic SDK code with imports, credential providers, and dependency management for user projects. - Operational patterns (batch ops, audits, rotations) →
alibabacloud-find-skillsfirst.
Workflow
- Split the request into atomic cloud operations. For each operation, you must call at least one of the following methods to discover API parameters before writing any code: