ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Slides Style Prompt Studio

Skill by adisinghstudent

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adisinghstudent/slides-style-prompt-studio
Or
---
name: slides-style-prompt-studio
description: Generate multi-style PPT slide prompts for AI image generation via nanobanana2/Gemini
triggers:
  - generate slide prompts
  - create PPT style prompts
  - make presentation slides with AI
  - generate retro pop art slide
  - create cyberpunk presentation
  - slides style prompt studio
  - generate nanobanana2 prompts
  - create multi-style slides
---

# Slides Style Prompt Studio

> Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection.

A prompt library and generator for creating styled PPT slides using AI image generation (nanobanana2 / Gemini). No code required — copy prompts, customize text, and generate 2K slides.

---

## What It Does

- Provides **11 pre-built style prompts** for AI-generated PPT slides
- Targets `gemini-3.1-flash-image-preview` via nanobanana2
- Outputs `2048×1152` (2K 16:9) presentation slides
- Covers styles from Retro Pop Art to Cyberpunk, Swiss International, Y2K Pixel Retro, and more

---

## Project Structure

slides/ ├── README.md # Overview and style gallery ├── PROMPTS.md # All 11 style prompts (primary resource) ├── skill.json # OpenClaw skill config ├── CLAUDE.md # Skill context └── demos/yc-intro/images/ # 22 generated sample images


---

## Installation / Setup

No Python package to install — this is a prompt library. Clone the repo:

```bash
git clone https://github.com/AAAAAAAJ/slides.git
cd slides

To use the prompts programmatically with the Gemini API:

pip install google-generativeai pillow
export GEMINI_API_KEY="your_api_key_here"

Recommended Generation Settings

SettingValue
Modelgemini-3.1-flash-image-preview
Resolution2048×1152
Aspect Ratio16:9
Platformnanobanana2 / APImart

The 11 Style Prompts

Reference PROMPTS.md for the full list. Key styles:

1. Retro Pop Art

Retro pop art style PPT slide, 1970s magazine aesthetic, flat design with thick black outlines,
cream beige background, bold title text, subtitle below, key statistics displayed as cards,
Salmon pink #FF6B6B, sky blue #4ECDC4, mustard yellow #FFD93D, mint green #6BCB77 accents,
Geometric decorations: quarter circles, concentric rings, star bursts,
Bold sans-serif typography, Professional presentation design, 16:9

2. Minimalist Clean

Minimalist clean design PPT slide, White background, generous whitespace, centered title text,
subtitle below, key stats in simple cards, Subtle gray and blue accents, Thin elegant lines,
Inter Helvetica font, Professional corporate presentation, Simple elegant layout, 16:9

Metadata

Stars3809
Views1
Updated2026-04-05
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-adisinghstudent-slides-style-prompt-studio": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.