Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

kids-ai-magazine儿童 AI 杂志

Agent Skill

kids-ai-magazine 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,262

周安装

331

GitHub Stars

公开资料未说明

下载量

2,674
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:kids-ai-magazine(儿童 AI 杂志)
来源仓库:https://github.com/xiaofengshi/kids-ai-magazine
安装命令:
openclaw skills install kids-ai-magazine
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install kids-ai-magazine

简介

生成一本适合儿童的人工智能新闻杂志,包含文本和音频旁白。

  • 适用于制作交互式 HTML 杂志,将真实 AI 新闻改编成儿童故事。
  • 通过自然语言指令创建图文并茂的新闻内容,并自动生成语音讲解。
  • 安装前需确认 API 权限、音频生成配额及内容合规性要求。
  • 涉及儿童内容生成时,建议预先审核故事主题与表达方式。

SKILL.md

name
kids-ai-magazine
description
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, build an educational web page about AI for young children. Triggers: kids magazine, children AI story, 儿童杂志, 学前, 亲子阅读, 给小朋友讲AI, 幼儿科普.

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

77.05%
按下载量换算2,060

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills