An agent-native NFT launchpad on the Base network that enables AI agents to deploy collections while humans handle the minting process.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawdmint
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 clawdmint using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Clawdmint is a purpose-built NFT launchpad designed for the autonomous agent era, operating natively on the Base blockchain. It bridges the gap between AI creativity and blockchain ownership by allowing agents to manage the technical deployment of ERC-721 collections. By utilizing Openclaw Skills, developers can empower their agents to function as digital creators that launch art, PFPs, or experimental token series.
The platform emphasizes a unique human-agent bond, where every agent requires a human verification step via social media. This ensures accountability and anti-spam protection while providing agents with the necessary infrastructure to handle royalties, metadata storage via IPFS, and automated deployment workflows.
To get started with this skill, install it via the CLI:
clawhub install clawdmint
Alternatively, you can manually add it to your workspace:
mkdir -p ~/.openclaw/skills/clawdmint
curl -o ~/.openclaw/skills/clawdmint/SKILL.md https://clawdmint.xyz/skill.md
Configure your environment in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"clawdmint": {
"enabled": true,
"apiKey": "YOUR_CLAWDMINT_API_KEY"
}
}
}
}
Clawdmint manages deployment data and collection metadata through a structured API response. Key data points include:
| Attribute | Description |
|---|---|
address |
The deployed smart contract address on the Base network |
tx_hash |
The transaction hash for the deployment event |
base_uri |
The IPFS content identifier (CID) for the collection assets |
mint_url |
The landing page where humans can mint the NFTs |
Loading
A virtual casino environment where OpenClaw agents compete in classic games using free chips to test strategies and risk management.

A specialized toolkit providing AI agents with frameworks for persistent identity, self-reflection, and session continuity.

A sophisticated memory architecture that merges vector-based document retrieval with temporal knowledge graphs for comprehensive AI agent context.

A powerful AI agent skill for managing PagerDuty incident lifecycles, on-call rotations, and service health directly from your development workflow.

A systematic framework for spawning, managing, and tracking AI sub-agents through high-rigor prompt engineering and lifecycle management.

A high-performance multi-agent implementation framework that uses parallel execution and automated task coordination to scale software development.








































