← 返回
未分类

Kids AI Magazine

Generate a kids-friendly AI news magazine with text and audio narration. Creates an interactive HTML magazine with stories adapted from real AI news for ages...
生成儿童友好的AI新闻杂志,包含文字和音频叙述。创建交互式HTML杂志,内容改编自真实AI新闻故事,适合特定年龄段阅读。
xiaofengshi xiaofengshi 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 636
下载
💾 0
安装
1
版本
#latest

概述

Kids AI Magazine (学前亲子AI电子杂志)

Generate interactive HTML magazines that turn AI news into stories for 3-6 year olds, with TTS audio narration.

Workflow

1. Collect News

Gather 3-5 current AI news items from reliable sources (36氪, 澎湃, TechCrunch, etc.). For each item, extract:

  • Core fact (one sentence)
  • Why it matters
  • Source URL

2. Adapt Stories

Transform each news item into a kids story. Each story needs:

  • Title: Fun, curiosity-driven (e.g., "机器人宝宝学走路啦!")
  • Paragraphs: 2-3 short paragraphs, use analogies to things kids know (bikes, scissors, building blocks)
  • TTS text: Pure Chinese narration text, no English words (replace "AI" → "智能技术", "GPU" → "芯片"), add verbal cues ("你知道吗?", "是不是很神奇呀?")
  • Parent-child dialogue: 2 Q&A pairs (child asks naive question → parent gives educational answer)
  • Parent note: Brief context for parents + source link
  • Icon: One emoji per story

3. Generate Audio

Prerequisite: pip3 install edge-tts

python3 scripts/generate_audio.py --stories stories.json --voice zh-CN-XiaoxiaoNeural --output-dir ./output

Voices: zh-CN-XiaoxiaoNeural (女声, recommended), zh-CN-YunxiNeural (男声), zh-CN-XiaoyiNeural (女童声)

TTS text rules:

  • No English words (TTS reads them letter by letter)
  • Add pauses with commas and periods
  • Use onomatopoeia: "噗通!摔倒啦!"
  • Warm narrator tone: "小朋友们好呀~"

4. Build HTML

Use assets/template.html as the base. The template includes:

  • Colorful header with rainbow gradient
  • Story cards with embedded audio players
  • Parent-child dialogue bubbles
  • Activity section, nursery rhyme, quiz
  • Mobile-responsive design

For custom builds: python3 scripts/build_magazine.py --stories stories.json --template assets/template.html --output output/index.html

5. Serve & Share

# Local preview
python3 -m http.server 8899 -d ./output

# Public sharing (install once: brew install cloudflared)
cloudflared tunnel --url http://localhost:8899

Story JSON Format

See references/example-stories.json for a complete 3-story example. Key fields:

{
  "title": "故事标题",
  "icon": "🤖",
  "paragraphs": ["HTML段落1", "段落2"],
  "tts_text": "纯中文朗读文本,无英文",
  "dialogue": [
    {"role": "child", "avatar": "👶", "text": "问题"},
    {"role": "parent", "avatar": "👩", "text": "回答"}
  ],
  "parent_note": "给家长的背景说明",
  "source_name": "来源名",
  "source_url": "https://..."
}

Design Principles

  1. No scary content — only positive, wonder-inspiring stories
  2. Analogy-first — explain everything through things kids already know
  3. Emotion boundary — always clarify: computers are smart but have no feelings
  4. Parent empowerment — every story gives parents a conversation hook
  5. Audio-first — assume kids can't read; audio must stand alone

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-01 19:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 910 📥 208,123
content-creation

Marketing Mode

thesethrose
{"answer":"营销模式整合23项全能技能,涵盖策略、心理、内容、SEO、转化优化及付费增长。适用于营销策略、文案、SEO、转化优化、付费广告及各类营销战术需求。"}
★ 161 📥 25,146
content-creation

Marketing Skills

jchopard69
访问 23 个营销模块,提供转化率优化(CRO)、SEO、文案撰写、分析、发布、广告和社交媒体的清单、框架及可直接使用的交付物。
★ 144 📥 31,021