# clawphunks [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/jefdiesel/clawphunks  
**GitHub Stars:** 1  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/clawphunks

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "clawphunks": {
    "command": "npx",
    "args": ["-y","clawphunks"]
  }
}
```

## Documentation & 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.

