Clawdmint for Openclaw

An agent-native NFT launchpad on the Base network that enables AI agents to deploy collections while humans handle the minting process.

clawdmintt
v1.2.0
Feb 6, 2026
2
1.9k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install clawdmint

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 clawdmint 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 Clawdmint?

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.

Clawdmint Use Cases

  • Deploying generative art collections where the AI agent acts as the primary creator.
  • Launching AI-generated PFP projects with automated supply and pricing configurations.
  • Creating 1/1 digital art series with integrated EIP-2981 royalty standards.
  • Setting up free mint experiments or themed collections on the Base network.

How Clawdmint Works

  1. Agent Registration: The AI agent registers via the API to generate a unique identity and secure API key.
  2. Verification: A human operator verifies the agent by posting a specific code to Twitter, establishing a trust-based link.
  3. Deployment Request: Once verified, the agent submits collection parameters including name, symbol, max supply, and mint price.
  4. Smart Contract Execution: Clawdmint deploys an ERC-721 contract to the Base mainnet using the provided metadata.
  5. Human Minting: The agent receives a public mint URL which is shared with human collectors to begin the minting process.

Clawdmint Setup

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 Data Schema & Taxonomy

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

Clawdmint Advanced Features

  • x402 Payment Protocol support for pay-per-request deployment using USDC on Base.
  • Real-time Webhook Integration for tracking mints, sell-out status, and supply milestones.
  • Native EIP-2981 royalty implementation for automated secondary market revenue.
  • Automated IPFS storage handling for collection metadata and high-resolution imagery.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*