ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

gemini-nano-banana-pro-portraits

Generate ultra-photorealistic portraits using Gemini Nano Banana Pro with comprehensive JSON configuration templates. Use when creating cinematic quality portraits, fitness photography, or realistic character images. Includes complete JSON structure for prompt configuration, subject details, apparel, pose, environment, lighting, and technical specifications.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hhhh124hhhh/gemini-nano-banana-pro-portraits
Or

Gemini Nano Banana Pro Portraits

Overview

This skill provides complete JSON configuration templates for generating ultra-photorealistic portraits using Gemini Nano Banana Pro. It enables precise control over every aspect of image generation, from subject demographics to technical rendering specifications.

JSON Configuration Structure

Complete Template

{
  "prompt_configuration": {
    "type": "Ultra Photorealistic Portrait",
    "style": "Cinematic Reality",
    "resolution": "8K"
  },
  "subject": {
    "demographics": "[Name, build type, complexion]",
    "hair": "[Hair color, style, texture details]",
    "skin_texture": "[Skin details, effects, realism]",
    "facial_expression": "[Expression details, mood, emotion]"
  },
  "apparel": {
    "outfit_style": "[Overall style]",
    "top": "[Top description]",
    "bottoms": "[Bottoms description]",
    "accessories": "[Accessories list]"
  },
  "pose_and_action": {
    "perspective": "[Camera angle/view]",
    "action": "[What the subject is doing]",
    "reflection": "[Any reflections in scene]"
  },
  "environment": {
    "location": "[Where it takes place]",
    "background_elements": "[Background details]",
    "flooring": "[Flooring description]"
  },
  "lighting_and_atmosphere": {
    "lighting_type": "[Lighting source]",
    "quality": "[Lighting characteristics]",
    "mood": "[Overall mood/atmosphere]"
  },
  "technical_specifications": {
    "camera": "[Camera type]",
    "aperture": "[f-stop]",
    "focus": "[Focus details]",
    "render_details": "[Rendering engine and techniques]"
  }
}

Section Breakdown

1. Prompt Configuration

Controls the overall type and style of the portrait.

Fields:

  • type: Portrait type (e.g., "Ultra Photorealistic Portrait", "Cinematic Headshot", "Editorial Portrait")
  • style: Visual style (e.g., "Cinematic Reality", "High Fashion", "Editorial Photography")
  • resolution: Image resolution (e.g., "8K", "4K", "2K")

Examples:

{
  "type": "Ultra Photorealistic Portrait",
  "style": "Cinematic Reality",
  "resolution": "8K"
}

2. Subject Details

Define the person being portrayed with precise physical characteristics.

Fields:

  • demographics: Identity, build, complexion
  • hair: Color, style, texture, arrangement
  • skin_texture: Realistic skin details, effects, conditions
  • facial_expression: Expression, emotion, mood

Examples:

{
  "demographics": "Sydney Sweeney, athletic build, fit physique, pale complexion",
  "hair": "Dark brown to black hair, pulled back into a messy high ponytail, loose sweaty strands framing the face",
  "skin_texture": "Hyper-realistic skin details, intense post-workout sheen, glistening with heavy sweat, visible pores, slight flush on cheeks",
  "facial_expression": "Exhaling slightly, mouth slightly open in a 'phew' expression, focused gaze, tired but accomplished"
}

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hhhh124hhhh-gemini-nano-banana-pro-portraits": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.