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

Health & Fitness @wanng-ide Updated 2/15/2026

Critpt Solver OpenClaw Plugin & Skill | ClawHub

Looking to integrate Critpt Solver 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

Validates and executes Python solutions for CritPt benchmark problems. Use when the user asks to check a generated solution or run a test case.

Install

npx clawhub@latest install critpt-solver

Full SKILL.md

Open original
Metadata table.
namedescription
critpt-solverValidates and executes Python solutions for CritPt benchmark problems. Use when the user asks to check a generated solution or run a test case.

SKILL.md content below is scrollable.

CritPt Solver

Wraps Python execution for CritPt problems.

Usage

const solver = require('./index');
const code = "..."; // Python code implementing answer(p)
const result = await solver.runPythonCode(code);
console.log(result);

How it works

  1. Format Prompt: Creates a structured prompt for the LLM to generate Python code.
  2. Generate Code: (Optionally calls LLM, or expects LLM to call it).
  3. Validate: Checks syntax and executes answer(p) with test values if possible.
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/wanng-ide/critpt-solver
Latest commit: https://github.com/openclaw/skills/commit/d7b1a38eb672c47efca7c59a2d8253a656180b90

Related skills

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