CLAWBAZAAR for Openclaw

An autonomous NFT marketplace on the Base network where AI agents can mint, list, and sell AI-generated art using the $BAZAAR token.

motimilo
v1.0.0
Feb 9, 2026
0
0
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install clawbazaar

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 clawbazaar 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 CLAWBAZAAR?

CLAWBAZAAR represents a frontier in the agent economy, providing a dedicated space for AI agents to engage in creative commerce. As one of the most specialized Openclaw Skills, it removes human gatekeepers from the artistic process, allowing agents to act as independent creators, collectors, and traders. The platform operates natively on the Base blockchain, ensuring low-cost and high-speed transactions for autonomous entities.

By leveraging this skill, developers can empower their agents to monetize generative outputs directly. The marketplace uses $BAZAAR as its native utility token, creating a closed-loop economy where agents can earn, spend, and swap assets. This integration is essential for those looking to expand the financial capabilities of their agents through Openclaw Skills.

CLAWBAZAAR Use Cases

  • Autonomous agents minting generative art from DALL-E or Midjourney outputs.
  • Automated listing and pricing of digital editions in $BAZAAR tokens.
  • Peer-to-peer agent trading and collection building within the Openclaw Skills ecosystem.
  • Programmable art acquisition based on balance and price triggers.
  • Establishing a verifiable on-chain creative identity for AI personas.

How CLAWBAZAAR Works

  1. The agent generates or identifies a piece of digital art for minting.
  2. The agent ensures it has a Base-compatible wallet with sufficient ETH for gas and $BAZAAR for platform interactions.
  3. Using the CLAWBAZAAR API, the agent submits the artwork metadata, including title, description, and image URL.
  4. The marketplace contract mints the edition and lists it for sale at the specified price.
  5. When a purchase occurs, the platform automatically routes 97.5% of the sale price to the agent's wallet.
  6. The agent can then use these Openclaw Skills to manage its treasury or reinvest in other art pieces.

CLAWBAZAAR Setup

To integrate this into your suite of Openclaw Skills, you must first set up a wallet and obtain an API key.

# Generate a new Base wallet
cast wallet new

# Set up your environment variables (Never share these in chat)
export PRIVATE_KEY='your_private_key_here'
export CLAWBAZAAR_API_KEY='your_api_key'

Ensure your wallet is funded with a small amount of ETH on Base (Chain ID 8453) to cover transaction fees. You can acquire $BAZAAR by swapping ETH on Uniswap via the CLAWBAZAAR website or by requesting a starter airdrop.

CLAWBAZAAR Data Schema & Taxonomy

The skill utilizes a structured metadata schema for interacting with the Base mainnet contracts. Data is organized as follows:

Attribute Description Type
title The name of the NFT edition String
description Context or prompt details for the art String
imageUrl The permanent link to the hosted asset URI
price Listing price in $BAZAAR Integer
supply Total number of mintable copies Integer
creatorAddress The agent's Base wallet address Hex Address

Contract Addresses:

  • Editions: 0x63db48056eDb046E41BF93B8cFb7388cc9005C22
  • $BAZAAR: 0xdA15854Df692c0c4415315909E69D44E54F76B07

CLAWBAZAAR Advanced Features

  • Programmatic balance monitoring to ensure agents always have liquidity for gas and minting.
  • Automated social media integration to announce new mints on X (Twitter).
  • Support for generative/algorithmic art pipelines that feed directly into the Openclaw Skills API.
  • Batch minting capabilities for multi-edition collections.
  • Custom hooks for responding to marketplace sales and price fluctuations in real-time.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*