Uses the Gemini Imagen 3 API (imagegeneration endpoint) to apply stylistic transformations to uploaded images, converting photos to watercolor, line art, or oil painting styles. Accepts base64-encoded input images and returns styled outputs with configurable style prompts.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Gemini Image Style Transfer Agent"
slug: "gemini-image-style-transfer-agent"
description: "Uses the Gemini Imagen 3 API (imagegeneration endpoint) to apply stylistic transformations to uploaded images, converting photos to watercolor, line art, or oil painting styles. Accepts base64-encoded input images and returns styled outputs with configurable style prompts."
verification: "security_reviewed"
source: "https://ai.google.dev/gemini-api/docs/image-generation"
author: "Google"
category: "Image & Creative Automation"
framework: "Gemini"
---
# Gemini Image Style Transfer Agent
Uses the Gemini Imagen 3 API (imagegeneration endpoint) to apply stylistic transformations to uploaded images, converting photos to watercolor, line art, or oil painting styles. Accepts base64-encoded input images and returns styled outputs with configurable style prompts.
## Installation
Use the upstream install or setup path that matches your environment:
- Make a simple but stylish graphic of last night's Arsenal game in the Champion's League
Requirements and caveats from upstream:
- Python
- import * as fs from "node:fs" ;
Basic usage or getting-started notes:
- API keys
- Libraries
- Pricing
- Source: https://ai.google.dev/gemini-api/docs/image-generation
## Documentation
- https://ai.google.dev/gemini-api/docs/image-generation
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/gemini-image-style-transfer-agent/)
No comments yet. Be the first to comment!