← Back to Skills Marketplace
zschen211

Stove Public Api

by zschen211 · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
208
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install stove-public-api
Description
使用 Stove Protocol 的 Public API 查询平台统计、订单簿、ticker 统计和热力图等公开市场数据。
Usage Guidance
This skill appears to do exactly what it claims: run a small Python script that issues GET requests to Stove public API endpoints and prints the JSON. Before installing: ensure you trust the skill source and that running Python scripts is allowed in your environment; the skill will perform network requests (permission 'network') to whatever base_url is configured — avoid overriding --base-url to an untrusted host as that could cause the agent to contact arbitrary servers. No credentials are requested, but remember the script will print whatever the API returns, so only use it against public endpoints or endpoints you trust.
Capability Analysis
Type: OpenClaw Skill Name: stove-public-api Version: 0.1.1 The skill is a legitimate tool for querying public market data from the Stove Protocol API. The Python script `scripts/public_api.py` uses standard libraries to perform read-only HTTP GET requests to documented endpoints (e.g., `proto.stove.finance`), and the instructions in `SKILL.md` are consistent with this purpose without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (query Stove public market data) match the provided files: docs describe anonymous public endpoints and the Python script issues only GET requests to those endpoints. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script to call read-only endpoints and to parse stdout. It does not ask the agent to read local secrets, system files, or send data to third-party endpoints beyond the configured base_url.
Install Mechanism
No install spec is present. This is an instruction-only skill with a single Python script that relies only on the stdlib, so nothing is written to disk beyond the skill files already present.
Credentials
No environment variables, credentials, or config paths are requested. The script only accepts command-line options and uses a base_url/test flag — proportional to the described read-only API queries.
Persistence & Privilege
The skill is not forced-always, and uses normal autonomous invocation defaults. It does not request elevated or persistent system privileges or modify other skills/configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stove-public-api
  3. After installation, invoke the skill by name or use /stove-public-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Initial release of Stove Public API skill. - Added Python script (public_api.py) to query Stove Protocol Public API endpoints via command line. - Supports platform statistics, single ticker statistics, and ticker heatmap queries. - Uses only Python standard library, no additional dependencies required. - Includes detailed usage documentation and parameter handling for production and test environments. - Implements standardized error handling and user guidance for parameter requirements.
v0.1.0
Initial release of stove-public-api skill. - Provides access to Stove Protocol Public API for querying platform stats, order books, ticker statistics, and heatmap data. - Uses a Python script (`public_api.py`) with command-line subcommands for API interaction; only standard library dependencies required. - Supports both production and test environments, selectable via config or command-line parameters. - Includes structured API response handling and error reporting. - Offers detailed usage guidance and parameter validation for robust, user-friendly queries.
Metadata
Slug stove-public-api
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Stove Public Api?

使用 Stove Protocol 的 Public API 查询平台统计、订单簿、ticker 统计和热力图等公开市场数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.

How do I install Stove Public Api?

Run "/install stove-public-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Stove Public Api free?

Yes, Stove Public Api is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Stove Public Api support?

Stove Public Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stove Public Api?

It is built and maintained by zschen211 (@zschen211); the current version is v0.1.1.

💬 Comments