feat(baoyu-cover-image): add macaron palette and hand-drawn-edu style preset
This commit is contained in:
parent
80d7675355
commit
8e111c17b3
|
|
@ -269,7 +269,7 @@ Generate professional infographics with 20 layout types and 17 visual styles. An
|
||||||
|
|
||||||
#### baoyu-cover-image
|
#### baoyu-cover-image
|
||||||
|
|
||||||
Generate cover images for articles with 5 dimensions: Type × Palette × Rendering × Text × Mood. Combines 9 color palettes with 6 rendering styles for 54 unique combinations.
|
Generate cover images for articles with 5 dimensions: Type × Palette × Rendering × Text × Mood. Combines 11 color palettes with 7 rendering styles for 77 unique combinations.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Auto-select all dimensions based on content
|
# Auto-select all dimensions based on content
|
||||||
|
|
@ -294,8 +294,8 @@ Generate cover images for articles with 5 dimensions: Type × Palette × Renderi
|
||||||
|
|
||||||
**Five Dimensions**:
|
**Five Dimensions**:
|
||||||
- **Type**: `hero`, `conceptual`, `typography`, `metaphor`, `scene`, `minimal`
|
- **Type**: `hero`, `conceptual`, `typography`, `metaphor`, `scene`, `minimal`
|
||||||
- **Palette**: `warm`, `elegant`, `cool`, `dark`, `earth`, `vivid`, `pastel`, `mono`, `retro`
|
- **Palette**: `warm`, `elegant`, `cool`, `dark`, `earth`, `vivid`, `pastel`, `mono`, `retro`, `duotone`, `macaron`
|
||||||
- **Rendering**: `flat-vector`, `hand-drawn`, `painterly`, `digital`, `pixel`, `chalk`
|
- **Rendering**: `flat-vector`, `hand-drawn`, `painterly`, `digital`, `pixel`, `chalk`, `screen-print`
|
||||||
- **Text**: `none`, `title-only` (default), `title-subtitle`, `text-rich`
|
- **Text**: `none`, `title-only` (default), `title-subtitle`, `text-rich`
|
||||||
- **Mood**: `subtle`, `balanced` (default), `bold`
|
- **Mood**: `subtle`, `balanced` (default), `bold`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -269,7 +269,7 @@ clawhub install baoyu-markdown-to-html
|
||||||
|
|
||||||
#### baoyu-cover-image
|
#### baoyu-cover-image
|
||||||
|
|
||||||
为文章生成封面图,支持五维定制系统:类型 × 配色 × 渲染 × 文字 × 氛围。9 种配色方案与 6 种渲染风格组合,提供 54 种独特效果。
|
为文章生成封面图,支持五维定制系统:类型 × 配色 × 渲染 × 文字 × 氛围。11 种配色方案与 7 种渲染风格组合,提供 77 种独特效果。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 根据内容自动选择所有维度
|
# 根据内容自动选择所有维度
|
||||||
|
|
@ -294,8 +294,8 @@ clawhub install baoyu-markdown-to-html
|
||||||
|
|
||||||
**五个维度**:
|
**五个维度**:
|
||||||
- **类型 (Type)**:`hero`、`conceptual`、`typography`、`metaphor`、`scene`、`minimal`
|
- **类型 (Type)**:`hero`、`conceptual`、`typography`、`metaphor`、`scene`、`minimal`
|
||||||
- **配色 (Palette)**:`warm`、`elegant`、`cool`、`dark`、`earth`、`vivid`、`pastel`、`mono`、`retro`
|
- **配色 (Palette)**:`warm`、`elegant`、`cool`、`dark`、`earth`、`vivid`、`pastel`、`mono`、`retro`、`duotone`、`macaron`
|
||||||
- **渲染 (Rendering)**:`flat-vector`、`hand-drawn`、`painterly`、`digital`、`pixel`、`chalk`
|
- **渲染 (Rendering)**:`flat-vector`、`hand-drawn`、`painterly`、`digital`、`pixel`、`chalk`、`screen-print`
|
||||||
- **文字 (Text)**:`none`、`title-only`(默认)、`title-subtitle`、`text-rich`
|
- **文字 (Text)**:`none`、`title-only`(默认)、`title-subtitle`、`text-rich`
|
||||||
- **氛围 (Mood)**:`subtle`、`balanced`(默认)、`bold`
|
- **氛围 (Mood)**:`subtle`、`balanced`(默认)、`bold`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: baoyu-cover-image
|
name: baoyu-cover-image
|
||||||
description: Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 10 color palettes and 7 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".
|
description: Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes and 7 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".
|
||||||
version: 1.56.1
|
version: 1.56.1
|
||||||
metadata:
|
metadata:
|
||||||
openclaw:
|
openclaw:
|
||||||
|
|
@ -39,7 +39,7 @@ Generate elegant cover images for articles with 5-dimensional customization.
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
|--------|-------------|
|
|--------|-------------|
|
||||||
| `--type <name>` | hero, conceptual, typography, metaphor, scene, minimal |
|
| `--type <name>` | hero, conceptual, typography, metaphor, scene, minimal |
|
||||||
| `--palette <name>` | warm, elegant, cool, dark, earth, vivid, pastel, mono, retro, duotone |
|
| `--palette <name>` | warm, elegant, cool, dark, earth, vivid, pastel, mono, retro, duotone, macaron |
|
||||||
| `--rendering <name>` | flat-vector, hand-drawn, painterly, digital, pixel, chalk, screen-print |
|
| `--rendering <name>` | flat-vector, hand-drawn, painterly, digital, pixel, chalk, screen-print |
|
||||||
| `--style <name>` | Preset shorthand (see [Style Presets](references/style-presets.md)) |
|
| `--style <name>` | Preset shorthand (see [Style Presets](references/style-presets.md)) |
|
||||||
| `--text <level>` | none, title-only, title-subtitle, text-rich |
|
| `--text <level>` | none, title-only, title-subtitle, text-rich |
|
||||||
|
|
@ -56,7 +56,7 @@ Generate elegant cover images for articles with 5-dimensional customization.
|
||||||
| Dimension | Values | Default |
|
| Dimension | Values | Default |
|
||||||
|-----------|--------|---------|
|
|-----------|--------|---------|
|
||||||
| **Type** | hero, conceptual, typography, metaphor, scene, minimal | auto |
|
| **Type** | hero, conceptual, typography, metaphor, scene, minimal | auto |
|
||||||
| **Palette** | warm, elegant, cool, dark, earth, vivid, pastel, mono, retro, duotone | auto |
|
| **Palette** | warm, elegant, cool, dark, earth, vivid, pastel, mono, retro, duotone, macaron | auto |
|
||||||
| **Rendering** | flat-vector, hand-drawn, painterly, digital, pixel, chalk, screen-print | auto |
|
| **Rendering** | flat-vector, hand-drawn, painterly, digital, pixel, chalk, screen-print | auto |
|
||||||
| **Text** | none, title-only, title-subtitle, text-rich | title-only |
|
| **Text** | none, title-only, title-subtitle, text-rich | title-only |
|
||||||
| **Mood** | subtle, balanced, bold | balanced |
|
| **Mood** | subtle, balanced, bold | balanced |
|
||||||
|
|
@ -69,7 +69,7 @@ Auto-selection rules: [references/auto-selection.md](references/auto-selection.m
|
||||||
**Types**: hero, conceptual, typography, metaphor, scene, minimal
|
**Types**: hero, conceptual, typography, metaphor, scene, minimal
|
||||||
→ Details: [references/types.md](references/types.md)
|
→ Details: [references/types.md](references/types.md)
|
||||||
|
|
||||||
**Palettes**: warm, elegant, cool, dark, earth, vivid, pastel, mono, retro, duotone
|
**Palettes**: warm, elegant, cool, dark, earth, vivid, pastel, mono, retro, duotone, macaron
|
||||||
→ Details: [references/palettes/](references/palettes/)
|
→ Details: [references/palettes/](references/palettes/)
|
||||||
|
|
||||||
**Renderings**: flat-vector, hand-drawn, painterly, digital, pixel, chalk, screen-print
|
**Renderings**: flat-vector, hand-drawn, painterly, digital, pixel, chalk, screen-print
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ When a dimension is omitted, select based on content signals.
|
||||||
| Zen, focus, essential, pure, simple | `mono` |
|
| Zen, focus, essential, pure, simple | `mono` |
|
||||||
| History, vintage, retro, classic, exploration | `retro` |
|
| History, vintage, retro, classic, exploration | `retro` |
|
||||||
| Movie poster, album cover, concert, cinematic, dramatic, two-color | `duotone` |
|
| Movie poster, album cover, concert, cinematic, dramatic, two-color | `duotone` |
|
||||||
|
| Education, tutorial, knowledge, onboarding, concept explainer | `macaron` |
|
||||||
|
|
||||||
## Auto Rendering Selection
|
## Auto Rendering Selection
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ watermark:
|
||||||
|
|
||||||
preferred_type: null # hero|conceptual|typography|metaphor|scene|minimal or null for auto-select
|
preferred_type: null # hero|conceptual|typography|metaphor|scene|minimal or null for auto-select
|
||||||
|
|
||||||
preferred_palette: null # warm|elegant|cool|dark|earth|vivid|pastel|mono|retro or null for auto-select
|
preferred_palette: null # warm|elegant|cool|dark|earth|vivid|pastel|mono|retro|duotone|macaron or null for auto-select
|
||||||
|
|
||||||
preferred_rendering: null # flat-vector|hand-drawn|painterly|digital|pixel|chalk or null for auto-select
|
preferred_rendering: null # flat-vector|hand-drawn|painterly|digital|pixel|chalk or null for auto-select
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
# macaron
|
||||||
|
|
||||||
|
Soft macaron pastel color blocks on warm cream
|
||||||
|
|
||||||
|
## Color Palette
|
||||||
|
|
||||||
|
| Role | Color | Hex |
|
||||||
|
|------|-------|-----|
|
||||||
|
| Primary 1 | Sky Blue | #A8D8EA |
|
||||||
|
| Primary 2 | Mint Green | #B5E5CF |
|
||||||
|
| Primary 3 | Lavender | #D5C6E0 |
|
||||||
|
| Background | Warm Cream | #F5F0E8 |
|
||||||
|
| Background Alt | Peach | #FFD5C2 |
|
||||||
|
| Accent 1 | Coral Red | #E8655A |
|
||||||
|
| Accent 2 | Deep Charcoal | #2D2D2D |
|
||||||
|
|
||||||
|
## Decorative Hints
|
||||||
|
|
||||||
|
- Rounded pastel color blocks
|
||||||
|
- Subtle warm paper grain texture
|
||||||
|
- Soft shadows, no hard edges
|
||||||
|
- Gentle gradient transitions between zones
|
||||||
|
|
||||||
|
## Best For
|
||||||
|
|
||||||
|
Educational content, knowledge sharing, concept explainers, tutorials, tech summaries, onboarding materials
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
| `vintage` | `retro` | `hand-drawn` |
|
| `vintage` | `retro` | `hand-drawn` |
|
||||||
| `warm` | `warm` | `hand-drawn` |
|
| `warm` | `warm` | `hand-drawn` |
|
||||||
| `warm-flat` | `warm` | `flat-vector` |
|
| `warm-flat` | `warm` | `flat-vector` |
|
||||||
|
| `hand-drawn-edu` | `macaron` | `hand-drawn` |
|
||||||
| `watercolor` | `earth` | `painterly` |
|
| `watercolor` | `earth` | `painterly` |
|
||||||
| `poster-art` | `retro` | `screen-print` |
|
| `poster-art` | `retro` | `screen-print` |
|
||||||
| `mondo` | `mono` | `screen-print` |
|
| `mondo` | `mono` | `screen-print` |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue