TopRank Skills

Home / Claw Skills / Intégration d'API / creative-illustration
Official OpenClaw rules 36%

creative-illustration

Generate diverse creative illustrations via OpenAI Images API. Create book illustrations, editorial art, children's book art, concept illustrations, and artistic scenes. Use when user needs creative visual content for stories, articles, presentations, or artistic projects (e.g., "illustrate a fairy tale scene", "create editorial art about technology", "design children's book illustrations", "generate concept art for a story").

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 creative-illustration 技能。 若已安装,则直接安装 creative-illustration 技能。

Overview

Skill Key
adebayoabdushaheed-a11y/afame
Author
adebayoabdushaheed-a11y
Source Repo
openclaw/skills
Version
-
Source Path
skills/adebayoabdushaheed-a11y/afame
Latest Commit SHA
b24a7059a68a5902268ba769d8e2e96df210d34f

Extracted Content

SKILL.md excerpt

# Creative Illustration Factory

Generate professional illustrations for books, editorial content, children's stories, and creative projects.

## Setup

- Needs env: `OPENAI_API_KEY`

## Quick Start

Generate a simple illustration:

```bash
python3 ~/Projects/agent-scripts/skills/creative-illustration/scripts/illustrate.py \
  --subject "a cozy cottage in an enchanted forest"
```

Generate with specific style:

```bash
python3 ~/Projects/agent-scripts/skills/creative-illustration/scripts/illustrate.py \
  --subject "a robot learning to paint" \
  --style "watercolor" \
  --mood "whimsical"
```

Generate a story sequence:

```bash
python3 ~/Projects/agent-scripts/skills/creative-illustration/scripts/illustrate.py \
  --subject "Alice discovers a tiny door" \
  --subject "Alice shrinks down" \
  --subject "Alice enters Wonderland" \
  --style "whimsical illustration" \
  --mood "magical"
```

## Illustration Types

### Book Illustrations
- `chapter-opener` - Full-page chapter opening scene
- `character-intro` - Character introduction portrait
- `landscape-scene` - Wide landscape establishing shot
- `action-moment` - Dynamic action or pivotal moment
- `emotional-scene` - Emotional or dramatic scene
- `cover-art` - Book cover illustration style

### Editorial / Magazine Art
- `conceptual-art` - Abstract conceptual illustration
- `info-graphic` - Informational illustration style
- `portrait-editorial` - Editorial portrait
- `spot-illustration` - Small spot illustration
- `full-page-spread` - Magazine full-page spread

### Children's Book Art
- `picture-book` - Classic picture book illustration
- `whimsical` - Playful and imaginative style
- `educational` - Educational book illustration
- `bedtime-story` - Soft, calming bedtime story art
- `adventure-map` - Adventure map or treasure map

### Concept Art
- `environment-concept` - Environmental concept art
- `character-concept` - Character design concept
- `prop-concept` - Object or prop design
- `storyboard` - Storyboard p...

Related Claw Skills