An intelligent model router that optimizes costs and performance by dynamically escalating tasks from Haiku to Sonnet or Opus based on complexity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claude-hemat
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 claude-hemat using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClaudeHemat is a specialized orchestration framework designed for the Openclaw Skills ecosystem. It functions as a traffic controller for large language model interactions, setting Claude Haiku 4.5 as the default engine for routine tasks to minimize latency and operational costs. By establishing a clear hierarchy of intelligence, it ensures that high-resource models are only utilized when strictly necessary.
The skill provides a structured approach to model selection within Openclaw Skills, preventing the waste of compute power on simple Q&A while maintaining the capability to handle extreme reasoning through automated session spawning. It bridges the gap between cost-efficiency and high-performance AI agent behavior.
To deploy ClaudeHemat within your Openclaw Skills environment, ensure your agent has permissions to manage multiple sessions and access the Anthropic API. Configure the model rules within your skill manifest as follows:
# Example of initiating a high-tier session within the skill logic
sessions_spawn(
message: "Analyze this complex codebase",
model: "anthropic/claude-sonnet-4-5",
label: "Code Analysis"
)
The skill maintains a strict metadata structure to track session state and model attribution within the Openclaw Skills framework.
| Metadata Field | Description | Mandatory |
|---|---|---|
| default_model | Set to anthropic/claude-haiku-4.5 | Yes |
| session_label | Short identifier for spawned tasks | Yes |
| model_tag | Explicit mention of the model used in the response | Yes |
| escalation_trigger | The logic rule that prompted the use of Sonnet or Opus | Yes |
Loading
A comprehensive multi-modal skill for generating high-quality AI images, videos, and audio using SiliconFlow's powerful model library.

A real-time currency conversion and forex lookup tool powered by QVeris for accurate financial data within your agent workflow.

A robust, client-server music player skill for AI agents providing full playback control and resource-efficient background execution.

A versatile toolkit for programmatic PDF manipulation, extraction, and generation using Python and CLI tools.

A comprehensive API-driven skill for orchestrating Google Maps scraping, managing lead campaigns, and handling developer-focused automation tasks.

A blockchain-powered utility for creating immutable cryptographic proofs of file existence and integrity.








































