Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

book-cover-generation书籍封面生成

Agent Skill

book-cover-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,774

周安装

619

GitHub Stars

12

下载量

5,045
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:book-cover-generation(书籍封面生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/book-cover-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill 'Book Cover Generation'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill 'Book Cover Generation'

简介

book-cover-generation 使用 each::sense API 生成专业书籍封面 artwork。

  • 支持小说、非虚构、电子书和有声书等多种格式,适配平台尺寸与设计风格。
  • 可根据书名、作者和简介生成 genre-appropriate 设计,吸引目标读者群体。
  • 需调用外部 API,建议使用有效凭证并注意配额限制,避免高频请求。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Book Cover Generation

Generate stunning book covers, ebook covers, and audiobook artwork using the each::sense API. Create genre-appropriate designs that capture your book's essence and attract readers.

Overview

The each::sense API enables AI-powered book cover generation with support for:

  • Fiction Covers: Thriller, romance, sci-fi, fantasy, literary fiction
  • Non-Fiction Covers: Self-help, business, memoir, biography, history
  • Ebook Covers: Digital-optimized designs for online marketplaces
  • Audiobook Covers: Square format artwork for audio platforms
  • Genre-Specific Styles: Designs that match reader expectations and market conventions
  • Series Consistency: Maintain visual branding across book series

Quick Start

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a book cover for a psychological thriller titled \"The Silent Witness\" by Sarah Mitchell. Dark, moody atmosphere with a shadowy figure standing at a window. Include space for the title at the top."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Book Cover Genres

GenreVisual StyleKey Elements
Thriller/MysteryDark, suspensefulShadows, silhouettes, dramatic lighting
RomanceWarm, emotionalCouples, soft lighting, intimate scenes
Sci-FiFuturistic, cosmicSpace, technology, otherworldly landscapes
FantasyMagical, epicMythical creatures, enchanted settings
Self-HelpClean, inspirationalMinimalist design, uplifting imagery
BusinessProfessional, boldClean typography space, corporate aesthetics
MemoirPersonal, authenticPhotographic elements, intimate feel
Children'sColorful, playfulIllustrations, characters, vibrant colors

Use Case Examples

Thriller/Mystery Cover

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a book cover for a crime thriller called \"Dead End Road\". Show an abandoned car on a foggy rural road at night, headlights cutting through mist. Ominous atmosphere with dark blues and blacks. Leave clear space at the top third for the title text."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Romance Novel Cover

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a contemporary romance book cover. A couple silhouetted against a sunset on a beach, warm golden and pink tones. Romantic and dreamy atmosphere. The composition should have open space at the top for the title and bottom for author name. Soft, painterly style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Sci-Fi/Fantasy Cover

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Generate an epic fantasy book cover showing a lone warrior standing on a cliff overlooking a vast magical kingdom with floating islands and a massive dragon silhouette in the stormy sky. Rich purples, deep blues, and golden highlights. Epic cinematic composition with title space at top."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Self-Help/Business Book

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a minimalist self-help book cover. Abstract representation of personal growth - a small seedling transforming into a flourishing tree. Clean white background with teal and gold accents. Modern, professional aesthetic with plenty of negative space for large typography."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Memoir/Biography

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a memoir book cover with a nostalgic, vintage feel. An old photograph-style image of a weathered wooden porch with a rocking chair, faded sepia tones blending into modern color. Evokes memory and reflection. Elegant, literary design with space for a centered title."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Children's Book Cover

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design a colorful children's book cover featuring a brave little fox wearing a red scarf, exploring an enchanted forest with glowing mushrooms and friendly woodland creatures. Whimsical illustration style with bright, cheerful colors. Large clear area at top for playful title text."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Cookbook Cover

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a cookbook cover with a rustic, appetizing aesthetic. A beautifully arranged overhead shot of fresh Mediterranean ingredients - olive oil, tomatoes, herbs, artisan bread on a worn wooden table. Warm, inviting lighting. Clean space at top for title and bottom for subtitle."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Poetry Collection

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Design an artistic poetry book cover. Abstract watercolor imagery with flowing shapes suggesting nature and emotion - soft petals, flowing water, gentle gradients. Muted earth tones with touches of deep rose. Ethereal, contemplative mood. Minimalist composition with centered title area."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Audiobook Cover (Square Format)

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a square audiobook cover for a historical fiction novel set in 1920s Paris. Show the Eiffel Tower at twilight with art deco styling, a mysterious woman in silhouette wearing a cloche hat. Rich golds, deep burgundy, and midnight blue. Bold, legible design that works at small sizes. Square 1:1 aspect ratio."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Ebook Series (Consistent Style)

Use session_id to maintain visual consistency across a book series:

# First book in series
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create the first book cover for a urban fantasy series. A city skyline at night with magical energy swirling through the streets, a hooded figure with glowing eyes. Dark purples and electric blues with neon accents. Consistent banner area at top for series branding and title."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "fantasy-series-covers",
    "mode": "max"
  }'

# Second book - same session for consistency
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create the second book cover in the same urban fantasy series style. Same hooded figure now standing in an ancient underground chamber with mystical runes glowing on the walls. Maintain the same color palette of dark purples, electric blues, and neon accents. Same banner layout for series consistency."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "fantasy-series-covers",
    "mode": "max"
  }'

Best Practices for Book Covers

Genre Conventions

Match reader expectations by following established genre visual language:

  • Thriller readers expect dark, suspenseful imagery
  • Romance readers look for emotional, intimate scenes
  • Sci-fi readers expect futuristic or cosmic elements
  • Business readers prefer clean, professional designs

Title Space Planning

Always specify clear areas for text placement:

  • Reserve the top third for title
  • Leave space at bottom for author name
  • Consider spine area for print editions
  • Avoid placing important imagery where text will overlay

Thumbnail Test

Design for multiple viewing sizes:

  • Covers must be recognizable at small sizes (online stores)
  • Use high contrast and bold elements
  • Avoid fine details that disappear at thumbnail size
  • Test legibility at various scales

Print vs Digital

Consider the final format:

  • Print: Account for bleed, spine, back cover
  • Ebook: Optimize for screen viewing
  • Audiobook: Square format, works at very small sizes

Prompt Tips

Mood and Atmosphere

Be specific about the emotional tone:

  • "Ominous and suspenseful" vs "dark and mysterious"
  • "Warm and romantic" vs "passionate and intense"
  • "Whimsical and playful" vs "magical and enchanting"

Typography Space

Always mention text placement needs:

  • "Leave clear space at the top third for title text"
  • "Negative space in upper area for large typography"
  • "Composition should accommodate centered title and subtitle"

Genre Expectations

Reference genre-specific elements:

  • "Classic thriller aesthetic with modern edge"
  • "Contemporary romance cover style"
  • "Epic fantasy in the tradition of major fantasy publishers"

Color Palette

Specify colors that work for your genre:

  • Thrillers: Dark blues, blacks, deep reds
  • Romance: Warm golds, pinks, soft pastels
  • Sci-fi: Cool blues, purples, neon accents
  • Self-help: Clean whites, inspiring colors, minimal palette

Mode Selection

Max Mode

Use "mode": "max" for:

  • Final book covers
  • Professional publishing quality
  • Complex detailed scenes
  • Print-ready artwork

Eco Mode

Use "mode": "eco" for:

  • Quick concept exploration
  • Testing different directions
  • Draft iterations
  • Budget-conscious projects

Multi-Turn Conversations

Use session_id to maintain context across requests:

# Initial cover concept
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a book cover for a cozy mystery novel set in a small bookshop. Show a charming bookstore exterior at dusk with warm light glowing from windows, a cat sitting in the doorway, autumn leaves scattered on the cobblestone."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "cozy-mystery-cover",
    "mode": "max"
  }'

# Request variation
curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create another version with the same bookshop but from an interior perspective, looking out through the window at the evening street. Keep the cozy, inviting atmosphere and the cat somewhere in the scene."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "cozy-mystery-cover",
    "mode": "max"
  }'

Error Handling

Handle common errors in your implementation:

# Check for API key
if [ -z "$EACHLABS_API_KEY" ]; then
  echo "Error: EACHLABS_API_KEY environment variable not set"
  exit 1
fi

# Make request with error handling
response=$(curl -s -w "\n%{http_code}" -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a minimalist book cover with abstract geometric shapes in blue and gold."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }')

http_code=$(echo "$response" | tail -n1)
body=$(echo "$response" | sed '$d')

if [ "$http_code" -ne 200 ]; then
  echo "Error: API returned status $http_code"
  echo "$body"
  exit 1
fi

echo "$body"

Related Skills

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.9%
按下载量换算1,862

Claude

31.69%
按下载量换算1,599

Cursor

19.61%
按下载量换算989

Gemini CLI

9.26%
按下载量换算467

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills