← 返回 Skills 市场
MintGarden
作者
Koba42Corp
· GitHub ↗
· v1.0.0
1598
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mintgarden
功能描述
Browse and search Chia NFTs and collections, view stats, trade history, recent sales, trending data, and user profiles via MintGarden API.
安全使用建议
This skill appears to do what it says: a MintGarden API client/CLI that talks to https://api.mintgarden.io. Before installing, consider:
- The SKILL.md mentions an optional MINTGARDEN_API_URL env var, but the shipped index.js constructs MintGardenAPI() without reading process.env; if you need to point the skill at a different base URL you would need to modify the code or the constructor call.
- The CLI lowercases incoming commands (index.js lowercases the entire input). That could alter case-sensitive IDs or metadata in some edge cases (verify behavior with your IDs).
- Telegram integration is referenced in docs but not implemented in the code — expected to be provided by the agent/platform wiring.
- The package requires npm install (and will install axios and its normal transitive deps). Review the package-lock.json and run npm audit if you want to check for dependency vulnerabilities.
- The skill makes outbound network calls to api.mintgarden.io; if you need to restrict network access, run it in an environment that enforces outbound controls.
If these points are acceptable, the code shows no signs of credential exfiltration or contacting unexpected endpoints. If you want stronger assurance, run the skill in a sandbox, inspect network traffic during use, or patch the code to honor a MINTGARDEN_API_URL environment variable if you require a custom endpoint.
功能分析
Type: OpenClaw Skill
Name: mintgarden
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for MintGarden is benign. All files, including code and documentation, align with the stated purpose of browsing and analyzing Chia NFTs via the MintGarden API. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` file provides instructions for the agent on how to use the skill and format its output, which is standard for a skill bundle and does not contain any prompt injection attempts to subvert the agent's core directives. Dependencies are limited to the legitimate `axios` library, and installation scripts use standard `npm install --production` commands.
能力评估
Purpose & Capability
The package, SKILL.md, README, and source files consistently implement a MintGarden API client and CLI for searching collections, NFTs, profiles, events, and stats. The code calls the MintGarden API (https://api.mintgarden.io) and exposes CLI commands matching the documented commands. No unrelated services, cloud credentials, or binaries are requested.
Instruction Scope
Runtime instructions (SKILL.md) describe CLI/agent usage and an optional MINTGARDEN_API_URL env var. The code implements the documented API client and command handling. Two small scope mismatches: (1) SKILL.md documents an optional MINTGARDEN_API_URL environment variable, but the code (index.js + lib/api.js) does not read process.env.MINTGARDEN_API_URL when constructing the client (the API class accepts a constructor param but index.js instantiates it with no env var), so the documented env var is ineffective; (2) SKILL.md mentions Telegram integration; the code provides CLI/handleCommand functions but contains no direct Telegram bot code — Telegram support is expected to be provided by the surrounding Clawdbot/agent platform. Neither mismatch indicates malicious behavior but they are usability/integration inconsistencies.
Install Mechanism
There is no platform install spec (install is not auto-declared), but an install.sh and package.json are included. install.sh runs npm install --production and is straightforward. Dependencies are standard (axios). No downloads from arbitrary URLs, no archives extracted, and no exotic install steps were used.
Credentials
The skill declares no required environment variables or credentials, and the code does not request secrets. The only network target is the public MintGarden API. The SKILL.md optional environment variable (MINTGARDEN_API_URL) is not actually consumed by the code, an inconsistency but not a credential risk.
Persistence & Privilege
The skill does not request persistent elevated privileges or 'always' inclusion. It is a normal runtime skill (user-invocable, agent-invocable). It does not modify other skills or system-wide config. Installation writes typical node modules only if you run npm install.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mintgarden - 安装完成后,直接呼叫该 Skill 的名称或使用
/mintgarden触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Complete MintGarden API client with search, collections, NFTs, profiles, events. CLI and Telegram support.
元数据
常见问题
MintGarden 是什么?
Browse and search Chia NFTs and collections, view stats, trade history, recent sales, trending data, and user profiles via MintGarden API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1598 次。
如何安装 MintGarden?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mintgarden」即可一键安装,无需额外配置。
MintGarden 是免费的吗?
是的,MintGarden 完全免费(开源免费),可自由下载、安装和使用。
MintGarden 支持哪些平台?
MintGarden 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MintGarden?
由 Koba42Corp(@koba42corp)开发并维护,当前版本 v1.0.0。
推荐 Skills