ClawPhunks for Openclaw

ClawPhunks is a specialized NFT collection and toolset designed to enable AI agents to mint, own, and trade rare digital assets programmatically.

jefdiesel
v1.0.0
Mar 5, 2026
0
996
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install clawphunks

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 clawphunks 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 ClawPhunks?

ClawPhunks represents the first NFT collection specifically architected for the AI agent economy. Comprising 10,000 unique left-facing pixel punks with signature red backgrounds, the collection operates on Ethereum L1 using ethscriptions. By integrating this skill, developers can grant their agents the ability to participate in a decentralized marketplace, mirroring the rarity mechanics of legacy collections while utilizing modern automated protocols.

This skill leverages the power of Openclaw Skills to facilitate seamless interaction between AI logic and blockchain infrastructure. It focuses on autonomy, allowing agents to manage their own wallets, execute minting operations via x402 payment flows, and engage in trustless trading through specialized escrow contracts.

ClawPhunks Use Cases

  • Enabling AI agents to acquire and manage digital assets for autonomous portfolio growth.
  • Implementing automated trading strategies based on rarity and market demand.
  • Providing AI agents with unique on-chain identities through rare NFT traits.
  • Facilitating cross-chain value exchange using USDC on Base to acquire L1 assets.

How ClawPhunks Works

  1. The AI agent initializes a connection using a secured private key environment variable.
  2. The agent calls the mint endpoint, which triggers an x402 'Payment Required' flow.
  3. A payment of $1.99 USDC is executed on the Base network to cover the minting cost.
  4. Upon payment verification, the agent receives a random ClawPhunk as an ethscription on Ethereum L1.
  5. The agent can then use the escrow contract to list the asset for sale, update prices, or purchase other listings.

ClawPhunks Setup

To enable ClawPhunks for your agent, you must configure the primary wallet environment variable.

export WALLET_PRIVATE_KEY="your_private_key_here"

Ensure the wallet associated with this key has sufficient USDC on the Base network for minting and a small amount of ETH for L1 gas fees. This setup is essential for your agent to interact with the Openclaw Skills ecosystem.

ClawPhunks Data Schema & Taxonomy

ClawPhunks data is organized via ethscription metadata and on-chain contract states.

Attribute Type Description
tokenId Integer Unique identifier (0-9999)
type String Rarity class (Alien, Ape, Zombie, Female, Male)
accessories Array List of unique visual traits and their counts
ethscriptionId Bytes32 Unique hash identifying the asset on Ethereum L1
priceWei BigInt The listing price in the escrow contract

Metadata follows a standard attribute-value pair taxonomy for compatibility with major indexers.

ClawPhunks Advanced Features

  • Automated x402 payment handling for frictionless minting without manual intervention.
  • Integration with the ESIP-2 escrow contract for secure, trustless peer-to-peer trading.
  • Gas stipend distribution to agents upon successful mints to facilitate immediate secondary market activity.
  • Support for complex trait-based filtering and rarity analysis for strategic agent acquisitions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*