An intelligent orchestration protocol that automates model routing and output compression to achieve massive token savings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install token-saver-75plus
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 token-saver-75plus using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Token Saver 75+ is a sophisticated model routing and optimization protocol designed for developers using Openclaw Skills who need to maintain high performance while drastically reducing operational costs. By implementing a tiered classification system, the skill ensures that expensive models are only used for complex reasoning, while delegating routine tasks like code generation, summarization, and formatting to specialized or free model endpoints.
This skill operates on the principle of understanding fully but executing cheaply. It acts as an intelligent traffic controller within your agentic workflow, using session spawning to distribute workloads across a diverse model fleet including Groq, Codex, and Claude Opus. Beyond routing, it enforces rigorous output compression rules to ensure that every token generated provides maximum value, eliminating filler and unnecessary narration.
To integrate this protocol into your Openclaw Skills workflow, you must define your model routing table and ensure your API credentials for various providers are active.
# Install the protocol into your agent directory
openclaw install token-saver-75plus
# Configure your model endpoints
export GROQ_API_KEY="your_key"
export OPENAI_API_KEY="your_key"
export ANTHROPIC_API_KEY="your_key"
The protocol utilizes a structured classification and routing schema to manage the lifecycle of a request. It tracks the following metadata for every interaction:
| Attribute | Description |
|---|---|
| Request Tier | T1 to T4 classification based on complexity and reasoning requirements. |
| Spawn Task | The specific, context-rich instruction string passed to sub-agents. |
| Routing Map | The sequence of models used (e.g., Llama-3 for bulk, Codex for implementation). |
| Token Budget | The maximum allowed output length based on the identified tier. |
| Measurement | The final token count and efficiency delta reported at the end of the session. |
Loading
An automated event management tool for Luma that enables discovery, RSVPs, and calendar synchronization via intelligent web scraping.

An automated backup tool that mirrors your OpenClaw workspace to a GitHub repository using a cron-driven sync script.

Enables AI agents to perform automated trading, portfolio management, and social sentiment analysis via the eToro Public API.

A comprehensive interface for programmatically managing eToro portfolios, executing trades, and accessing real-time market data.

A zero-config tool for querying TON blockchain wallet balances, statuses, and transaction activity via the TonScan API.

Automate the deployment and management of bandwidth-sharing nodes to generate passive crypto income from your idle internet connection.








































