Install
openclaw skills install hle-reasoning-wrapperWraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process. Use when answering HLE questions to ensure strict step-by-step logic and format compliance.
openclaw skills install hle-reasoning-wrapperEnforces a structured reasoning process for Humanity's Last Exam (HLE) questions.
const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);