A specialized testing framework for validating AI agent persona presets and auditing routing performance through automated CLI scripts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evaluate-presets
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evaluate-presets using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Evaluate Presets skill is a technical utility designed to systematically test hat collection presets using direct CLI scripts. It is a vital component for developers building with Openclaw Skills who need to validate preset configurations, audit library quality, and ensure that new presets function correctly. By focusing on the principle that fresh context is reliability, this skill helps identify issues where multiple personas might bleed into a single execution iteration, ensuring high-quality agentic workflows and robust performance across various LLM backends.
To integrate this evaluation capability into your Openclaw Skills workflow, ensure you have yq and Cargo installed. Use the following commands to initiate testing:
# Evaluate a single specific preset
./tools/evaluate-preset.sh [preset-name] claude
# Run the complete suite of 12 standard presets
./tools/evaluate-all-presets.sh claude
Note: Always set the timeout to 600000ms and run in background mode when invoking via automated tools.
Evaluation results are organized in a clear taxonomy within the .eval directory:
| Path | Description |
|---|---|
logs/<preset>/<timestamp>/output.log |
Full stdout and stderr capture for debugging. |
logs/<preset>/latest/session.jsonl |
Recorded session data for granular event analysis. |
logs/<preset>/latest/metrics.json |
Extracted performance data including iteration counts. |
results/<suite-id>/SUMMARY.md |
High-level Markdown report summarizing the success of the suite. |
Loading
A conversational generator that transforms workflow ideas into validated, production-ready multi-agent YAML presets.

An intelligent utility that transforms raw project requirements or PDD implementation plans into structured, actionable Markdown task files for AI agents and developers.

A professional fitness integration for Openclaw Skills that allows users to manage their training plans and log workouts via natural language.

An AI-driven website builder that allows coding agents to generate, edit, and deploy professional landing pages and portfolios using simple text prompts.

A specialized utility for listing and filtering code tasks within a repository to maintain a clear overview of project status.

A structured AI agent skill that converts vague project ideas into comprehensive technical specifications and step-by-step implementation plans through iterative refinement.








































