Stove Public API for Openclaw

A specialized skill for querying Stove Protocol public market data, including platform stats and ticker heatmaps.

zschen211
v0.1.1
Mar 14, 2026
0
800
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install stove-public-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Stove Public API?

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.

Stove Public API Use Cases

  • Monitoring Stove Protocol platform metrics like total user counts and order volumes.
  • Retrieving real-time stock ticker statistics for financial analysis within Openclaw Skills workflows.
  • Visualizing market trends using ticker heatmap data for specific exchanges.
  • Debugging or testing financial integrations using the dedicated QA/test environment.

How Stove Public API Works

  1. The AI agent identifies the user's intent to query market or platform data.
  2. The agent selects the appropriate subcommand such as stats, ticker-stats, or ticker-heatmap based on the request.
  3. A shell command executes the public_api.py script with the specified environment flags.
  4. The script fetches data from the Stove Protocol REST API using standard Python libraries.
  5. The JSON response is parsed, and the key data points are formatted into a human-readable summary for the user.

Stove Public API Setup

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.

Stove Public API Data Schema & Taxonomy

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

Stove Public API Advanced Features

  • Environment Switching: Easily toggle between production and QA endpoints using simple CLI flags.
  • Custom Base URLs: Support for self-hosted or alternative API endpoints via the base_url configuration.
  • Zero Dependencies: Optimized to run on standard Python environments without needing pip installations.
  • Exchange Filtering: Advanced filtering for ticker data and heatmaps using exchange-specific IDs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*