stability-ai

stability-ai is a skill for Claude Code from ratnesh-maurya/cursor-claude-personas. It costs 47 tokens per session (2,038 once invoked), scanned A, original, MIT.

An image-generation guide for Stability AI, a service that creates and edits images from text or other images. It covers image generation, editing, enlarging, background removal, and artistic styles.

In plain words
What is it for?
Use it to create illustrations or realistic images, modify existing images, fill in missing areas, enlarge images, remove backgrounds, or replace objects.
Why use it?
It gives developers a documented way to handle common image-creation and image-editing tasks through Stability AI.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Codex; mentions Gemini CLI.

Good fit Use it to create illustrations or realistic images, modify existing images, fill in missing areas, enlarge images, remove backgrounds, or replace objects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ratnesh-maurya/cursor-claude-personas/stability-ai
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ratnesh-maurya/cursor-claude-personas --skill stability-ai
Clone the repo
git clone --depth 1 https://github.com/ratnesh-maurya/cursor-claude-personas

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for stability-ai

README.md
[![agentmods](https://agentmods.dev/badge/skills/ratnesh-maurya/cursor-claude-personas/stability-ai/github.svg)](https://agentmods.dev/skills/ratnesh-maurya/cursor-claude-personas/stability-ai)
Your own site
<a href="https://agentmods.dev/skills/ratnesh-maurya/cursor-claude-personas/stability-ai"><img src="https://agentmods.dev/badge/skills/ratnesh-maurya/cursor-claude-personas/stability-ai/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for stability-ai

Your own site · 80×15
<a href="https://agentmods.dev/skills/ratnesh-maurya/cursor-claude-personas/stability-ai"><img src="https://agentmods.dev/badge/skills/ratnesh-maurya/cursor-claude-personas/stability-ai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,038 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.02038
Opus 5 $0.00023 $0.01019
Sonnet 5 $0.00009 $0.00408
Haiku 4.5 $0.00005 $0.00204

Measured 8d ago against content hash 55fbb50f71a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

stability-ai scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/config.py, scripts/generate.py, scripts/styles.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

3d-frontend-developer/.claude/skills/stability-ai/SKILL.md · 219 lines

How it starts

The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stability AI — Gerador de Imagens Profissional

Overview

Geracao de imagens via Stability AI (SD3.5, Ultra, Core). Text-to-image, img2img, inpainting, upscale, remove-bg, search-replace. 15 estilos artisticos.

When to Use This Skill

  • When the user mentions "stability ai" or related topics
  • When the user mentions "stable diffusion" or related topics
  • When the user mentions "sd3.5" or related topics
  • When the user mentions "gerar arte" or related topics
  • When the user mentions "gerar ilustracao" or related topics
  • When the user mentions "image to image" or related topics

Do Not Use This Skill When

  • The task is unrelated to stability ai
  • A simpler, more specific tool can handle the request
  • The user needs general-purpose assistance without domain expertise

How It Works

Skill para gerar imagens artisticas e fotorrealistas usando a Stability AI API. Gratuito com Community License (sem limite para uso pessoal/pequenas empresas).

Quando Usar Esta Skill Vs Ai-Studio-Image

Cenario Skill recomendada
Foto humanizada para Instagram/redes sociais ai-studio-image
Arte digital, ilustracao, concept art stability-ai
Foto com camera de celular (realismo casual) ai-studio-image
Fotorrealismo cinematografico (8K, detalhado) stability-ai
Material educacional com visual profissional ai-studio-image
Poster, wallpaper, book cover, game asset stability-ai
Inpainting (editar parte de uma imagem) stability-ai
Upscale (aumentar resolucao) stability-ai
Remover fundo de imagem stability-ai
Search & Replace (trocar objeto em imagem) stability-ai
Apagar elemento de uma imagem stability-ai

Setup Rapido

  1. Criar conta em platform.stability.ai (gratuito)
  2. Copiar API Key do dashboard
  3. Colar no .env: STABILITY_API_KEY=sk-sua-chave-aqui
  4. pip install -r scripts/requirements.txt

Detalhes completos em references/setup-guide.md.

Read the full file on GitHub · 219 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 219 lines · 47 tokens per session scan A 55fbb50f71a4

Subscribe to this mod's changes

stability-ai is a skill published in the GitHub repository ratnesh-maurya/cursor-claude-personas (8 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 2,038 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

stable-diffusion-image-generation

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

davila7/claude-code-templates · 50 tokens

invokeai-expert

You are an expert operator for the local InvokeAI creative engine (AI image generation). InvokeAI runs as a local web server (default http://127.0.0.1:9090) serving SD1.5, SDXL, Flux.1/2, SD3.5, Qwen Image, and other model families on Sandra's RTX 4090. This server bridges the engine to Claude.

sandraschi/invokeai-mcp · 0 tokens

propzapi-full

Generate images from HTML/CSS templates and capture webpage screenshots via propzapi.com. Render OG images, social cards, certificates, invoices and charts by filling {{variables}} in a template, snapshot any live URL, and manage your template library — one JSON call, no headless browser to run.

paperandbeyond23-gif/propzapi-skills · 65 tokens

stable-diffusion-image-generation

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

ihatesea69/HieuNghi-AI-Skills · 50 tokens

byted-seedream-image-generate

Generate high-quality images from text prompts using Volcano Engine Seedream models. Supports multiple artistic styles and aspect ratios. Use this skill when users want to create images from text descriptions, generate artwork in various styles, create visual content for creative projects, or need AI-powered image…

bytedance/agentkit-samples · 65 tokens

replicate-runner

Use when run AI models on Replicate cloud API. Deploy image generation, video creation, audio processing, and custom models without managing infrastructure. Use when working with replicate runner.

oyi77/1ai-skills · 40 tokens