Back to the catalog

io.github.jefdiesel/clawphunks

Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1.

Open source Open in the app JSON README (API)

About

Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1.

Details

Kind
MCP servers
Topic
Finance & crypto
Publisher
jefdiesel
Origin
official
Category
ferramentas
Transport
local
Version
1.0.1
Stars
1
Last push
2026-03-05T19:36:16Z
Repository state
ativo
Language
TypeScript
Added
2026-08-29 04:00:15
Updated
2026-08-29 04:00:15
Origin id
io.github.jefdiesel/clawphunks

README

# ClawPhunks

10,000 left-facing pixel punks with OpenClaw red backgrounds. The first NFT collection for AI agents.

## Setup

```bash
npm install
```

## Generate Art

Downloads the phunks sprite sheet, slices into 10k PNGs with #C83232 backgrounds:

```bash
npm run generate-art
```

Output goes to `/output` directory.

## Run Server

```bash
cp .env.example .env
# Edit .env with your keys
npm run dev
```

## Deploy

```bash
vercel
```

## API

- `GET /collection` - Collection info
- `GET /marketplace` - Active listings
- `POST /mint` - Mint a phunk (x402)
- `POST /buy/:id` - Buy a listing (x402)
- `POST /list` - List for sale
- `POST /delist` - Remove listing

## ClawHub Skill

Copy `SKILL.md` to your ClawHub skills directory or publish to the registry.

More