← Back to Skills Marketplace
zschen211

Stove Maker Api

by zschen211 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
244
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stove-maker-api
Description
使用 Stove Protocol 的 Maker API 管理机构用户的挂单、仓位与相关实时报价推送,基于 JWT 认证访问。
Usage Guidance
This skill appears to be a coherent Maker API helper, but you should: 1) Review the bundled scripts/maker_api.py content before installing or providing your JWT—any code there will run when invoked. 2) Note the path inconsistency in examples versus entryPoint; ensure the agent runs the intended file. 3) Only provide a JWT you control and rotate it if you later uninstall the skill or suspect misuse. 4) If you need higher assurance, ask the publisher for a source repository or homepage, or run the script in an isolated environment first. If you cannot inspect maker_api.py, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: stove-maker-api Version: 0.1.0 The skill bundle provides a legitimate interface for interacting with the Stove Protocol Maker API, allowing users to manage financial orders and positions. The Python script `scripts/maker_api.py` uses standard libraries to perform authenticated HTTP requests to the protocol's endpoints (proto.stove.finance), and the instructions in `SKILL.md` correctly guide the agent on using the tool while emphasizing the protection of the JWT secret. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name, description, and the included API reference docs align with a Maker API client. The skill requests network access and includes a Python helper script to call the API — all expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script and pass a JWT. Examples show a script path 'skills/stove-maker-api/maker_api.py' while the entryPoint is 'scripts/maker_api.py' (and the manifest lists scripts/maker_api.py) — this path mismatch is an inconsistency that could cause runtime mistakes. The instructions do not request unrelated files or extra credentials.
Install Mechanism
No install spec (instruction-only with a bundled script). This is lower risk than remote downloads. SKILL.md states the script uses only the Python standard library. However, an included executable script will run locally and must be reviewed.
Credentials
The skill requires a JWT (declared in SKILL.md as config.jwt_token, secret=true) which is appropriate for calling the Maker API. Registry metadata earlier reported 'Required env vars: none' — not contradictory because the JWT is a runtime config (not a platform env var), but the mismatch between metadata and SKILL.md should be noted so users understand where to supply the token.
Persistence & Privilege
The skill does not request always:true and is user-invocable with normal autonomous invocation allowed. It does not request system config paths or other skills' credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stove-maker-api
  3. After installation, invoke the skill by name or use /stove-maker-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Skill for Stove Protocol Maker API management. - Supports managing institutional Maker user orders, positions, and real-time order status via the official API. - Implements JWT authentication and environment switching (test/prod) with flexible base URL configuration. - Provides a ready-to-use Python script (maker_api.py) that wraps common API operations (query, create, cancel orders; check positions and nonce; estimate fees). - Offers WebSocket guidance for subscribing to order status changes. - Ensures secure handling of JWT tokens and parameter validation according to API documentation constraints.
Metadata
Slug stove-maker-api
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Stove Maker Api?

使用 Stove Protocol 的 Maker API 管理机构用户的挂单、仓位与相关实时报价推送,基于 JWT 认证访问。 It is an AI Agent Skill for Claude Code / OpenClaw, with 244 downloads so far.

How do I install Stove Maker Api?

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

Is Stove Maker Api free?

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

Which platforms does Stove Maker Api support?

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

Who created Stove Maker Api?

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

💬 Comments