← All skills
Tencent SkillHub Β· AI

Hle Benchmark Evolver

Runs HLE-oriented benchmark reward ingestion and curriculum generation for capability-evolver. Use when the user asks to optimize Humanity's Last Exam score,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Runs HLE-oriented benchmark reward ingestion and curriculum generation for capability-evolver. Use when the user asks to optimize Humanity's Last Exam score,...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, assets/hle_report.sample.json, index.js, package.json, run_pipeline.js, run_result.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

HLE Benchmark Evolver

This skill operationalizes HLE score-driven evolution for OpenClaw.

When to Use

User asks to improve HLE score (for example target >= 60%). User provides question-level benchmark output and wants it converted to reward. User wants easy-first curriculum queue and next-focus questions. User asks for an immediate benchmark result snapshot.

Inputs

Benchmark report JSON path (--report=/abs/path/report.json) Optional benchmark id (cais/hle default)

Workflow

Validate the report JSON exists and is parseable. Ingest report into capability-evolver benchmark reward state. Generate curriculum signals: benchmark_* curriculum_stage:* focus_subject:* focus_modality:* question_focus:* Return a compact result summary for this run.

Run

node skills/hle-benchmark-evolver/run_result.js --report=/absolute/path/hle_report.json Full automatic loop (starts evolution cycle): node skills/hle-benchmark-evolver/run_pipeline.js --report=/absolute/path/hle_report.json --cycles=1 If your evaluator can be called from shell, let pipeline generate the report each cycle: node skills/hle-benchmark-evolver/run_pipeline.js \ --report=/absolute/path/hle_report.json \ --eval_cmd="python /path/to/eval_hle.py --out {{report}}" \ --cycles=3 --interval_ms=2000 If no --report is provided, it defaults to: skills/capability-evolver/assets/gep/hle_report.template.json

Output Contract

Always print JSON with these fields: benchmark_id run_id accuracy reward trend curriculum_stage queue_size focus_subjects focus_modalities next_questions

Notes

This skill handles reward/curriculum ingestion. It does not directly solve HLE questions. run_pipeline.js links ingestion, evolve, and solidify into one executable loop.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • index.js Scripts
  • run_pipeline.js Scripts
  • run_result.js Scripts
  • assets/hle_report.sample.json Config
  • package.json Config