story-cover

Generates web novel cover images from title and author using GPT-Image-2 workflows.

482|72|Updated May 24, 2026
One-click install
npx skills add https://github.com/uu201/character-arc --skill story-cover-uu201
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-cover
Source: https://github.com/uu201/character-arc/tree/main/resources/skills/oh-story-claudecode/story-cover
Command: npx skills add https://github.com/uu201/character-arc --skill story-cover-uu201

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of professional-level web novel covers by analyzing the book title and author name to determine the genre and visual style, then utilizes GPT-Image-2 to generate a cover that includes the title and author signature. It addresses the time and consistency challenges of manual cover design while aligning with platform-specific aesthetics.

Core Features & Use Cases

  • Analyze title and author to infer genre and generate platform-aligned cover prompts.
  • Build layered prompts (text, style, composition) and drive image generation via GPT-Image-2, with optional reference imagery.
  • Iterate across platform styles (from references/cover-styles.md) to produce multiple candidate covers and finalize a professional result.

Quick Start

Provide the book title and author, set BOOK_DIR, and run the cover generation workflow to output a professional cover.

Frequently Asked Questions about story-cover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a web novel cover automatically from a book title?

To generate a web novel cover, provide the book title and author name so the system can infer the genre. It then builds layered prompts and calls GPT-Image-2 to output a professional cover image with text.

Can I use reference images for AI book cover design?

Yes, you can use reference images for AI book cover design. The workflow supports both text-to-image and image-to-image generation, allowing you to provide optional reference imagery to guide the GPT-Image-2 output.

Does the generated book cover align with specific web novel platform styles?

Yes, the generated book cover aligns with specific web novel platform styles. The system applies visual aesthetics from references/cover-styles.md to iterate across platform-specific styles and produce multiple candidate covers.

What do I need to set up before running the novel cover generation workflow?

Before running the novel cover generation workflow, you need to set the required environment variables and define a BOOK_DIR input. You also need to provide the book title and author name to start the automated process.

How does the system determine the visual style for my book cover?

The system determines the visual style for your book cover by analyzing the provided title and author name. It uses this information to infer the genre and construct layered prompts that match the appropriate platform aesthetics.

What format is the final AI generated book cover saved in?

The final AI generated book cover is saved as a base64 image file. Along with the image output, the system also saves the prompt text used for the GPT-Image-2 generation to support iteration.