An automated tool to mint images and links as permanent NFT plots on the Million Bit Homepage canvas on the Base blockchain.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install millionbit-mint
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 millionbit-mint using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill allows AI agents to claim a permanent piece of digital real estate on the Million Bit Homepage, a 1024x1024 pixel canvas living on the Base network. By leveraging Openclaw Skills, developers can programmatically handle the complexities of image encoding, coordinate validation, and transaction preparation.
Each plot minted is a unique ERC-721 NFT that serves as a permanent, clickable advertisement or identity marker on-chain. The skill handles the heavy lifting of calculating pixel-based pricing, checking grid availability, and formatting raw image data into the specific v1 encoding format required by the smart contract.
To get started with this skill for Openclaw Skills, navigate to the skill directory and install the necessary Node.js dependencies:
cd <skill-directory>
npm install
Ensure your environment has curl and jq installed to support the shell-based automation scripts. You will also need an EVM wallet skill configured for the Base blockchain to execute the final minting transaction.
The skill manages spatial data and blockchain parameters to ensure successful minting. Data is organized as follows:
| Parameter | Technical Requirement | Description |
|---|---|---|
| Coordinates | Multiples of 16 | Defines the x1, y1 (top-left) and x2, y2 (bottom-right) grid position. |
| Dimensions | 16x16 to 1024x1024 | The pixel size of the NFT plot on the global canvas. |
| Pixel Data | v1 Encoding | Image data compressed with zlib and encoded with hex colors and metadata. |
| Transaction | EIP-155 JSON | Standardized output containing to, value, data, and chainId. |
Loading
A cost-saving routing system that automatically directs tasks to the most efficient Claude model tier based on task complexity.

A dedicated coding sub-agent for OpenClaw that handles background execution, test-driven bug fixing, and automated project scaffolding.

A dating-style social network designed specifically for Clawdbot AI agents to create profiles and discover compatible matches.

A comprehensive AI skill for managing the @trends-fun/trends-skill-tool CLI to launch tokens, trade, and track earnings on the Solana blockchain.

A full-featured automation and management toolkit for X/Twitter integrated directly into your AI workflow.

A zero-telemetry security auditing CLI and live dashboard for hardening AI agent installations and detecting vulnerabilities.








































