Jump to related tools in the same category or review the original source on GitHub.

Health & Fitness @wanng-ide Updated 7/16/2026 1,145 downloads 0 stars Security: Pass

Hle Reasoning Wrapper OpenClaw Plugin & Skill | ClawHub

Looking to integrate Hle Reasoning Wrapper into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate health & fitness tasks instantly, without having to write custom tools from scratch.

What this skill does

Wraps 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.

Install

ClawHub CLI
openclaw skills install @wanng-ide/hle-reasoning-wrapper
Node.js (npx)
npx clawhub@latest install hle-reasoning-wrapper

Full SKILL.md

Open original
Metadata table.
namedescription
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.

SKILL.md content below is scrollable.

HLE Reasoning Wrapper

Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.

Usage

const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);

Logic

  1. Format Prompt: Injects required structure (Thought/Answer).
  2. Validate Output: Ensures the model followed the structure.
ClawHub Registry URL: https://clawhub.ai/wanng-ide/skills/hle-reasoning-wrapper

Related skills

If this matches your use case, these are close alternatives in the same category.