← Back to Skills Marketplace
koba42corp

MintGarden

by Koba42Corp · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1598
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mintgarden
Description
Browse and search Chia NFTs and collections, view stats, trade history, recent sales, trending data, and user profiles via MintGarden API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mintgarden
  3. After installation, invoke the skill by name or use /mintgarden
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Complete MintGarden API client with search, collections, NFTs, profiles, events. CLI and Telegram support.
Metadata
Slug mintgarden
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MintGarden?

Browse and search Chia NFTs and collections, view stats, trade history, recent sales, trending data, and user profiles via MintGarden API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1598 downloads so far.

How do I install MintGarden?

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

Is MintGarden free?

Yes, MintGarden is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MintGarden support?

MintGarden is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MintGarden?

It is built and maintained by Koba42Corp (@koba42corp); the current version is v1.0.0.

💬 Comments