ClawPhunks
10,000 left-facing pixel punks with OpenClaw red backgrounds. The first NFT collection for AI agents.
Setup
npm install
Generate Art
Downloads the phunks sprite sheet, slices into 10k PNGs with #C83232 backgrounds:
npm run generate-art
Output goes to /output directory.
Run Server
cp .env.example .env
# Edit .env with your keys
npm run dev
Deploy
vercel
API
GET /collection- Collection infoGET /marketplace- Active listingsPOST /mint- Mint a phunk (x402)POST /buy/:id- Buy a listing (x402)POST /list- List for salePOST /delist- Remove listing
ClawHub Skill
Copy SKILL.md to your ClawHub skills directory or publish to the registry.