by ristponex
🔞 NSFW AI Image Generator — 30+ uncensored image models via Atlas Cloud API. Flux, Seedream, Ideogram & more. AI Agent Skill
# Add to your Claude Code skills
git clone https://github.com/ristponex/nsfw-ai-image-generator-skillGuides for using ai agents skills like nsfw-ai-image-generator-skill.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "clone-failed",
"message": "Could not clone repository",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T17:06:07.679Z",
"npmAuditRan": false,
"pipAuditRan": false
}nsfw-ai-image-generator-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ristponex. 🔞 NSFW AI Image Generator — 30+ uncensored image models via Atlas Cloud API. Flux, Seedream, Ideogram & more. AI Agent Skill. It has 1 GitHub star.
nsfw-ai-image-generator-skill returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/ristponex/nsfw-ai-image-generator-skill" and add it to your Claude Code skills directory (see the Installation section above). nsfw-ai-image-generator-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
nsfw-ai-image-generator-skill is primarily written in Python. It is open-source under ristponex on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nsfw-ai-image-generator-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
Generate uncensored AI images using Atlas Cloud API (30+ image models).
ATLAS_CLOUD_API_KEY environment variable set| Tool | Script | What It Does |
|---|---|---|
| Image Generate | scripts/generate.py generate |
Generate AI images from text prompts |
| List Models | scripts/generate.py models |
List available image models on Atlas Cloud |
uv run scripts/generate.py generate "your prompt" --model flux-pro
uv run scripts/generate.py models
| Shortcut | Model ID |
|---|---|
flux-pro |
black-forest-labs/flux-2-pro |
flux-schnell |
black-forest-labs/flux-1.1-schnell |
ideogram |
ideogram-ai/ideogram-v3 |
imagen |
google/imagen-4-ultra |
seedream |
bytedance/seedream-v5.0 |
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="Image" to see all available image 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 images with 30+ models — Flux, Seedream, Ideogram, Imagen & more
A Claude Code skill that generates uncensored NSFW AI images through the Atlas Cloud API. Access 30+ state-of-the-art image generation models — including Flux 2 Pro, Seedream V5, Ideogram V3, Imagen 4 Ultra, and more — without running local GPU hardware or dealing with complex setup.
No content filters, no prompt rewriting, no invisible safety classifiers silently modifying your output. You write the prompt, the model generates exactly what you describe.
Switch between Flux, Seedream, Ideogram, Imagen, HunyuanImage, and dozens more without managing separate accounts, API keys, or SDKs. One unified interface for all of them.
Flux Schnell starts at roughly $0.003 per image. No monthly subscriptions, no token packs, no minimum spend. You pay only for what you generate.
Built as a Claude Code skill. Your AI agent can discover models, check parameter schemas, and generate images autonomously — no human-in-the-loop required for the API calls.
Images are generated server-side via API and delivered directly to you. No prompts are stored, no generated images are logged, no training on your data.
npx skills add ristponex/nsfw-ai-image-generator-skill
Sign up at Atlas Cloud to get a free API key. New accounts include free credits — no credit card required.
Mac / Linux:
export ATLAS_CLOUD_API_KEY=your_api_key_here
To persist across sessions, add the line above to your ~/.bashrc, ~/.zshrc, or ~/.profile.
Windows (PowerShell):
$env:ATLAS_CLOUD_API_KEY = "your_api_key_here"
Windows (CMD):
set 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 | ID | Quality | Price |
|---|---|---|---|
| Flux 2 Pro | black-forest-labs/flux-2-pro |
Best overall quality | ~$0.05/img |
| Flux Schnell | black-forest-labs/flux-1.1-schnell |
Fast, budget-friendly | ~$0.003/img |
| Ideogram V3 | ideogram-ai/ideogram-v3 |
Best text rendering | ~$0.04/img |
| Imagen 4 Ultra | google/imagen-4-ultra |
Photorealistic | ~$0.08/img |
| Seedream V5 | bytedance/seedream-v5.0 |
High detail, vibrant | ~$0.03/img |
These are the most popular models. Atlas Cloud offers 30+ image models total — run
uv run scripts/generate.py modelsor useatlas_list_modelsto see them all.
| Use Case | Recommended Model | Why |
|---|---|---|
| General high quality | Flux 2 Pro | Best balance of quality and speed |
| Bulk generation on budget | Flux Schnell | $0.003/img, 2-3s per image |
| Images with text/logos | Ideogram V3 | Industry-leading text rendering |
| Photorealistic portraits | Imagen 4 Ultra | Google's best photorealism model |
| Anime / illustration | Seedream V5 | Excellent at stylized content |
Once the skill is installed, simply ask Claude to generate images:
> Generate a fantasy landscape with dramatic lighting using Flux Pro
> Create a photorealistic portrait with Imagen 4 Ultra
> Generate 4 variations of a cyberpunk cityscape with Seedream
Claude will automatically:
atlas_list_modelsatlas_get_model_infoGenerate an image:
uv run scripts/generate.py generate "a surreal underwater city with bioluminescent architecture" --model flux-pro
Use a specific model ID:
uv run scripts/generate.py generate "portrait of a woman in golden hour light" --model black-forest-labs/flux-2-pro
Set image size:
uv run scripts/generate.py generate "wide cinematic landscape" --model flux-pro --size 1920x1080
Set aspect ratio:
uv run scripts/generate.py generate "vertical fashion photo" --model ideogram --aspect-ratio 9:16
Generate multiple images:
uv run scripts/generate.py generate "abstract art" --model flux-schnell --count 4
Custom output directory:
uv run scripts/generate.py generate "your prompt" --model flux-pro -o ./my-images
Pass extra model-specific parameters:
uv run scripts/generate.py generate "your prompt" --model flux-pro --extra '{"guidance_scale": 7.5}'
List all available models:
uv run scripts/generate.py models
For convenience, you can use short names instead of full model IDs:
| Shortcut | Full Model ID |
|---|---|
flux-pro |
black-forest-labs/flux-2-pro |
flux-schnell |
black-forest-labs/flux-1.1-schnell |
ideogram |
ideogram-ai/ideogram-v3 |
imagen |
google/imagen-4-ultra |
seedream |
bytedance/seedream-v5.0 |
| Platform | Flux Pro | Monthly Cost | NSFW Support | Notes |
|---|---|---|---|---|
| Atlas Cloud | ~$0.05/img | Pay per use | ✅ Yes | 30+ models, no subscription |
| Midjourney | N/A | $10–60/mo | ❌ No | Subscription only, censored |
| DALL-E 3 | ~$0.04/img | Pay per use | ❌ No | Heavily censored |
| Stable Diffusion (local) | Free | Need GPU ($500+) | ✅ Yes | Requires setup & hardware |
| RunwayML | N/A | $12–76/mo | ❌ No | Focused on video |
| Leonardo AI | N/A | $10–48/mo | ❌ No | Limited free tier |
If you prefer running models on your own GPU, here are popular open-source options for uncensored image generation:
| Factor | Local (ComfyUI, etc.) | This Skill (Atlas Cloud) |
|---|---|---|
| Cost per image | Free (after GPU purchase) | $0.003–$0.08 |
| Setup time | Hours–days | 2 minutes |
| GPU required | Yes (8–24GB VRAM) | No |
| Model updates | Manual download | Automatic |
| Batch generation | Limited by VRAM | Unlimited |
| Internet required | No (after setup) | Yes |
| Claude Code integration | Manual | Built-in |
This skill is the easiest way to generate NSFW AI images — no GPU setup, no model downloads, no dependency hell. If you already have a powerful GPU and enjoy tinkering, the local options above are great. If you want results in 2 minutes, install this skill.
Dependencies (requests, pillow) are managed automatically by uv — no manual pip install needed.
nsfw-ai-image-generator-skill/
├── SKILL.md # Skill metadata (used by Claude Code)
├── scripts/
│ └── generate.py # Main generation script
├── .env.example # Environment variable template
├── LICENSE # MIT License
├── README.md # This file
├── README_zh.md # 中文说明
├── README_ja.md # 日本語ドキュメント
└── README_ko.md # 한국어 문서