← 返回 Skills 市场
zschen211

Stove Public Api

作者 zschen211 · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
208
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install stove-public-api
功能描述
使用 Stove Protocol 的 Public API 查询平台统计、订单簿、ticker 统计和热力图等公开市场数据。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stove-public-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stove-public-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug stove-public-api
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Stove Public Api 是什么?

使用 Stove Protocol 的 Public API 查询平台统计、订单簿、ticker 统计和热力图等公开市场数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。

如何安装 Stove Public Api?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stove-public-api」即可一键安装,无需额外配置。

Stove Public Api 是免费的吗?

是的,Stove Public Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stove Public Api 支持哪些平台?

Stove Public Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stove Public Api?

由 zschen211(@zschen211)开发并维护,当前版本 v0.1.1。

💬 留言讨论