TopRank Skills

Home / Claw Skills / Autres / nsfw-content-generation
Official OpenClaw rules 15%

nsfw-content-generation

Generate NSFW and adult content using each::sense API with safety checker disabled. Supports artistic nude, glamour, boudoir, fantasy, and mature themed content creation with full creative freedom.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 nsfw-content-generation 技能。 若已安装,则直接安装 nsfw-content-generation 技能。

Overview

Skill Key
eftalyurtseven/nsfw-content-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/nsfw-content-generation
Latest Commit SHA
699dee6ed5870137d5271480386b6d2c2259589d

Extracted Content

SKILL.md excerpt

# NSFW Content Generation with each::sense

Generate adult and mature content using each::sense API with the safety checker disabled. This skill enables creation of artistic nude, glamour photography, boudoir, fantasy art, and other adult-themed visual content.

**Features:**
- Artistic nude and figure photography
- Glamour and boudoir photography
- Fantasy and pin-up art
- Mature-themed character generation
- Consistent character across multiple generations via session_id
- Full creative control with no content filtering

## Authentication

```
Header: X-API-Key: <your-api-key>
```

Get your API key at [eachlabs.ai](https://eachlabs.ai) -> API Keys.

Set the `EACHLABS_API_KEY` environment variable.

## Base URL

```
https://sense.eachlabs.run
```

## Quick Start

```bash
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": "Generate an artistic nude portrait with renaissance painting style, soft dramatic lighting",
    "mode": "max",
    "enable_safety_checker": false
  }'
```

The endpoint returns Server-Sent Events (SSE) with real-time progress and the final generated output.

## Content Types

| Type | Description | Example Prompt Keywords |
|------|-------------|------------------------|
| Artistic Nude | Fine art style nude photography/paintings | classical, renaissance, figure study, artistic |
| Glamour | Sophisticated adult modeling | glamour, elegant, sensual, fashion |
| Boudoir | Intimate bedroom photography style | boudoir, intimate, romantic, soft light |
| Pin-Up | Retro/vintage style pin-up art | pin-up, retro, vintage, playful |
| Fantasy | Fantasy-themed adult art | fantasy, ethereal, mythological, magical |
| Cinematic | Movie/film style mature scenes | cinematic, dramatic, moody, film still |
| Fine Art | Museum-quality artistic compositions | fine art, gallery, sculptural, classical |
| Editorial | Magazine/editorial...

Related Claw Skills