Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add aliang2052/aliang-skills --skill aliang-kids-story-makergit clone --depth 1 https://github.com/aliang2052/aliang-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aliang2052/aliang-skills/aliang-kids-story-maker)<a href="https://agentmods.dev/skills/aliang2052/aliang-skills/aliang-kids-story-maker"><img src="https://agentmods.dev/badge/skills/aliang2052/aliang-skills/aliang-kids-story-maker/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aliang2052/aliang-skills/aliang-kids-story-maker"><img src="https://agentmods.dev/badge/skills/aliang2052/aliang-skills/aliang-kids-story-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.01115 |
| Opus 5 | $0.00022 | $0.00558 |
| Sonnet 5 | $0.00009 | $0.00223 |
| Haiku 4.5 | $0.00004 | $0.00112 |
Grade A, and why
aliang-kids-story-maker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
儿童故事制作 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 | 名称 | 风格 |
|---|---|---|
| longanwen_v3 | 龙安温 | 温柔妈妈(默认) |
| longanyun_v3 | 龙安昀 | 知性女声 |
| longxiaochun_v3 | 龙小淳 | 可爱童声 |
| longhuhu_v3 | 龙呼呼 | 亲切叔叔 |
| longpaopao_v3 | 龙泡泡 | 活泼哥哥 |
| longfeifei_v3 | 龙菲菲 | 甜美姐姐 |
第二步:生成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
第六步:整理输出
- 在
声音/儿童故事/下新建文件夹,以故事标题命名(清理特殊字符) - 将以下文件放入:
story.txt— 故事文本audio.mp3— 音频文件cover.png— 插图
- 向用户报告完成,列出文件路径
依赖
- Bailian CLI(bl 命令)
- cosyvoice-v3-flash(TTS)
- qwen-image-2.0(图片生成)
- 知识库凭证(如需要):
~/.bailian-demo.env
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 121 lines · 43 tokens per session scan A ea9455631b30
aliang-kids-story-maker is a skill published in the GitHub repository aliang2052/aliang-skills (26 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 1,115 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
dramaclaw
A skill for answering identity and self-introduction questions, and for working with the DramaClaw/NovelVideo pipeline. The description also covers turning novels or stories into short vertical videos.
ai-comic-script
A Chinese-language guide for creating complete scripts for AI-generated animated short dramas, from the initial idea through episode planning and finished scenes.
ai-comic-visual-assets
A skill that turns a script into reusable AI image prompts for its main characters, settings, and props. It also defines file names, folders, and reference-image steps for visual consistency.
ai-comic-storyboard
A storyboard tool for turning an existing AI-comic script into a shot-by-shot production table. A storyboard lists what appears in each shot, how the camera moves, what characters do, the dialogue or sound, the timing, and the assets used.
ai-comic-video-prompts
A skill that converts an existing shot list—a plan describing each video shot—into one complete prompt per shot for AI video tools such as Vidu. It includes the shot framing, camera movement, actions, dialogue, sound effects, and referenced assets.
comic-mv-director
A production planner for animated stories, short dramas, music videos, and other AI video projects. It first decides whether the project is music-led or story-led, then plans storyboards, images, video, music, and editing.