← 返回 Skills 市场
zschen211

Stove Maker Api

作者 zschen211 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
244
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stove-maker-api
功能描述
使用 Stove Protocol 的 Maker API 管理机构用户的挂单、仓位与相关实时报价推送,基于 JWT 认证访问。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stove-maker-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stove-maker-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug stove-maker-api
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stove Maker Api 是什么?

使用 Stove Protocol 的 Maker API 管理机构用户的挂单、仓位与相关实时报价推送,基于 JWT 认证访问。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。

如何安装 Stove Maker Api?

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

Stove Maker Api 是免费的吗?

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

Stove Maker Api 支持哪些平台?

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

谁开发了 Stove Maker Api?

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

💬 留言讨论