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 viarequestsor 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
.pyscript files; for Python JSON processing, preferpython -c "..."inline execution. Do NOT create temporary script files (.py/.zip/.json/.tomletc.); temporary artefacts (zip packages, JSON caches, scan results) go under.stats/orOPTV_CACHE_DIRin 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 viahcloud 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):