huawei-cloud-flexus-l-deploy-jiuwenswarm

Installation
SKILL.md

Important Notes:

  1. All Python files in the scripts directory have implemented all functions. Do not create additional py files.
  2. Do not modify the script files in the scripts directory.
  3. Please operate directly according to the provided code and documentation. No need to check Huawei Cloud official API documentation.

security Execution Rules (Highest Priority):

  1. All scripts MUST be executed via skill action=exec, NEVER run directly in shell
  2. NEVER print script contents or commands containing AK/SK/Token in conversation
  3. NEVER create temporary script files, prefer inline execution (python -c)
  4. On execution failure, only return error info, do NOT rewrite scripts or print full commansds
  5. AK/SK/Token MUST be passed via environment variables, NEVER appear in conversation
  6. 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

JiuwenSwarm Deployment Skill for Huawei Cloud Flexus L Instance

Installs
42
GitHub Stars
9
First Seen
Jun 3, 2026
huawei-cloud-flexus-l-deploy-jiuwenswarm — huaweicloud/huaweicloud-skills