A sophisticated skill designed to capture large CLI command outputs as artifacts, allowing AI agents to query and transform data via Python without bloating the context window.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reliable-tool-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 reliable-tool-context using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Reliable Tool Context provides a structured framework for managing CLI outputs within AI agent workflows. Instead of pasting raw, potentially massive command outputs directly into the model's memory, this skill utilizes sift-gateway to capture data as persistent artifacts. This approach is essential for Openclaw Skills that require high precision, auditability, and the ability to handle paginated or complex JSON structures.
By decoupling data capture from data analysis, the skill enables agents to perform reproducible code-based queries on captured results. This ensures that the model only receives the most relevant information, such as summarized tables or specific fields, effectively bypassing context window limits and reducing the risk of hallucination from messy or truncated logs.
To enable Reliable Tool Context for your Openclaw Skills, ensure the sift-gateway utility is installed in your environment.
# Install Sift Gateway using uv
uv tool install sift-gateway
# Alternative installation via pip
pip install sift-gateway
The skill manages data through a structured artifact system described below:
| Attribute | Description |
|---|---|
| artifact_id | The unique identifier used to reference the captured data in follow-up queries. |
| root_path | The JSON source of truth (e.g., $) used for querying list items. |
| sample_item | A verified preview row used to understand the data shape. |
| pagination_next | Metadata indicating if further commands are required to fetch more data. |
| retrieval_status | A status flag (e.g., COMPLETE) confirming if all data has been captured. |
Loading
A terminal execution skill that allows AI agents to run shell commands within a dedicated, persistent tmux session.

An advanced browser automation skill that enables persistent sessions, multi-step workflows, and AI agent integration for seamless web interaction.

An automated AI agent skill for generating high-converting, platform-specific product listings for Amazon and AliExpress.

A robust automation skill for personalized bulk email marketing and intelligent, FAQ-driven automated replies.

A comprehensive A-share market intelligence tool for real-time price tracking, automated sector screening, and personalized investment recommendations.

A specialized search utility to quickly locate and filter documents within the official OpenClaw knowledge base.








































