huawei-cloud-optv-evolve-management

Installation
SKILL.md

⚠️ Execution Method (Must Read): All scripts must be executed via skill action=exec; do not run them directly in the shell.

  • All OptVerse calls in this skill MUST go through KooCLI (command-line entry hcloud). Direct calls to the OptVerse OpenAPI via requests or any other HTTP library are forbidden.
  • Files in scripts/ are skill-shipped helper tools (zip_helper.py / cache.py); all of them are pure-local tools that do not invoke KooCLI subprocesses.
  • The Agent itself MUST NOT create one-off temporary .py script files; for Python JSON processing, prefer python -c "..." inline execution. Do NOT create temporary script files (.py / .zip / .json / .toml etc.); temporary artefacts (zip packages, JSON caches, scan results) go under .stats/ or OPTV_CACHE_DIR in a fixed location, and must be cleaned up after use. ⚠️ Security Rule (Must Read): Never expose AK / SK in conversation, scripts, or output. Only verify credential presence via hcloud configure list.

Algorithm Auto-Design Skill (English)

Overview

End-to-end code evolution on the Huawei Cloud Scientific Computing Zone — Algorithm Design Module:

  • Upload algorithm code, evaluator and baseline into an algorithm design project
  • Create and start an evolve task, monitor progress, fetch results and logs

When result upload to OBS bucket is required (optional path, skip for default scenario):

Installs
28
GitHub Stars
49
First Seen
10 days ago
huawei-cloud-optv-evolve-management — huaweicloud/huaweicloud-skills