Agent skill

stability-ai

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

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill stability-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 8 KB
Bundled scripts: yes
Declared author: renat
Path: skills/stability-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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** |

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Quando Usar Esta Skill Vs Ai-Studio-Image
  6. Setup Rapido
  7. 1. Modos De Operacao
  8. 2. Exemplos De Uso
  9. 3. Aspect Ratios
  10. 4. Estilos (15 Presets)
  11. 5. Output
  12. Integracao Com Outras Skills
  13. Rate Limits & Seguranca
  14. Referencia De Arquivos
Ships with 7 files
  • references/api-reference.md
  • references/prompt-engineering.md
  • references/setup-guide.md
  • scripts/config.py
  • scripts/generate.py
  • scripts/requirements.txt
  • scripts/styles.py
Commands it runs
python scripts/generate.py --prompt "a serene mountain landscape at sunset" --mode generate
python scripts/generate.py --prompt "cinematic portrait, dramatic lighting" --mode ultra --aspect-ratio 16:9
python scripts/generate.py --prompt "cute cat ninja" --mode core --style anime
python scripts/generate.py --prompt "watercolor style" --mode img2img --image foto.jpg --strength 0.7
python scripts/generate.py --prompt "landscape photo" --mode upscale --image foto_pequena.jpg
python scripts/generate.py --mode remove-bg --image produto.jpg
python scripts/generate.py --prompt "red roses" --mode inpaint --image jardim.jpg --mask mascara.png
python scripts/generate.py --prompt "a golden retriever" --mode search-replace --image parque.jpg --search "the cat"
python scripts/generate.py --mode erase --image foto.jpg --mask area.png
python scripts/generate.py --list-models
More from agentic-awesome-skills
All skills →
About this skill
What does the stability-ai skill do?

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

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill stability-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going