AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aliang Kids Story Maker

skill-aliang2052-aliang-skills-aliang-kids-story-maker · by aliang2052

儿童故事制作全流程:选择年龄→时长→播音风格→生成3个故事供选择→制作音频+插图→输出到指定目录。

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-aliang2052-aliang-skills-aliang-kids-story-maker

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-aliang2052-aliang-skills-aliang-kids-story-maker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aliang Kids Story Maker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

儿童故事制作 Skill

触发词

当用户说"制作儿童故事"、"儿童故事"、"讲故事给孩子"、"睡前故事制作"时使用。

工作流

第一步:确认参数

向用户确认三个参数(如果用户未指定则使用默认值):

1. 孩子年龄(3-12岁)

| 年龄段 | 内容特点 | |--------|----------| | 3-4岁 | 简单词汇,重复句式 | | 5-6岁 | 稍有想象力,有情节 | | 7-8岁 | 有冒险元素,稍复杂 | | 9-10岁 | 有科普/成长主题 | | 11-12岁 | 有深度,接近青少年 |

2. 故事时长

| 时长 | 字数 | |------|------| | 1分钟 | 约200-250字 | | 2分钟 | 约400-500字 | | 3分钟 | 约600-750字 | | 5分钟 | 约1000-1200字 |

3. 播音风格(使用 cosyvoice-v3-flash 模型)

| 声音ID | 名称 | 风格 | |--------|------|------| | longanwenv3 | 龙安温 | 温柔妈妈(默认) | | longanyunv3 | 龙安昀 | 知性女声 | | longxiaochunv3 | 龙小淳 | 可爱童声 | | longhuhuv3 | 龙呼呼 | 亲切叔叔 | | longpaopaov3 | 龙泡泡 | 活泼哥哥 | | longfeifeiv3 | 龙菲菲 | 甜美姐姐 |

第二步:生成3个故事选项

使用 bl text chat 生成3个不同主题的故事标题+简介(每个50字左右),让用户选择。

Prompt 模板:

请为{age}岁的孩子生成3个不同的{duration}分钟睡前故事选项。
每个故事只需:标题(10字内)+ 一句话简介(30-50字)。
要求:
1. 3个故事主题完全不同
2. 适合{age}岁孩子的认知水平
3. 温暖、正面、有想象力
4. 格式:
【选项A】《标题》简介...
【选项B】《标题》简介...
【选项C】《标题》简介...

等待用户选择 A/B/C。

第三步:制作选定故事

根据用户选择,用 bl text chat 生成完整故事正文:

请为{age}岁的孩子写一个完整的{duration}分钟睡前故事,主题是"{selected_title}"。
要求:
1. 字数约{word_count}字
2. 语言口语化,适合电话/语音讲述
3. 温暖有趣,有想象力
4. 结尾有晚安/祝福
5. 只输出故事正文,不要其他说明

第四步:生成音频

bl speech synthesize --text "{story_text}" --model cosyvoice-v3-flash --voice {voice_id} --output /tmp/story_audio.mp3 --non-interactive

将输出文件复制到目标目录(CLI 默认输出到 ~/bailian-output/speech/)。

第五步:生成插图

先用 bl text chat 从故事提取视觉描述:

请从以下故事中提取一段适合生成插图的英文描述(100词以内),适合{age}岁孩子:{story_text}
要求:描述画面主体人物、场景、氛围,适合水彩风格儿童绘本。不要包含文字说明。只输出英文描述。

然后生成图片:

bl image generate --prompt "A warm and dreamy children's book illustration for a {age}-year-old: {visual_desc}, soft watercolor style, warm golden and pastel color palette, magical bedtime atmosphere, no text" --out-dir /tmp/ --non-interactive

第六步:整理输出

  1. 声音/儿童故事/ 下新建文件夹,以故事标题命名(清理特殊字符)
  2. 将以下文件放入:
  • story.txt — 故事文本
  • audio.mp3 — 音频文件
  • cover.png — 插图
  1. 向用户报告完成,列出文件路径

依赖

  • Bailian CLI(bl 命令)
  • cosyvoice-v3-flash(TTS)
  • qwen-image-2.0(图片生成)
  • 知识库凭证(如需要):~/.bailian-demo.env

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.