ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

nft-art-generation

Generate NFT artwork using each::sense AI. Create PFP collections, generative art, 1/1 pieces, pixel art, 3D renders, animated NFTs, and trait-based characters for Web3 projects.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/nft-art-generation
Or

NFT Art Generation

Generate stunning NFT artwork using each::sense. This skill creates images and videos optimized for NFT collections, marketplaces, and Web3 projects.

Features

  • PFP Collections: 10K style profile picture collections with consistent traits
  • Generative Art: Algorithm-inspired abstract and geometric pieces
  • 1/1 Unique Artwork: High-quality single edition masterpieces
  • Pixel Art: Retro-style pixelated NFT artwork
  • 3D NFTs: Rendered 3D characters and objects
  • Animated NFTs: GIF and video NFTs with motion
  • AI Art Collections: Distinctive AI-generated art series
  • Trait-Based Characters: Characters with combinable attributes

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a PFP NFT of an ape character with cyberpunk style, neon colors, wearing futuristic sunglasses and a hoodie, dark background",
    "mode": "max"
  }'

NFT Art Formats & Sizes

TypeAspect RatioRecommended SizeUse Case
PFP Collection1:11024x1024 or 2048x2048Profile pictures, avatars
Generative Art1:12048x2048 or 4096x4096Art pieces, gallery display
1/1 ArtworkVarious2048x2048+High-value single editions
Pixel Art1:132x32 to 512x512Retro collections
3D Render1:1 or 4:32048x20483D character NFTs
Animated GIF1:11024x1024Motion NFTs
Video NFT1:1 or 16:91080x1080 or 1920x1080Premium animated pieces

Use Case Examples

1. PFP Collection Style (10K Style)

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 1:1 PFP NFT in the style of a 10K collection. An anthropomorphic fox character with purple fur, wearing a gold chain necklace and a backwards cap. Solid gradient background from teal to purple. Clean digital art style, bold outlines, vibrant colors.",
    "mode": "max"
  }'

2. Generative Art Piece

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a generative art piece inspired by algorithmic patterns. Abstract flowing lines and geometric shapes, inspired by Tyler Hobbs and Dmitri Cherniak. Use a limited color palette of deep blues, whites, and gold accents. Mathematical precision with organic flow. 1:1 aspect ratio.",
    "mode": "max"
  }'

3. 1/1 Unique Artwork

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-nft-art-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.