ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

NSFW Image Generation

Generate adult images, artistic nudes, glamour photography, and fantasy art using the each::sense API with safety checker disabled

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/nsfw-image-generation
Or

NSFW Image Generation

Generate adult images, artistic nude photography, glamour shots, boudoir photography, and fantasy art using the each::sense API.

Overview

The each::sense API enables NSFW image generation when the enable_safety_checker parameter is set to false. This unlocks the ability to create:

  • Artistic Nude Photography: Fine art nudes with emphasis on form, lighting, and composition
  • Glamour Photography: Professional glamour and lingerie photography
  • Boudoir Photography: Intimate, sensual imagery with elegant aesthetics
  • Pin-Up Style: Retro-inspired pin-up art and photography
  • Fantasy Art: Adult fantasy illustrations and character art
  • Fine Art Nude: Classical artistic representations of the human form

Quick Start

curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $EACH_API_KEY" \
  -d '{
    "messages": [
      {
        "role": "user",
        "content": "Create an artistic nude photograph, elegant female form, dramatic chiaroscuro lighting, black and white, fine art style"
      }
    ],
    "mode": "max",
    "enable_safety_checker": false
  }'

Image Styles

StyleDescriptionBest For
Artistic NudeFine art focus on human form, lighting, compositionGallery-quality art, photography portfolios
GlamourProfessional glamour photography, lingerie, fashionFashion, modeling portfolios
BoudoirIntimate, sensual, elegant bedroom aestheticsPersonal projects, romantic imagery
Pin-UpRetro-inspired, playful, vintage aestheticsIllustration, nostalgic themes
FantasyAdult fantasy art, mythical characters, illustrationsCharacter design, fantasy projects
Fine ArtClassical artistic style, museum-quality aestheticsArt collections, exhibitions

Use Case Examples

1. Artistic Nude Photography

Classic fine art nude with emphasis on form and lighting.

curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $EACH_API_KEY" \
  -d '{
    "messages": [
      {
        "role": "user",
        "content": "Artistic nude photograph, elegant female figure silhouette against window light, soft morning glow, minimalist composition, black and white, fine art photography style, emphasis on curves and shadows"
      }
    ],
    "mode": "max",
    "enable_safety_checker": false
  }'

2. Glamour and Lingerie Photography

Professional glamour photography with fashion aesthetics.

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-nsfw-image-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#nsfw#adult-content#artistic-nude#glamour#boudoir#fantasy-art#fine-art
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.