NSFW Image Generation
Generate adult images, artistic nudes, glamour photography, and fantasy art using the each::sense API with safety checker disabled
What this skill does
# 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
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_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",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
## Image Styles
| Style | Description | Best For |
|-------|-------------|----------|
| Artistic Nude | Fine art focus on human form, lighting, composition | Gallery-quality art, photography portfolios |
| Glamour | Professional glamour photography, lingerie, fashion | Fashion, modeling portfolios |
| Boudoir | Intimate, sensual, elegant bedroom aesthetics | Personal projects, romantic imagery |
| Pin-Up | Retro-inspired, playful, vintage aesthetics | Illustration, nostalgic themes |
| Fantasy | Adult fantasy art, mythical characters, illustrations | Character design, fantasy projects |
| Fine Art | Classical artistic style, museum-quality aesthetics | Art collections, exhibitions |
## Use Case Examples
### 1. Artistic Nude Photography
Classic fine art nude with emphasis on form and lighting.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_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",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 2. Glamour and Lingerie Photography
Professional glamour photography with fashion aesthetics.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Glamour photography, stunning model in black lace lingerie, luxurious bedroom setting, soft golden hour lighting through sheer curtains, professional fashion photography, high-end editorial style"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 3. Boudoir Style Photography
Intimate and sensual boudoir imagery.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Boudoir photography, woman lounging on vintage chaise lounge, silk robe partially draped, soft romantic lighting with candles, intimate atmosphere, warm color palette, elegant and tasteful"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 4. Pin-Up Style Art
Retro-inspired pin-up illustrations and photography.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Classic 1950s pin-up style illustration, playful pose, vintage swimsuit, retro color palette, Gil Elvgren inspired, cheerful expression, vibrant background, nostalgic Americana aesthetic"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 5. Fantasy Art
Adult fantasy illustrations with mythical themes.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Fantasy art, beautiful elven warrior goddess, flowing silver hair, ethereal glowing skin, mystical forest setting, moonlit atmosphere, ornate minimal armor, magical aura, detailed digital painting style"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 6. Fine Art Nude
Classical fine art representation of the human form.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Fine art nude in classical Renaissance style, reclining figure on draped fabric, Titian-inspired color palette, oil painting texture, museum quality, emphasis on human beauty and classical proportions"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 7. Couples Content
Romantic and intimate couples imagery.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Romantic couples photography, intimate embrace, soft natural lighting, bedroom setting with white linens, artistic and tasteful, focus on connection and emotion, warm skin tones, professional boudoir style"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 8. Character-Based with Consistent Persona
Generate consistent character imagery using reference images.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create a glamour portrait of this model in elegant lingerie, professional studio lighting, high fashion aesthetic"
}
],
"image_urls": ["https://example.com/reference-model.jpg"],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 9. Artistic Body Study
Detailed body study for artistic purposes.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Artistic body study, athletic male figure, dramatic Rembrandt lighting, emphasis on musculature and form, studio photography, high contrast black and white, fine art aesthetic"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
```
### 10. Vintage Erotica Style
Classic vintage erotica aesthetics.
```bash
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
-H "ContenRelated in Image & Video
watch
IncludedWatch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
physical-ai-defect-image-generation
IncludedUse when the user wants to orchestrate defect image generation, run associated setup, or handle outputs on OSMO. The Day 0 path handles cold-start with USD-to-ROI, image-edit augmentation, and AnomalyGen to create initial PCBA datasets. The Day 1 path performs inference and labeling on real images. This skill helps with first-time asset setup, creation of finetuning checkpoints, and configuring deployment. Trigger keywords: defect image generation, dig workflow, dig pipeline, defect image detection workflow, aoi pipeline, aoi anomalygen, usd2roi anomalygen, day 0 pcba, day 1 pcba, day 1 real-photo alignment, day 1 manual roi, metal surface anomaly, glass defect, anomalygen finetune, setup_pcb, setup_metal, setup_glass, setup_pretrained, dig setup, dig datasets, dig pretrained checkpoint, dig image-edit endpoint.
accelint-react-best-practices
IncludedReact performance optimization and best practices. ALWAYS use this skill when working with any React code - writing components, hooks, JSX; refactoring; optimizing re-renders, memoization, state management; reviewing for performance; fixing hydration mismatches; debugging infinite re-renders, stale closures, input focus loss, animations restarting; preventing remounting; implementing transitions, lazy initialization, effect dependencies. Even simple React tasks benefit from these patterns. Covers React 19+ (useEffectEvent, Activity, ref props). Triggers - useEffect, useState, useMemo, useCallback, memo, inline components, nested components, components inside components, re-render, performance, hydration, SSR, Next.js, useDeferredValue, combined hooks.
elevenlabs-agents
IncludedBuild conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs. Configure agents, tools (client/server/MCP), RAG knowledge bases, multi-voice, and Scribe real-time STT. Use when: building voice chat interfaces, implementing AI phone agents with Twilio, configuring agent workflows or tools, adding RAG knowledge bases, testing with CLI "agents as code", or troubleshooting deprecated @11labs packages, Android audio cutoff, CSP violations, dynamic variables, or WebRTC config. Keywords: ElevenLabs Agents, ElevenLabs voice agents, AI voice agents, conversational AI, @elevenlabs/react, @elevenlabs/client, @elevenlabs/react-native, @elevenlabs/elevenlabs-js, @elevenlabs/agents-cli, elevenlabs SDK, voice AI, TTS, text-to-speech, ASR, speech recognition, turn-taking model, WebRTC voice, WebSocket voice, ElevenLabs conversation, agent system prompt, agent tools, agent knowledge base, RAG voice agents, multi-voice agents, pronunciation dictionary, voice speed control, elevenlabs scribe, @11labs deprecated, Android audio cutoff, CSP violation elevenlabs, dynamic variables elevenlabs, case-sensitive tool names, webhook authentication
humanizer
IncludedHumanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
generating-mermaid-diagrams
IncludedSalesforce architecture diagrams using Mermaid with ASCII fallback. Use this skill when generating text-based diagrams for Salesforce architecture, OAuth flows, ERDs, integration sequences, or Agentforce structure. TRIGGER when: user says "diagram", "visualize", "ERD", or asks for sequence diagrams, flowcharts, class diagrams, or architecture visualizations in Mermaid. DO NOT TRIGGER when: user wants PNG/SVG image output (use generating-visual-diagrams), or asks about non-Salesforce systems.