style-transfer

Professional artistic style transfer via OpenAI Images API. Transform images into specific art styles, eras, and visual aesthetics. Use when user needs to convert an existing image into different artistic styles, apply famous art movements, or transform visual content with specific stylistic parameters (e.g., "make this photo look like an oil painting", "apply cyberpunk aesthetic", "transform into vintage photography").

7 stars

Best use case

style-transfer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Professional artistic style transfer via OpenAI Images API. Transform images into specific art styles, eras, and visual aesthetics. Use when user needs to convert an existing image into different artistic styles, apply famous art movements, or transform visual content with specific stylistic parameters (e.g., "make this photo look like an oil painting", "apply cyberpunk aesthetic", "transform into vintage photography").

Teams using style-transfer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/style-transfer/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/hhhh124hhhh/style-transfer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/style-transfer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How style-transfer Compares

Feature / Agentstyle-transferStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Professional artistic style transfer via OpenAI Images API. Transform images into specific art styles, eras, and visual aesthetics. Use when user needs to convert an existing image into different artistic styles, apply famous art movements, or transform visual content with specific stylistic parameters (e.g., "make this photo look like an oil painting", "apply cyberpunk aesthetic", "transform into vintage photography").

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Style Transfer Pro

Apply artistic style transfer to images using OpenAI Images API with curated style prompts.

## Setup

- Needs env: `OPENAI_API_KEY`
- Needs source image URL (public URL or base64 data URI)

## Quick Start

Transform an image to oil painting style:

```bash
python3 ~/Projects/agent-scripts/skills/style-transfer/scripts/transfer.py \
  --source "https://example.com/photo.jpg" \
  --style "oil painting on linen, impressionist brushwork, rich texture, van gogh style"
```

Transform to multiple styles at once:

```bash
python3 ~/Projects/agent-scripts/skills/style-transfer/scripts/transfer.py \
  --source "https://example.com/photo.jpg" \
  --style "oil painting" \
  --style "watercolor illustration" \
  --style "cyberpunk neon" \
  --style "vintage sepia photograph"
```

## Style Library

Use these pre-defined style names (or provide custom prompts):

### Art Movements
- `impressionist-oil` - Impressionist oil painting with visible brushwork
- `watercolor-dream` - Soft watercolor with ink linework
- `digital-art` - Modern digital art with crisp details
- `comic-book` - Bold comic book illustration style
- `anime-studio` - Anime/ manga studio style
- `pixel-art` - Retro pixel art aesthetic
- `vector-flat` - Clean flat vector illustration
- `surreal-abstract` - Surrealist abstract art

### Photographic Styles
- `vintage-sepia` - Sepia vintage photography
- `polaroid` - Instant polaroid look with faded tones
- `film-noir` - Black and white film noir aesthetic
- `candid-snapshot` - Authentic snapshot look
- `studio-portrait` - Professional studio photography
- `vogue-editorial` - Fashion editorial style
- `golden-hour` - Golden hour warm lighting
- `neon-noir` - Cyberpunk neon noir

### Period Styles
- `renaissance-portrait` - Classical Renaissance oil painting
- `baroque-drama` - Dramatic Baroque chiaroscuro
- `art-deco-elegance` - Art Deco geometric elegance
- `mid-century-modern` - Mid-century modern illustration
- `victorian-etching` - Victorian etching aesthetic
- `steampunk-gear` - Steampunk mechanical style
- `dystopian-grunge` - Dystopian grunge aesthetic
- `psychedelic-60s` - 1960s psychedelic art

## Custom Style Prompts

For fine-grained control, provide full style prompts:

```bash
python3 ~/Projects/agent-scripts/skills/style-transfer/scripts/transfer.py \
  --source "https://example.com/photo.jpg" \
  --prompt "watercolor painting, soft brushstrokes, pastel color palette, hand-painted illustration style, minimal detail, elegant and dreamy"
```

Style prompt structure:
1. Medium: "oil painting", "watercolor", "digital art", "photography"
2. Technique: "impressionist", "glazing", "crosshatching", "flat design"
3. Lighting: "softbox", "golden hour", "dramatic chiaroscuro", "diffuse"
4. Color: "pastel", "muted", "vibrant", "muted earth tones"
5. Quality: "ultra-detailed", "minimalist", "sketch", "finished artwork"

## Parameters

- `--source` - Source image URL (required)
- `--style` - Pre-defined style name (repeatable)
- `--prompt` - Full custom style prompt (overrides --style)
- `--out-dir` - Output directory (default: ~/Projects/tmp/style-transfer-*)
- `--size` - Image size: 1024x1024, 1792x1024, 1024x1792 (default: 1024x1024)
- `--quality` - high/standard (default: high)
- `--model` - OpenAI image model (default: gpt-image-1.5)
- `--api-key` - OpenAI API key (or use OPENAI_API_KEY env)

## Output

- `*.png` - Transformed images
- `prompts.json` - Style prompts used
- `index.html` - Thumbnail gallery comparing styles

Related Skills

Lifestyle Product Shot

7
from Demerzels-lab/elsamultiskillagent

**Version**: 1.0.0

node-transfer

7
from Demerzels-lab/elsamultiskillagent

High-speed, memory-efficient file transfer between OpenClaw nodes using native Node.js streams.

android-transfer-skill

7
from Demerzels-lab/elsamultiskillagent

Securely transfers files from macOS to Android with checksum verification and path validation.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

security-operator

7
from Demerzels-lab/elsamultiskillagent

Runtime security guardrails for OpenClaw agents.

operator-humanizer

7
from Demerzels-lab/elsamultiskillagent

Transform AI-generated text into authentic human writing.

kit-email-operator

7
from Demerzels-lab/elsamultiskillagent

**AI-powered email marketing for Kit (ConvertKit)**.

agora

7
from Demerzels-lab/elsamultiskillagent

Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.