huawei-cloud-flexus-l-deploy-jiuwenswarm
Installation
SKILL.md
Important Notes:
- All Python files in the
scriptsdirectory have implemented all functions. Do not create additional py files. - Do not modify the script files in the
scriptsdirectory. - Please operate directly according to the provided code and documentation. No need to check Huawei Cloud official API documentation.
security Execution Rules (Highest Priority):
- All scripts MUST be executed via skill action=exec, NEVER run directly in shell
- NEVER print script contents or commands containing AK/SK/Token in conversation
- NEVER create temporary script files, prefer inline execution (python -c)
- On execution failure, only return error info, do NOT rewrite scripts or print full commansds
- AK/SK/Token MUST be passed via environment variables, NEVER appear in conversation
- NEVER interactively collect Huawei Cloud credentials from users. Credentials MUST be obtained only through:
- Temporary Security Credentials (STS Token) via environment variables
- Permanent credentials via environment variables