A token-efficient behavior skill designed to minimize costs and maximize speed by optimizing agent responses and tool usage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install smart-context
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 smart-context using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Smart Context is a specialized behavioral framework for AI agents that prioritizes token economy and operational speed. In the world of Openclaw Skills, this skill ensures that agents treat every token as a finite resource, eliminating unnecessary verbosity and redundant tool executions. By implementing Smart Context, developers can transform their agents into cost-aware assistants that deliver precise information without the fluff typical of standard LLM interactions.
This skill focuses on the core value of economic brilliance. It guides the agent to match its output complexity to the user's intent, ensuring that simple questions receive brief answers while complex planning receives the necessary depth. This approach not only saves money but also improves the overall user experience by providing faster, more relevant responses within the Openclaw Skills ecosystem.
To activate the Smart Context behavior in your environment, ensure the skill is registered within your agent configuration. You can typically initialize this via the CLI:
openclaw install smart-context
Once installed, the agent will automatically adopt the cost-aware protocols defined in the skill documentation for all subsequent Openclaw Skills interactions.
Smart Context optimizes the organization of transient data and metadata to maximize the utility of the context window. It follows a strict taxonomy for data handling:
| Component | Optimization Strategy |
|---|---|
| Context Loading | Prunes redundant data and avoids re-reading files already in the window. |
| Response Style | Maps input types (e.g., Yes/No, How-to) to specific brevity tiers. |
| Tool Batching | Consolidates multiple tool calls into a single JSON execution block. |
| Targeted Reads | Utilizes offsets and limits for large files instead of full-file ingestion. |
Loading
An automated git hook that maintains a living project state document to provide instant context for AI coding agents.

A behavioral optimization protocol designed to make AI agents cost-aware, token-efficient, and logically concise.

A specialized utility to transform markdown tables into readable PNG images for messaging platforms with limited table support.

An automated news aggregator that fetches international headlines and generates text or audio briefings using AI.

A comprehensive CLI tool and skill for interacting with the Dutch Railways (NS) API to plan trips and monitor train status.

Satori provides persistent long-term memory for AI coding agents, ensuring continuity across sessions and different model providers.








































