TopRank Skills

Home / Claw Skills / Autres / comic-panel-generation
Official OpenClaw rules 15%

comic-panel-generation

Generate comic and manga panels, strips, and pages using each::sense AI. Create superhero comics, manga pages, webtoons, action sequences, and convert photos to comic art with consistent characters.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/comic-panel-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/comic-panel-generation
Latest Commit SHA
bdf01385afdc016f95523f1e4d34631e282e2d99

Extracted Content

SKILL.md excerpt

# Comic Panel Generation

Generate professional comic and manga artwork using each::sense. This skill creates single panels, multi-panel strips, full page layouts, and complete comic sequences with consistent character designs.

## Features

- **Single Panels**: Individual comic panels with dynamic compositions
- **Multi-Panel Strips**: Traditional 3-4 panel comic strips
- **Manga Pages**: Japanese manga-style page layouts with reading flow
- **Superhero Comics**: Western comic book style with bold colors and action
- **Webtoon Format**: Vertical scrolling format for mobile viewing
- **Photo to Comic**: Convert photos into comic/manga art style
- **Speech Bubbles**: Generate panels with integrated dialogue bubbles
- **Action Sequences**: Dynamic action panels with motion lines and effects
- **Character Consistency**: Maintain character appearance across multiple panels
- **Cover Design**: Comic book and manga cover artwork

## Quick Start

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a single comic panel of a superhero landing dramatically on a rooftop at night, cape billowing, city lights in background",
    "mode": "max"
  }'
```

## Comic Panel Formats & Sizes

| Format | Aspect Ratio | Recommended Size | Use Case |
|--------|--------------|------------------|----------|
| Single Panel | 1:1 | 1024x1024 | Social media, standalone art |
| Wide Panel | 16:9 | 1920x1080 | Cinematic moments, landscapes |
| Tall Panel | 9:16 | 1080x1920 | Dramatic reveals, webtoon |
| Comic Strip | 3:1 | 1500x500 | 3-4 panel horizontal strips |
| Manga Page | 2:3 | 1200x1800 | Traditional manga layout |
| Webtoon | 1:3+ | 800x2400+ | Vertical scroll format |
| Comic Cover | 2:3 | 1200x1800 | Book covers, thumbnails |

## Use Case Examples

### 1. Single Comic Panel

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content...

Related Claw Skills