Agent skill

ai-studio-image

Geracao de imagens humanizadas via Google AI Studio (Gemini). Fotos realistas estilo influencer ou educacional com iluminacao natural e imperfeicoes sutis.

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

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

Facts
Files in the skill folder: 8
SKILL.md size: 11 KB
Bundled scripts: yes
Declared author: renat
Path: skills/ai-studio-image/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

# AI Studio Image — Especialista em Imagens Humanizadas ## Overview Geracao de imagens humanizadas via Google AI Studio (Gemini). Fotos realistas estilo influencer ou educacional com iluminacao natural e imperfeicoes sutis. ## When to Use This Skill - When the user mentions "gera imagem" or related topics - When the user mentions "gerar foto" or related topics - When the user mentions "criar imagem" or related topics - When the user mentions "foto realista" or related topics - When the user mentions "imagem humanizada" or related topics - When the user mentions "foto influencer" or related topics ## Do Not Use This Skill When - The task is unrelated to ai studio image - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works A diferenca entre uma imagem de IA e uma foto real esta nos detalhes imperceptiveis: a leve granulacao de um sensor de celular, a iluminacao que nao e perfeita, o enquadramento ligeiramente descentralizado, a profundidade de campo caracteristica de uma lente pequena. Esta skill injeta sistematicamente essas qualidades em cada geracao. ## Ai Studio Image — Especialista Em Imagens H

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. Ai Studio Image — Especialista Em Imagens Humanizadas
  6. 1. Configurar Api Key
  7. 2. Instalar Dependencias
  8. 3. Gerar Sua Primeira Imagem
  9. Workflow Principal
  10. Passo 1: Identificar O Modo
  11. Passo 2: Identificar O Formato
  12. Passo 3: Transformar O Prompt
  13. Passo 4: Gerar A Imagem
  14. Passo 5: Apresentar E Iterar
Ships with 7 files
  • references/prompt-engineering.md
  • references/setup-guide.md
  • scripts/config.py
  • scripts/generate.py
  • scripts/prompt_engine.py
  • scripts/requirements.txt
  • scripts/templates.py
Commands it runs
set GEMINI_API_KEY=sua-api-key-aqui
export GEMINI_API_KEY=sua-api-key-aqui
pip install -r C:\Users\renat\skills\ai-studio-image\scripts\requirements.txt
python C:\Users\renat\skills\ai-studio-image\scripts\generate.py --prompt "mulher jovem tomando cafe em cafeteria" --mode influencer --format square
python C:\Users\renat\skills\ai-studio-image\scripts\prompt_engine.py --prompt "prompt do usuario" --mode influencer
python C:\Users\renat\skills\ai-studio-image\scripts\generate.py \
python C:\Users\renat\skills\ai-studio-image\scripts\templates.py --list
More from agentic-awesome-skills
All skills →
About this skill
What does the ai-studio-image skill do?

Geracao de imagens humanizadas via Google AI Studio (Gemini). Fotos realistas estilo influencer ou educacional com iluminacao natural e imperfeicoes sutis.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill ai-studio-image --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