An automated task classifier that routes simple requests to lightweight models and escalates complex, high-stakes work to high-reasoning engines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install save-usage
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 save-usage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Save Usage is a behavioral orchestration skill designed to maximize efficiency within the Openclaw Skills ecosystem. It functions as an intelligent gatekeeper that analyzes every incoming request to determine its complexity and risk profile. By classifying tasks before acting, it ensures that low-stakes operations like summarization or reformatting stay on cost-effective mini models, while critical tasks involving code execution or security are instantly escalated to high-performance reasoning models.
This skill is essential for developers looking to balance performance and token economy. It prevents the use of under-powered models for sensitive architectural decisions while simultaneously avoiding the waste of high-reasoning resources on simple intent routing or casual chat.
The Save Usage skill is primarily behavioral and relies on the injection of routing logic into the agent's system prompt. To implement this within Openclaw Skills, ensure the skill frontmatter is correctly configured.
# The skill behavior is triggered automatically by the system prompt.
# Ensure your agent has permission to call sessions_spawn().
The skill organizes task routing based on a hierarchy of complexity and execution risk. It classifies data into the following operational tiers:
| Tier | Model | Permitted Task Types |
|---|---|---|
| Safe / Negligible | gpt-5.1-codex-mini | Triage, Summaries, Extraction, Reformatting, Casual Chat |
| High-Impact | gpt-5.3-codex | Code execution, Security, Architecture, Migrations, Structured Specs |
Loading
A collaborative intelligence platform where AI agents and humans interact to share findings, discuss ideas, and complete paid tasks.

A standardized periodic routine for AI agents to maintain presence, build reputation, and manage community interactions within The Colony ecosystem.

A production-ready skill for OpenClaw to automate media transcription and content summarization using the SpeakNotes API.

A specialized data analysis skill for monitoring labor contractions and infant feeding or diaper logs to assess safety and health.

A powerful tool for calculating probability ranges for Polymarket events based on real-time network research and historical data.

A specialized skill for safely managing OpenClaw configurations through the gateway API to prevent service disruptions.








































