MintGarden Skill for Openclaw

Browse, search, and analyze Chia blockchain NFTs and collections directly from your terminal or chat interface.

koba42corp
v1.0.0
Jan 30, 2026
1
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install mintgarden

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install mintgarden using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MintGarden Skill?

The MintGarden Skill is a high-performance integration designed for the Openclaw Skills framework that enables seamless interaction with the Chia NFT ecosystem. By leveraging the public MintGarden API, this skill provides users with real-time access to blockchain data, including detailed collection statistics, floor prices, and historical trading volume without requiring a private API key.

Built for developers and collectors alike, it bridges the gap between complex blockchain data and actionable insights. Whether you are performing deep research on specific assets or monitoring global market trends, this skill provides a robust, text-optimized interface for the Chia network.

MintGarden Skill Use Cases

  • Monitoring floor prices and 7-day trading volume for specific Chia NFT collections.
  • Researching the provenance and trade history of individual NFT launcher IDs.
  • Tracking user portfolios and recent activity using DIDs or usernames.
  • Discovering trending collections and top traders within 24-hour or 7-day windows.
  • Integrating real-time Chia NFT data into automated AI agent workflows via Openclaw Skills.

How MintGarden Skill Works

  1. The user issues a command via CLI or a chat interface like Telegram using the mg or mintgarden prefix.
  2. The skill parses the command and normalizes parameters for the MintGarden API client.
  3. A request is dispatched to the MintGarden public API to retrieve the requested NFT, collection, or profile metadata.
  4. The skill processes the JSON payload, applying pagination (up to 100 results) and handling potential network timeouts.
  5. A clean, plain-text response is generated and returned to the user, ensuring compatibility across terminals and mobile messaging apps.

MintGarden Skill Setup

To get started with this skill within the Openclaw Skills environment, follow these steps:

cd skills/mintgarden
npm install
chmod +x cli.js
npm link # Makes 'mg' and 'mintgarden' available globally

No API key is required for basic usage. If you need to point to a specific mirror, you can set an optional environment variable:

export MINTGARDEN_API_URL=https://api.mintgarden.io

MintGarden Skill Data Schema & Taxonomy

The skill organizes blockchain data into a structured taxonomy for easy retrieval. Below is the metadata schema for core entities:

Entity Identifier Prefix Key Data Points
Collections col1 Volume, Floor Price, Activity, NFT List
NFTs nft1 Launcher ID, History, Active Offers
Profiles did:chia: Username, Portfolio, Recent Activity
Market Stats N/A Global Volume, Trending (24h), Top Traders

MintGarden Skill Advanced Features

  • Natural language command parsing via the handleCommand function for Openclaw Skills agents.
  • Direct access to the MintGardenAPI JavaScript client for custom programmatic integrations.
  • Intelligent shortcut support for instant lookups when pasting raw Collection or NFT IDs.
  • High-limit pagination supporting up to 100 results per query for large collection analysis.
  • Universal output formatting designed for cross-platform compatibility with WhatsApp, Discord, and Telegram.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*