A specialized skill for querying Stove Protocol public market data, including platform stats and ticker heatmaps.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stove-public-api
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 stove-public-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Stove Public API skill empowers AI agents to fetch live market data from the Stove Protocol directly. It serves as a bridge for Openclaw Skills to access read-only public information such as platform-wide statistics, order book details, and comprehensive ticker performance metrics. By leveraging a lightweight Python script, it ensures high reliability and low latency for financial data retrieval without requiring external dependencies.
To integrate this skill into your Openclaw Skills setup, ensure Python is installed. The skill is pre-configured to use production endpoints by default.
# Example command to query platform statistics
python skills/stove-public-api/public_api.py --env prod stats
# Example command to query ticker statistics
python skills/stove-public-api/public_api.py --env prod ticker-stats --symbol AAPL --exchange 0
You can toggle the use_test_env parameter to true in the configuration to point to the QA environment.
The skill returns structured JSON data following the standard Stove Protocol response format:
| Property | Type | Description |
|---|---|---|
| code | integer | 0 indicates success, non-zero indicates an error |
| message | string | Descriptive error or status message |
| data | object | Contains the requested market or platform statistics |
Loading
A comprehensive troubleshooting utility designed to diagnose and resolve common environment, configuration, and connectivity errors in OpenClaw.

A lightweight security auditing tool that performs local system health checks without external dependencies.

A professional-grade prompt generator that creates structured LEONIDAS instructions for OpenClaw agents to solve business pain points.

A comprehensive automation skill for managing Homebrew formulas, casks, and system health on macOS.

An advanced AI-powered palmistry tool that provides detailed hand line analysis and fortune readings in five languages.

A comprehensive integration to manage Botpress chatbots, users, and conversations through a secure, automated interface.








































