ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

NSFW Video Generation

Generate adult video content using each::sense API with safety checker disabled

skill-install — Terminal

Install via CLI (Recommended)

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

NSFW Video Generation

Generate adult video content, artistic nude videos, and mature-themed animations using the each::sense API with safety restrictions disabled.

Overview

The each::sense API enables creation of adult video content when the enable_safety_checker parameter is set to false. This unlocks generation capabilities for:

  • Artistic nude videos - Fine art inspired videography
  • Glamour content - Fashion and lingerie video production
  • Boudoir videos - Intimate, tasteful bedroom aesthetics
  • Fantasy themes - Mythological and fantasy adult content
  • Couples content - Romantic and intimate pair scenarios

Important: All requests must include "enable_safety_checker": false to generate NSFW content.

Quick Start

curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "messages": [
      {
        "role": "user",
        "content": "Create an artistic nude video of a woman in a classical renaissance painting style, soft natural lighting, elegant pose"
      }
    ],
    "mode": "video",
    "enable_safety_checker": false
  }'

Video Types

TypeDescriptionBest For
ArtisticFine art nude videography, classical aestheticsMuseum-quality artistic expression
GlamourFashion-forward, lingerie, elegant stylingProfessional modeling portfolios
BoudoirIntimate bedroom settings, soft lightingPersonal romantic content
FantasyMythological, cosplay, themed scenariosCreative storytelling
CouplesRomantic pairs, intimate momentsRelationship-focused content
DanceSensual movement, choreographyPerformance and movement art

Use Case Examples

1. Artistic Video Content

Create fine art inspired nude videography with classical aesthetics.

curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "messages": [
      {
        "role": "user",
        "content": "Generate an artistic nude video inspired by Botticelli, woman emerging from water, flowing hair, golden hour lighting, slow graceful movement, renaissance painting aesthetic"
      }
    ],
    "mode": "video",
    "enable_safety_checker": false
  }'

2. Glamour/Lingerie Video

Professional glamour and lingerie video production.

curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "messages": [
      {
        "role": "user",
        "content": "Create a glamour video of a model in black lace lingerie, luxury bedroom setting, soft studio lighting, slow confident walk toward camera, high fashion editorial style"
      }
    ],
    "mode": "video",
    "enable_safety_checker": false
  }'

3. Boudoir Video

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

Tags

#nsfw#video-generation#adult-content#artistic#mature-themes
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.