返回顶部
k

kids-ai-magazine儿童AI杂志

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 3-6, featuring parent-child dialogues, TTS audio playback, illustrations, nursery rhymes, and quizzes. Use when asked to: create a kids or children AI magazine or newsletter, make AI news child-friendly or preschool-friendly, generate a parent-child reading experience about technology, produce an audio story about AI or robots for kids, bui

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
200
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

kids-ai-magazine

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

生成互动式HTML杂志,将AI新闻转化为3-6岁儿童的故事,配有TTS语音朗读。

工作流程

1. 收集新闻

从可靠来源(36氪、澎湃、TechCrunch等)收集3-5条当前AI新闻。对每条新闻提取:

  • - 核心事实(一句话)
  • 为什么重要
  • 来源链接

2. 改编故事

将每条新闻转化为儿童故事。每个故事需要:

  • - 标题:有趣、充满好奇心(例如:机器人宝宝学走路啦!)
  • 段落:2-3个短段落,使用孩子熟悉的事物做类比(自行车、剪刀、积木)
  • TTS文本:纯中文朗读文本,无英文单词(将AI替换为智能技术,GPU替换为芯片),加入口语提示词(你知道吗?、是不是很神奇呀?)
  • 亲子对话:2组问答(孩子问天真的问题 → 家长给出教育性回答)
  • 家长笔记:给家长的简要背景说明 + 来源链接
  • 图标:每个故事一个表情符号

3. 生成音频

前提条件:pip3 install edge-tts

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

语音选项:zh-CN-XiaoxiaoNeural(女声,推荐)、zh-CN-YunxiNeural(男声)、zh-CN-XiaoyiNeural(女童声)

TTS文本规则:

  • - 无英文单词(TTS会逐字母朗读)
  • 用逗号和句号添加停顿
  • 使用拟声词:噗通!摔倒啦!
  • 温暖的讲述者语气:小朋友们好呀~

4. 构建HTML

使用assets/template.html作为基础模板。模板包含:

  • - 彩虹渐变的彩色标题
  • 带有嵌入式音频播放器的故事卡片
  • 亲子对话气泡
  • 活动板块、儿歌、问答
  • 移动端响应式设计

自定义构建:python3 scripts/build_magazine.py --stories stories.json --template assets/template.html --output output/index.html

5. 服务与分享

bash

本地预览


python3 -m http.server 8899 -d ./output

公开分享(安装一次:brew install cloudflared)

cloudflared tunnel --url http://localhost:8899

故事JSON格式

参见references/example-stories.json获取完整的3个故事示例。关键字段:

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

设计原则

  1. 1. 无恐怖内容 — 只有积极、激发好奇心的故事
  2. 类比优先 — 通过孩子已知的事物解释一切
  3. 情感边界 — 始终明确:计算机很聪明但没有感情
  4. 赋能家长 — 每个故事都给家长提供对话切入点
  5. 音频优先 — 假设孩子不识字;音频必须能独立存在

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 kids-ai-magazine-1776188582 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 kids-ai-magazine-1776188582 技能

通过命令行安装

skillhub install kids-ai-magazine-1776188582

下载

⬇ 下载 kids-ai-magazine v1.0.0(免费)

文件大小: 13.07 KB | 发布时间: 2026-4-17 15:09

v1.0.0 最新 2026-4-17 15:09
Initial release: 学前亲子AI语音电子杂志生成器

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部