An intelligent routing layer that selects the most cost-effective AI model for any given task while ensuring zero downtime from rate limits.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chitin-core
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 chitin-core using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Chitin Core is a vital component for managing multi-model environments within Openclaw Skills. It acts as an abstraction layer between the user's intent and the underlying LLM providers. By analyzing task complexity, it automatically assigns work to the appropriate tier—ranging from lightweight, low-cost models for simple queries to heavy-duty reasoning models for complex architecture.
This skill ensures that you never overpay for simple tasks or underpower critical reasoning processes. It is designed to maximize the efficiency of Openclaw Skills by providing a centralized model registry and a logic-driven selection process that considers cost, capability, and current provider health.
To set up Chitin Core, ensure it is installed in your workspace and configure your available models:
cd ~/.openclaw/workspace/skills/chitin-core
config.json file to include your API keys, model identifiers, and specific cost figures.node scripts/router.js validate
The router organizes data based on task complexity and model performance. Model selection responses are returned in a structured JSON format to be consumed by other Openclaw Skills components:
| Attribute | Description |
|---|---|
| tier | The classified level (LIGHT, MEDIUM, HEAVY) |
| model | The specific provider/model string for API calls |
| confidence | A decimal representing the routing engine's certainty |
| estimatedCost | Predicted cost of the transaction based on config.json |
| signals | Reasoning markers used for the classification decision |
Loading
A git-backed coordination system for AI agents to manage content publication, prevent duplicates, and track narrative timelines.

Enables real-time, low-latency voice conversations with AI agents in Discord channels using Deepgram streaming technology.

A command-line interface skill for managing Starknet assets and smart contract interactions with session-based security.

A powerful integration for Openclaw Skills that provides professional-grade text-to-speech synthesis and speech-to-text transcription via Resemble AI.

A security framework that enforces AI agent permission boundaries based on the communication channel trust level.

A safety-first voice automation skill that enables AI agents to place outbound phone calls for bookings and follow-ups.








































