From eachlabs-skills
Generate adult images, artistic nudes, glamour photography, and fantasy art using the each::sense API with safety checker disabled
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin eachlabs-skillsThis skill uses the workspace's default tool permissions.
Generate adult images, artistic nude photography, glamour shots, boudoir photography, and fantasy art using the each::sense API.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Generate adult images, artistic nude photography, glamour shots, boudoir photography, and fantasy art using the each::sense API.
The each::sense API enables NSFW image generation when the enable_safety_checker parameter is set to false. This unlocks the ability to create:
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
}'
| 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 |
Classic fine art nude with emphasis on form and lighting.
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
}'
Professional glamour photography with fashion aesthetics.
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
}'
Intimate and sensual boudoir imagery.
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
}'
Retro-inspired pin-up illustrations and photography.
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
}'
Adult fantasy illustrations with mythical themes.
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
}'
Classical fine art representation of the human form.
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
}'
Romantic and intimate couples imagery.
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
}'
Generate consistent character imagery using reference images.
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
}'
Detailed body study for artistic purposes.
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
}'
Classic vintage erotica aesthetics.
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": "Vintage 1920s erotica style photograph, art deco setting, sepia tones, elegant flapper aesthetic, pearl accessories, soft focus, classic Hollywood glamour, tasteful and artistic"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
For best results, structure your prompts with:
Subject: Elegant female figure in graceful pose
Setting: Minimalist white studio with draped silk fabric
Lighting: Soft wraparound lighting with subtle shadows
Style: High-fashion editorial photography
Mood: Sophisticated and sensual
Technical: Medium format, shallow depth of field
| Mode | Use Case | Quality | Speed |
|---|---|---|---|
max | Final images, portfolio work, high detail | Highest | Slower |
eco | Drafts, concept exploration, iteration | Good | Faster |
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": "Professional boudoir photograph, soft natural window light, elegant pose, high-end editorial quality"
}
],
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
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": "Quick concept sketch, artistic nude silhouette, minimal style"
}
],
"mode": "eco",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
Use session_id to maintain character consistency across multiple images.
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 an elegant brunette model, green eyes, professional studio lighting"
}
],
"session_id": "model-session-001",
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
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": "Now show the same model in a boudoir setting, silk robe, romantic candlelight"
}
],
"session_id": "model-session-001",
"mode": "max",
"model": "eachsense/beta",
"stream": true,
"enable_safety_checker": false
}'
Age Verification Required: This API feature is intended for adult users only (18+ or legal age in your jurisdiction).
Platform Compliance: Users are responsible for ensuring their use of generated content complies with:
Prohibited Content: The API will not generate:
Terms of Service: Use of this API constitutes agreement to Each Labs terms of service and acceptable use policy.
| Error | Cause | Solution |
|---|---|---|
safety_check_failed | Safety checker still enabled | Ensure enable_safety_checker: false is in request |
content_policy_violation | Request violates content policy | Revise prompt to comply with guidelines |
invalid_image_url | Reference image URL inaccessible | Check URL accessibility and format |
rate_limit_exceeded | Too many requests | Implement backoff and retry logic |
{
"error": {
"code": "content_policy_violation",
"message": "The requested content violates our acceptable use policy"
}
}