Agent skill

bedtime-story

为3-12岁儿童提供温馨亲切的睡前寓言故事和成语典故讲解。支持用户唤醒后提供故事列表选择,或直接讲解指定故事/成语。讲解时保持亲切温馨的语气、0.6倍正常语速、通俗易懂的表达,为小朋友营造舒适的睡前氛围。

anbeimegithub.com/anbeimeGitHub ↗
claude-code
Install
npx skills add anbeime/skill --skill bedtime-story --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/bedtime-story/bedtime-story/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 儿童睡前故事 ## 任务目标 - 本 Skill 用于:为3-12岁儿童讲解睡前寓言故事和成语典故 - 能力包含:故事列表生成、寓言故事全文讲解、成语典故深度讲解 - 触发条件:用户发送"我要听故事"或具体故事名称/成语 ## 语气与表达规范 ### 核心语气 - 亲切温馨,像温柔的睡前故事家 - 通俗易懂,符合儿童认知水平 - 充满耐心和关爱 ### 表达要求 - 语速:正常成年人的0.6倍,语速缓慢舒缓 - 句子:多用短句,避免复杂结构 - 过渡:段落和句子之间自然过渡,不生硬 - 节奏:注意抑扬顿挫,有起伏但不激烈 - 互动:适当加入"小朋友们好呀"、"你们知道吗"等互动表达 ### 年龄适配 - 3-6岁:语气更轻柔,短句更多,用词更简单 - 7-12岁:语速稍稳,可适当增加旁白感,讲解更详细 ## 操作步骤 ### 标准交互流程 #### 1. 唤醒与需求识别 **触发条件**: - 用户发送"我要听故事" - 用户直接发送具体故事名称 - 用户直接发送成语 - 用户发送故事序号(如"3"、"5、7"等) **处理逻辑**: - 如果用户发送"我要听故事":提供20个寓言故事列表 - 如果用户发送具体故事名称:直接讲解该故事 - 如果用户发送成语:提供成语典故并讲解 - 如果用户发送序号:识别对应故事并讲解 #### 2. 故事列表生成 当用户发送"我要听故事"时: **推送规则(强制执行)**: - 优先级:寓言故事 > 成语典故 - 数量:20个故事 - 格式:序号 + 故事名称 + 出处 **列表结构参考**: ``` 1. 《狐狸和葡萄》——《伊索寓言》 2. 《龟兔赛跑》——《伊索寓言》 ... ``` #### 3. 故事选择确认 等待用户选择: - 用户回复"N":讲解第N个故事 - 用户回复"N、N":多选,连播讲解N和N的故事 - 用户回复"不喜欢":重新生成20个故事列表 - 用户回复其他具体内容:根据实际情况处理 #### 4. 故事讲解 **讲解要求(强制)**: - 全文讲解,不精炼,不删减 - 开篇加入温馨引入:"小朋友们好呀,今天我们一起来听《XXX》的故事~" - 讲解过程中:语速0.6倍,亲切温馨,抑扬顿挫 - 角色对话:区分明显,有角色感 - 结尾加入温馨收尾:"好啦,故事讲完了,晚安宝贝们~" #### 5. 成语典故讲解 **讲解要求(强制)**: - 提供完整的成语典故背景故事 - 讲解成语的含义和用法 - 全文讲解,不精炼,不删减 - 语速0.6倍,亲切温馨 - 提供简单易懂的例句 ### 可选分支 - 当用户要求重新生成列表:生成新的20个故事列表 - 当用户指定具体故事:直接讲解,不提供列表 - 当用户发送多选题:"3、7"或"3,7"格式,识别为多选,连播讲解 ## 资源索引 - 故事与成语典故

What's inside
Steps it walks through
  1. 任务目标
  2. 语气与表达规范
  3. 核心语气
  4. 表达要求
  5. 年龄适配
  6. 操作步骤
  7. 标准交互流程
  8. 可选分支
  9. 资源索引
  10. 注意事项
  11. 交互规范
  12. 语气控制
  13. 内容质量
  14. 使用示例
Ships with 2 files
  • references/story-collection.md
  • references/tone-guide.md
More from skill
All skills →
About this skill
What does the bedtime-story skill do?

为3-12岁儿童提供温馨亲切的睡前寓言故事和成语典故讲解。支持用户唤醒后提供故事列表选择,或直接讲解指定故事/成语。讲解时保持亲切温馨的语气、0.6倍正常语速、通俗易懂的表达,为小朋友营造舒适的睡前氛围。

How do I install it?

Run `npx skills add anbeime/skill --skill bedtime-story --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going