storybook
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStorybook Skill
故事书生成Skill
Generate personalized illustrated storybooks with cover, story pages, and custom artwork.
生成包含封面、故事页和定制插画的个性化故事书。
Workflow
工作流程
Creating a storybook involves these steps:
- Gather requirements (theme, age, pages, style)
- Generate story structure (title, cover, pages)
- Create illustrations with generate_image tool
- Output complete storybook
创作故事书包含以下步骤:
- 收集需求(主题、目标年龄、页数、艺术风格)
- 生成故事结构(标题、封面、页面内容)
- 使用generate_image工具创建插画
- 输出完整故事书
Step 1: Gather Requirements
步骤1:收集需求
Confirm these parameters before generating:
| Parameter | Options | Default |
|---|---|---|
| Theme | User-provided story topic | Required |
| Target Age | 3-18 years | 6 years |
| Page Count | 5-10 pages | 6 pages |
| Art Style | watercolor, cartoon, pixel-art, claymation, comic, coloring-book | cartoon |
| Language | Any supported language | User's language |
生成前请确认以下参数:
| 参数 | 可选范围 | 默认值 |
|---|---|---|
| 主题 | 用户提供的故事主题 | 必填项 |
| 目标年龄 | 3-18岁 | 6岁 |
| 页数 | 5-10页 | 6页 |
| 艺术风格 | 水彩、卡通、像素艺术、黏土动画、漫画、填色书风格 | 卡通 |
| 语言 | 任何支持的语言 | 用户使用的语言 |
Step 2: Generate Story Structure
步骤2:生成故事结构
Text Length Guidelines (by age)
按年龄划分的文本长度指南
| Age Range | Characters per Page |
|---|---|
| 0-3 years | 10-20 |
| 4-6 years | 20-40 |
| 7-9 years | 40-70 |
| 10-18 years | 70-100 |
| 年龄范围 | 每页字符数 |
|---|---|
| 0-3岁 | 10-20 |
| 4-6岁 | 20-40 |
| 7-9岁 | 40-70 |
| 10-18岁 | 70-100 |
Story Structure
故事结构
- Cover Page: Title + subtitle + cover illustration
- Opening (1-2 pages): Introduce characters and setting
- Development (2-4 pages): Build the story, introduce conflict
- Climax (1-2 pages): Peak of the story
- Resolution (1 page): Conclusion with positive message
For detailed page templates by count (4/6/10 pages), see references/story-templates.md.
- 封面页:标题 + 副标题 + 封面插画
- 开篇(1-2页):介绍角色和场景
- 发展(2-4页):推进故事,引入冲突
- 高潮(1-2页):故事的顶峰
- 结局(1页):带有积极寓意的收尾
关于不同页数(4/6/10页)的详细页面模板,请查看references/story-templates.md。
Step 3: Create Illustrations
步骤3:创建插画
Maintain consistency across all illustrations:
- Characters: Same appearance throughout (hair, clothing, features)
- Art style: Match user's chosen style exactly
- Color palette: Child-friendly, cohesive
- Composition: Clear focal point, simple backgrounds
For detailed prompt templates, art style reference table, cover rules, and examples, see references/illustration-guide.md.
所有插画需保持一致性:
- 角色:全程保持相同外观(发型、服装、特征)
- 艺术风格:完全匹配用户选择的风格
- 调色板:适合儿童、风格统一
- 构图:焦点清晰,背景简洁
关于详细的提示词模板、艺术风格参考表、封面规则和示例,请查看references/illustration-guide.md。
Step 4: Output
步骤4:输出
Create all files in the specified output directory. For detailed schema, format, tags reference, and JSON formatting rules, see references/output-format.md.
story.jsonstory.md[story-name]/
├── story.json # Story metadata and content
├── story.md # Human-readable story document
├── cover.png/jpg # Cover illustration
├── page_1.png/jpg # Page illustrations
└── ...在指定的输出目录中创建所有文件。关于的详细 schema、格式、标签参考和JSON格式规则,请查看references/output-format.md。
story.jsonstory.md[story-name]/
├── story.json # 故事元数据和内容
├── story.md # 人类可读的故事文档
├── cover.png/jpg # 封面插画
├── page_1.png/jpg # 页面插画
└── ...Example Usage
示例用法
User: Create a storybook about a brave little mouse for my 5-year-old
Response structure:
- Confirm: 6 pages, age 5 (20-40 chars/page), cartoon style
- Generate story with cover + 5 story pages
- Create illustrations for each page
- Output complete storybook
用户:为我5岁的孩子创作一本关于勇敢小老鼠的故事书
回复结构:
- 确认:6页、目标年龄5岁(每页20-40字符)、卡通风格
- 生成包含封面+5个故事页的内容
- 为每个页面创建插画
- 输出完整故事书