huawei-cloud-optv-evolve-management

huawei-cloud-optv-evolve-management is a skill for Claude Code, Codex from huaweicloud/huaweicloud-skills. It costs 173 tokens per session (9,822 once invoked), scanned B, original, MIT.

A workflow for Huawei Cloud's algorithm auto-design service, which uses automated search and code changes to develop algorithms. It manages algorithm projects, uploads code, runs evolution tasks, checks their status, retrieves results, and inspects logs.

In plain words
What is it for?
Use it to upload algorithm code, create and monitor algorithm-evolution tasks, fetch results and logs, and manage the required cloud trust permissions through the supported command-line tool.
Why use it?
It gathers project files, task control, result retrieval, and cloud access setup into one process while keeping secret access keys out of output.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to upload algorithm code, create and monitor algorithm-evolution tasks, fetch results and logs, and manage the required cloud trust permissions through the supported command-line tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add huaweicloud/huaweicloud-skills --skill huawei-cloud-optv-evolve-management
Clone the repo
git clone --depth 1 https://github.com/huaweicloud/huaweicloud-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for huawei-cloud-optv-evolve-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management/github.svg)](https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management)
Your own site
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for huawei-cloud-optv-evolve-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management"><img src="https://agentmods.dev/badge/skills/huaweicloud/huaweicloud-skills/huawei-cloud-optv-evolve-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,822 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00173 $0.09822
Opus 5 $0.00086 $0.04911
Sonnet 5 $0.00035 $0.01964
Haiku 4.5 $0.00017 $0.00982

Measured 2d ago against content hash c5e850bcfb92, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

huawei-cloud-optv-evolve-management scanned grade B with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/build_task_url.py, scripts/cache.py, scripts/precheck.ps1, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

| `requests.post('https://optverse...', json=...)` direct to OpenAPI | Bypasses KooCLI auth / error handling / retry / `--debug` logging; crosses the "direct OpenAPI" red line |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `requests.post('https://optverse...', json=...)` direct to OpenAPI | Bypasses KooCLI auth / error handling / retry / `--debug` logging; crosses the "direct OpenAPI" red line |

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

| Direct Python fork (**not recommended**) | `python -c "import subprocess; subprocess.run(['hcloud',...])"` | Bypasses agent-framework isolation / cache semantics |
skills/ai/optverse/huawei-cloud-optv-evolve-management/SKILL.md · 676 lines

How it starts

The opening of the file, as written. The whole thing — 676 lines — stays where its author put it; the contents beside it link to each section on GitHub.

⚠️ 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):

  • Create / maintain an IAM Agency as the cross-service trust anchor
  • Grant bucket (OBS) permissions to the algorithm design module

Supported languages:

Language Algorithm evaluator baseline
Python source file + function name source file (e.g. evaluator.py) with def evaluate(): source file (e.g. baseline.py) with def baseline():
C++ source file + function name (evolved function) compiled executable command (e.g. build/evaluate <args>) compiled executable command (may equal evaluator)

C++ projects use CreateAlgorithm --build_command to compile the uploaded .cpp files into executables. The evaluator_file / evaluator_baseline fields are left blank for C++; only the command name is provided.

Read the full file on GitHub · 676 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 676 lines · 173 tokens per session scan B c5e850bcfb92

Subscribe to this mod's changes

huawei-cloud-optv-evolve-management is a skill published in the GitHub repository huaweicloud/huaweicloud-skills (49 stars, last pushed yesterday), licensed MIT. It adds 173 tokens to every session and 9,822 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 3 findings (sends data to an external url, makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.