Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate comic and manga panels, strips, and pages using each::sense AI. Create superhero comics, manga pages, webtoons, action sequences, and convert photos...
Generate comic and manga panels, strips, and pages using each::sense AI. Create superhero comics, manga pages, webtoons, action sequences, and convert photos...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
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
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" }'
FormatAspect RatioRecommended SizeUse CaseSingle Panel1:11024x1024Social media, standalone artWide Panel16:91920x1080Cinematic moments, landscapesTall Panel9:161080x1920Dramatic reveals, webtoonComic Strip3:11500x5003-4 panel horizontal stripsManga Page2:31200x1800Traditional manga layoutWebtoon1:3+800x2400+Vertical scroll formatComic Cover2:31200x1800Book covers, thumbnails
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 showing a detective in a noir style examining clues in a dimly lit office. Heavy shadows, black and white with selective color on a red lamp. Include dramatic lighting from venetian blinds.", "mode": "max" }'
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 4-panel horizontal comic strip. Panel 1: A cat staring at an empty food bowl. Panel 2: Cat meowing at its sleeping owner. Panel 3: Cat knocking items off a shelf. Panel 4: Owner finally awake and annoyed, cat looking innocent. Cute cartoon style, pastel colors.", "mode": "max" }'
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 full manga page with 5-6 panels. Scene: A young samurai drawing his sword for the first time. Include dynamic panel sizes - one large panel for the dramatic sword draw moment, smaller panels for reaction shots. Black and white manga style with screentones, speed lines for action. Right-to-left reading flow.", "mode": "max" }'
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 superhero comic panel in classic Marvel/DC style. A female superhero with electric powers charging up, lightning crackling around her fists, dramatic low angle shot. Bold colors, heavy inks, dynamic pose, Kirby-style energy effects. Include a starburst background.", "mode": "max" }'
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 vertical webtoon-style comic segment with 3 connected scenes. Scene 1: A student walking into a mysterious antique shop. Scene 2: Close-up of a glowing amulet on a shelf. Scene 3: The shopkeeper appearing mysteriously behind them. Korean webtoon art style, soft colors, vertical scroll format optimized for mobile. 9:16 or taller aspect ratio.", "mode": "max" }'
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": "Convert this photo into a comic book style illustration. Apply bold black outlines, halftone dots for shading, vibrant pop art colors. Make it look like a panel from a graphic novel. Keep the composition but stylize all elements.", "mode": "max", "image_urls": ["https://example.com/portrait-photo.jpg"] }'
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 comic panel with two characters arguing. Include speech bubbles with placeholder text areas. Character 1 (angry businessman): large jagged speech bubble for shouting. Character 2 (calm woman): regular oval speech bubble for response. Also include a thought bubble above the woman showing she is unimpressed. Western comic style.", "mode": "max" }'
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 3-panel action sequence showing a martial arts fight. Panel 1: Fighter A launching a flying kick (motion blur, speed lines). Panel 2: Impact moment with dramatic POW effect and motion burst. Panel 3: Fighter B crashing through wooden crates. Manga action style with heavy use of speed lines, impact effects, and dynamic camera angles.", "mode": "max" }'
# First panel - establish character 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 comic panel introducing a character: A teenage girl with short blue hair, large round glasses, wearing a yellow raincoat. She is looking up at the rain with wonder. Anime/manga style, soft colors. This is panel 1 of a series - I need to maintain her appearance in future panels.", "session_id": "comic-rainy-day-001", "mode": "max" }' # Second panel - same character, different scene 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 panel 2 with the same blue-haired girl with glasses and yellow raincoat. Now she is jumping in a puddle, splashing water, with a big smile. Maintain the exact same character design and art style from panel 1.", "session_id": "comic-rainy-day-001", "mode": "max" }' # Third panel - continue the story 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 panel 3: Same character discovers a small frog on a lily pad in the puddle. She kneels down, delighted. Keep her blue hair, round glasses, yellow raincoat consistent. Same manga art style.", "session_id": "comic-rainy-day-001", "mode": "max" }'
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 comic book cover for issue #1 of SHADOW KNIGHTS. Feature a team of 4 heroes in dramatic poses - a knight with a glowing sword, an archer with shadow powers, a mage with fire magic, and a rogue with dual daggers. Dark fantasy style, dramatic lighting from below, epic composition. Leave space at the top for the title logo and bottom for issue number and barcode area. 2:3 aspect ratio.", "mode": "max" }'
StyleDescriptionBest ForWestern ComicsBold lines, vibrant colors, dynamic posesSuperhero, actionMangaClean lines, screentones, expressive eyesDrama, romance, actionWebtoonSoft colors, detailed backgrounds, vertical flowRomance, fantasy, slice of lifeNoirHigh contrast, shadows, limited paletteDetective, thrillerCartoonSimplified shapes, exaggerated expressionsComedy, kids contentGraphic NovelDetailed, realistic proportionsMature themes, literaryPop ArtBold colors, halftones, stylizedModern, artistic
When creating comic panels, include these details in your prompt: Panel Layout: Single panel, multi-panel strip, full page, or vertical scroll Art Style: Manga, Western comic, webtoon, noir, cartoon, etc. Action/Scene: What is happening in each panel Characters: Describe appearance, expressions, poses Composition: Camera angle, focal point, dramatic elements Effects: Speed lines, impact effects, screentones, lighting Dialogue Space: Request speech/thought bubbles if needed Reading Flow: Left-to-right (Western) or right-to-left (manga)
"Create a [panel count/layout] comic in [art style] style. [Panel-by-panel description of action/scene]. Characters: [descriptions]. Include [effects: speed lines, speech bubbles, etc.]. [Color/mood]: [palette preferences]."
Ask your users before generating: "Do you want fast & cheap, or high quality?" ModeBest ForSpeedQualitymaxFinal artwork, print-ready comics, detailed pagesSlowerHighestecoQuick drafts, storyboarding, concept explorationFasterGood
Use session_id to build a complete comic across multiple requests: # Page 1 - Establish the story 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 page 1 of a sci-fi manga. A space bounty hunter enters a seedy alien bar. 4 panels: exterior shot of neon-lit bar, hunter walking in (silhouette), aliens turning to look, close-up of hunters determined eyes.", "session_id": "space-bounty-comic" }' # Page 2 - Continue the narrative 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 page 2 continuing the scene. The hunter approaches a table of alien criminals. Include panels showing: the target alien recognizing danger, the hunters hand reaching for a weapon, tension building. Same art style as page 1.", "session_id": "space-bounty-comic" }' # Request style adjustment 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": "Recreate page 2 but with more dramatic lighting - add more shadows and a red color accent from the bar neon signs. Keep all other elements the same.", "session_id": "space-bounty-comic" }'
Generate multiple pages or variations efficiently: # Cover variations 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 manga cover - a magical girl transformation scene, sparkles and ribbons, dramatic pose", "mode": "eco" }' # Alternative cover style 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 the same magical girl cover but in darker, more mature art style - less sparkles, more dramatic shadows", "mode": "eco" }' # Western comic adaptation 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 the magical girl transformation but in Western superhero comic style - bold colors, heavy inks, more muscular proportions", "mode": "eco" }'
ErrorCauseSolutionFailed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.aiContent policy violationProhibited contentAdjust prompt to avoid violent/adult contentTimeoutComplex multi-panel generationSet client timeout to minimum 10 minutesCharacter inconsistencyNew session or vague descriptionUse same session_id, provide detailed character descriptions
each-sense - Core API documentation photo-to-illustration - Convert photos to various art styles character-design-generation - Create consistent character sheets storyboard-generation - Create visual storyboards for animation
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.