by ristponex
π NSFW AI Video Generator β 50+ uncensored video models via Atlas Cloud API. Wan Spicy, Seedance, HunyuanVideo & more. AI Agent Skill
# Add to your Claude Code skills
git clone https://github.com/ristponex/nsfw-ai-video-generator-skillGenerate uncensored AI videos using Atlas Cloud API (50+ video models).
ATLAS_CLOUD_API_KEY environment variable set| Tool | Script | What It Does |
|------|--------|-------------|
| Video Generate | scripts/generate.py generate | Generate AI videos from text or image prompts |
| List Models | scripts/generate.py models | List available video models on Atlas Cloud |
uv run scripts/generate.py generate "your prompt" --model wan-spicy
uv run scripts/generate.py generate "animate this" --model wan-spicy --image input.jpg
uv run scripts/generate.py models
| Shortcut | Model ID |
|----------|---------|
| wan-spicy | alibaba/wan-2.2-spicy/image-to-video-lora |
| wan-spicy-extend | alibaba/wan-2.2-spicy/video-extend |
| hunyuan-t2v | atlascloud/hunyuan-video/t2v |
| hunyuan-i2v | atlascloud/hunyuan-video/i2v |
| jiggle | video-effects/jiggle-up |
You can also pass any full model ID with --model.
Before calling this script, you MUST first use Atlas Cloud MCP tools:
atlas_list_models with type="Video" to see all available video modelsatlas_get_model_info with the chosen model ID to get its parameter schemascripts/generate.py generate with the correct --model and parametersGenerate uncensored AI videos with 50+ models β Wan Spicy, Seedance, HunyuanVideo & more
English | δΈζ | ζ₯ζ¬θͺ | νκ΅μ΄
An AI coding agent skill that generates uncensored NSFW videos using 50+ video models through Atlas Cloud API. Works as a plugin for Claude Code, Cursor, Windsurf, Codex, and other AI coding agents that support the Skills protocol.
18+ only. This tool is intended for adult content creators. You are responsible for complying with your local laws and platform terms of service.
npx skills add ristponex/nsfw-ai-video-generator-skill
Sign up at Atlas Cloud β free credits included, no credit card required.
Mac / Linux:
export ATLAS_CLOUD_API_KEY=your_api_key_here
Windows (PowerShell):
$env:ATLAS_CLOUD_API_KEY="your_api_key_here"
Or use a .env file in the project root:
ATLAS_CLOUD_API_KEY=your_api_key_here
| Model | Model ID | Type | Resolution | Duration | Price |
|-------|----------|------|------------|----------|-------|
| Wan 2.2 Spicy | alibaba/wan-2.2-spicy/image-to-video-lora | I2V | 480pβ720p | 5s | ~$0.15 |
| Wan 2.2 Spicy Extend | alibaba/wan-2.2-spicy/video-extend | Extend | 720p | variable | ~$0.15 |
| HunyuanVideo T2V | atlascloud/hunyuan-video/t2v | T2V | 720p | 5s | ~$0.40 |
| HunyuanVideo I2V | atlascloud/hunyuan-video/i2v | I2V | 720p | 5s | ~$0.40 |
| Jiggle Up | video-effects/jiggle-up | Effect | 720p | 5s | ~$0.10 |
Type key: T2V = text-to-video, I2V = image-to-video, Extend = extend existing video, Effect = apply effect to image/video
These are the most popular uncensored models. Atlas Cloud hosts 50+ video models in total β run uv run scripts/generate.py models to see the full list.
Generate a video from a text prompt:
uv run scripts/generate.py generate "a cinematic sunset over the ocean, golden hour lighting" \
--model hunyuan-t2v
Animate a static image into a video:
uv run scripts/generate.py generate "slow camera zoom with subtle movement" \
--model wan-spicy \
--image input.jpg
Extend an existing video clip:
uv run scripts/generate.py generate "continue the scene with smooth motion" \
--model wan-spicy-extend \
--extra '{"video_url": "https://example.com/your-video.mp4"}'
uv run scripts/generate.py models
Once installed, just ask your AI agent naturally:
"Generate a 5-second video of waves crashing on a beach using Wan Spicy"
"Create an NSFW video from this image"
"What video models are available?"
The agent will automatically use this skill to call the right model with the right parameters.
| Platform | Wan Spicy (per video) | Subscription Required? | |----------|----------------------|----------------------| | Atlas Cloud | ~$0.15 | No β pay per use | | PixelDojo | ~$0.25 | $25/mo minimum | | ZenCreator | ~$0.30 | $499/7600 credits | | SoulGen | N/A (no Wan Spicy) | $12.99/mo |
Atlas Cloud offers pure pay-per-use pricing with no monthly commitment. New users receive free credits to get started.
--extraPass any model-specific parameters as JSON:
uv run scripts/generate.py generate "your prompt" \
--model wan-spicy \
--extra '{"seed": 42, "num_inference_steps": 30, "guidance_scale": 7.5}'
uv run scripts/generate.py generate "vertical video for social media" \
--model hunyuan-t2v \
--aspect-ratio 9:16
uv run scripts/generate.py generate "high quality scene" \
--model hunyuan-t2v \
--resolution 720p
uv run scripts/generate.py generate "extended animation" \
--model hunyuan-t2v \
--duration 5
uv run scripts/generate.py generate "your prompt" \
--model wan-spicy \
-o ./my-videos
usage: generate.py generate [-h] [--model MODEL] [--image IMAGE]
[--aspect-ratio ASPECT_RATIO]
[--resolution RESOLUTION] [--duration DURATION]
[--extra EXTRA] [-o OUTPUT]
prompt
positional arguments:
prompt Text prompt for generation
options:
--model MODEL Model ID or shortcut (default: wan-spicy)
--image IMAGE Input image for image-to-video
--aspect-ratio Aspect ratio (e.g. 16:9, 9:16)
--resolution Resolution (e.g. 480p, 720p, 1080p)
--duration Duration in seconds
--extra Extra params as JSON
-o, --output Output directory
If you have a powerful GPU and prefer running models locally, here are some options:
This skill is the easiest way if you don't want to set up local GPU inference. No GPU required, no model downloads, no dependency hell. Just an API key and a prompt.
Atlas Cloud hosts 50+ video models including Wan 2.2 Spicy, Wan 2.6, Seedance 1.5 Spicy, HunyuanVideo, and more. Run uv run scripts/generate.py models to see the full list.
No. All inference runs on Atlas Cloud's servers. You just need Python and an internet connection.
Pay per generation, starting from $0.04. No monthly subscription. New users get free credits. See the price comparison above.
Yes. Atlas Cloud does not store or monitor your prompts or generated content.
Generated videos are saved as MP4 files. Input images can be JPG, PNG, or WebP.
Yes. The scripts/generate.py script works standalone from the command line. The skill protocol just makes it discoverable by AI agents.
Typically 30β120 seconds depending on the model and resolution. The script polls automatically and downloads the result when ready.
Most models support 480p and 720p. Some support 1080p. Check the specific model info with atlas_get_model_info or the models table above.
Absolutely. The uncensored models work for any content β the "uncensored" part just means there are no artificial content restrictions.
Depends on the model. Most generate 5-second clips. Use the video-extend models to extend clips. Check individual model specs for details.
Not in a single command, but you can script it easily:
for prompt in "prompt one" "prompt two" "prompt three"; do
uv run scripts/generate.py generate "$prompt" --model wan-spicy --image input.jpg
done
The script will print an error message from the API and exit with a non-zero status code. Common reasons include invalid prompts, unsupported parameters for the chosen model, or insufficient credits.
Make sure your API key is set. See Installation step 4.
No comments yet. Be the first to share your thoughts!