nsfw-video
Generate AI videos for mature creative projects using Wan 2.2 Spicy (LoRA-tuned for NSFW, top recommended), Wan 2.6, Seedance 1.5, Vidu Q3-Pro, and other models with relaxed content policies via Atlas Cloud API. Designed for adult (18+) artistic and professional use cases including artistic film, fashion video, choreography, and mature animation. Wan 2.2 Spicy is purpose-built for mature content with LoRA fine-tuning at just $0.03/s. Also includes Wan 2.6 (up to 15s 1080p, audio-guided), Seedance v1.5 Pro (native audio-visual), and Vidu Q3-Pro (anime support). Supports text-to-video, image-to-video, and video-to-video. Use this skill when the user explicitly requests NSFW or mature video generation for legitimate adult creative work.
What this skill does
# NSFW Video Generation — Adult Creative AI Video Models Generate AI videos for mature creative projects using models with relaxed content policies. Intended for legitimate adult (18+) artistic and professional use cases such as artistic film, fashion video, choreography, and mature animation. **Top recommended: Wan 2.2 Spicy** — purpose-built for mature content with LoRA fine-tuning, best NSFW quality at just $0.03/video. For general video generation, also consider Wan 2.6 (up to 15s 1080p, multi-camera). > **Age restriction (18+)**: This skill is strictly for users aged 18 and above. The agent MUST confirm the user's age before first use by asking: "This skill generates mature content. Please confirm you are 18 years or older to proceed." If the user does not confirm, the agent MUST refuse to execute. Minors are strictly prohibited from using this skill. > **Data usage note**: This skill sends text prompts, image URLs, audio URLs, and video files to the Atlas Cloud API (`api.atlascloud.ai`) for video generation. No data is stored locally beyond the downloaded output files. > **Security note**: API keys are read from environment variables and passed via HTTP headers. All prompts are sent through JSON request bodies. --- ## Required Environment Variables | Variable | Required | Description | |----------|:--------:|-------------| | `ATLASCLOUD_API_KEY` | **Yes** | Atlas Cloud API key for accessing video generation models | ## Setup 1. Sign up at https://www.atlascloud.ai 2. Console → API Keys → Create new key 3. Set env: `export ATLASCLOUD_API_KEY="your-key"` The API key is tied to your Atlas Cloud account and its pay-as-you-go balance. All usage is billed to this account. ### Credential Safety - **Use a dedicated key**: Create a separate API key for this skill rather than reusing keys from other applications. Revoke it when no longer needed. - **Do not hardcode keys**: Always use environment variables (`export ATLASCLOUD_API_KEY="..."`) — never embed keys in scripts, code, or prompts. - **Monitor usage**: Check Console → Usage regularly to track spending and detect anomalies. - **Control your balance**: Atlas Cloud uses pay-as-you-go billing — only recharge the amount you plan to use to limit potential exposure. - Atlas Cloud does not currently support scoped/limited keys — each key grants access to all models on your account. Use balance control as the primary safeguard. --- ## Script Usage This skill includes a Python script for video generation. Zero external dependencies required. ### List available video models ```bash python scripts/generate_video.py list-models ``` ### Generate a video (text-to-video) ```bash python scripts/generate_video.py generate \ --model "MODEL_ID" \ --prompt "Your prompt here" \ --output ./output \ duration=5 resolution=720p ``` ### Generate a video (image-to-video) ```bash python scripts/generate_video.py generate \ --model "MODEL_ID" \ --image "https://example.com/photo.jpg" \ --prompt "Animate this scene" \ --output ./output ``` ### Upload a local file ```bash python scripts/generate_video.py upload ./local-file.jpg ``` Run `python scripts/generate_video.py generate --help` for all options. Extra model params can be passed as key=value (e.g. `duration=10 shot_type=multi_camera`). --- ## Available Models ### Wan 2.2 Spicy (Alibaba) — Top Recommended for NSFW Purpose-built for mature content generation with LoRA fine-tuning. Best NSFW quality, cheapest price. Image-to-Video only — provide a reference image + prompt to generate video. | Model ID | Type | Price | Duration | Resolution | |----------|------|:-----:|:--------:|:----------:| | `alibaba/wan-2.2-spicy/image-to-video` | Image-to-Video | **$0.03/s** | 5/8s | 480p/720p | | `alibaba/wan-2.2-spicy/image-to-video-lora` | I2V + Custom LoRA | **$0.04/s** | 5/8s | 480p/720p | **Unique features**: LoRA fine-tuned specifically for mature content, custom LoRA support (up to 3 high-noise + 3 low-noise LoRAs), per-second pricing. ### Wan 2.6 (Alibaba) — Best General Quality Best quality, most features, best price-performance ratio. | Model ID | Type | Price | Duration | Resolution | |----------|------|:-----:|:--------:|:----------:| | `alibaba/wan-2.6/text-to-video` | Text-to-Video | $0.04-0.12/s | 5/10/15s | 480p–1080p | | `alibaba/wan-2.6/image-to-video` | Image-to-Video | $0.10-0.15/s | 5/10/15s | 720p–1080p | | `alibaba/wan-2.6/image-to-video-flash` | I2V Flash | $0.018/s | 5/10/15s | 720p–1080p | | `alibaba/wan-2.6/video-to-video` | Video-to-Video | $0.04-0.12/s | 5/10s | 480p–1080p | **Unique features**: Multi/single camera shot types, audio URL guided generation, `characterX` prompt notation for V2V, prompt expansion. ### Seedance v1.5 Pro (ByteDance) — Native Audio-Visual | Model ID | Type | Price | Duration | Resolution | |----------|------|:-----:|:--------:|:----------:| | `bytedance/seedance-v1.5-pro/text-to-video` | Text-to-Video | $0.222/video | 5s | 720p/480p | | `bytedance/seedance-v1.5-pro/image-to-video` | Image-to-Video | $0.222/video | 5s | 720p/480p | | `bytedance/seedance-v1.5-pro/text-to-video-fast` | T2V Fast | $0.018/video | 5s | 720p | | `bytedance/seedance-v1.5-pro/image-to-video-fast` | I2V Fast | $0.018/video | 5s | 720p | **Unique features**: Native audio-visual joint generation, camera fixed control, start+end frame for I2V (`last_image`), 6 aspect ratios. ### Vidu Q3-Pro (Shengshu AI) — Whitelisted | Model ID | Type | Price | Duration | Resolution | |----------|------|:-----:|:--------:|:----------:| | `vidu/q3-pro/text-to-video` | Text-to-Video | $0.06-0.16/s | flexible | 540p–1080p | | `vidu/q3-pro/image-to-video` | Image-to-Video | $0.06-0.16/s | flexible | 540p–1080p | **Unique features**: Anime style mode (`style: "anime"`), audio & BGM generation, movement amplitude control, 5 aspect ratios. ### Wan 2.5 (Alibaba) — Budget | Model ID | Type | Price | Duration | Resolution | |----------|------|:-----:|:--------:|:----------:| | `alibaba/wan-2.5/text-to-video` | Text-to-Video | $0.035/s | 5/10s | 480p–1080p | | `alibaba/wan-2.5/image-to-video` | Image-to-Video | $0.035/s | 5/10s | 480p–1080p | --- ## Quick Model Selection | Priority | Model | Price Range | Best For | |:--------:|-------|:-----------:|----------| | 1 | **Wan 2.2 Spicy I2V** | $0.03/s | NSFW image-to-video, best mature content quality | | 2 | **Wan 2.2 Spicy I2V LoRA** | $0.04/s | NSFW with custom LoRA styles | | 3 | **Wan 2.6 T2V** | $0.04-0.12/s | General NSFW text-to-video, longest duration (15s) | | 4 | **Wan 2.6 I2V Flash** | $0.018/s | Budget image animation, fast | | 5 | **Seedance 1.5 Fast** | $0.018/video | Ultra-cheap drafts with audio | | 6 | **Seedance 1.5 Pro** | $0.222/video | Best audio-visual sync | | 7 | **Vidu Q3-Pro** | $0.06-0.16/s | Anime content, BGM | | 8 | **Wan 2.5** | $0.035/s | Budget 480p option | --- ## Parameters ### Wan 2.2 Spicy — Image-to-Video | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | `image` | string | Yes | - | Source image URL | | `prompt` | string | Yes | - | Video description | | `resolution` | string | No | 480p | 480p, 720p | | `duration` | integer | No | 5 | 5 or 8 seconds | | `seed` | integer | No | -1 | For reproducible results (-1 for random) | ### Wan 2.2 Spicy — Image-to-Video LoRA Same as above, plus: | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | `high_noise_loras` | array | No | - | High-noise LoRA adapters (max 3), for stronger style influence | | `low_noise_loras` | array | No | - | Low-noise LoRA adapters (max 3), for subtle style refinement | ### Wan 2.6 — Text-to-Video | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | `prompt` | string | Yes | - | Video description | | `negative_prompt` | string | No | - | What to exclude | | `size` | string | No |
Related 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.