Browse, search, and analyze Chia blockchain NFTs and collections directly from your terminal or chat interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mintgarden
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
An AI-powered automation tool for macOS that monitors iMessage conversations and generates context-aware responses based on custom rules.

A skill that allows users to send Chia (XCH) directly to Twitter handles by resolving addresses through the Go4Me service.

A comprehensive integration for monitoring Chia Network decentralized exchange activity and token metrics via the Dexie.space API.

A Telegram Mini App skill for verifying Chia wallet ownership through WalletConnect v2 and cryptographic signature validation via the MintGarden API.

A powerful developer tool for creating type-safe Chia blockchain puzzles that compile directly to CLVM bytecode.

A comprehensive RPC interface for managing Sage Chia blockchain wallets, including transactions, NFTs, and DIDs through AI-driven commands.








































