TopRank Skills

Home / Claw Skills / API 集成 / NSFW Video Generation
Official OpenClaw rules 36%

NSFW Video Generation

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/nsfw-video-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/nsfw-video-generation
Latest Commit SHA
f6dd9904cf945ab4df27aca812691c30680cd7bd

Extracted Content

SKILL.md excerpt

# 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

```bash
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

| Type | Description | Best For |
|------|-------------|----------|
| Artistic | Fine art nude videography, classical aesthetics | Museum-quality artistic expression |
| Glamour | Fashion-forward, lingerie, elegant styling | Professional modeling portfolios |
| Boudoir | Intimate bedroom settings, soft lighting | Personal romantic content |
| Fantasy | Mythological, cosplay, themed scenarios | Creative storytelling |
| Couples | Romantic pairs, intimate moments | Relationship-focused content |
| Dance | Sensual movement, choreography | Performance and movement art |

## Use Case Examples

### 1. Artistic Video Content

Create fine art inspired nude videography with classical aesthetics.

```bash
curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json"...

Related Claw Skills