← Back to Skills Marketplace
ckchzh

Baby Guide

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
502
Downloads
0
Stars
1
Active Installs
13
Versions
Install in OpenClaw
/install baby-guide
Description
育儿指南助手。新生儿护理、辅食添加、疫苗接种、早教启蒙、睡眠训练、亲子互动。Baby care guide with feeding, vaccination, sleep training, early education. 育儿百科、宝宝成长、母婴护理。Use when parents need baby c...
README (SKILL.md)

baby-guide

育儿指南。按月龄发育指标、辅食添加、早教建议、疫苗提醒。

Commands

命令 说明
baby.sh milestone "月龄" 发育指标(身高体重/大运动/精细运动/语言/社交)
baby.sh food "月龄" 辅食添加指南
baby.sh education "月龄" 早教建议与亲子活动
baby.sh vaccine "月龄" 疫苗接种提醒
baby.sh help 显示帮助信息

Usage

当用户询问宝宝发育、辅食、早教、疫苗等育儿话题时,使用对应命令。

示例:

# 6个月宝宝发育指标
bash scripts/baby.sh milestone "6"

# 8个月辅食添加指南
bash scripts/baby.sh food "8"

# 12个月早教建议
bash scripts/baby.sh education "12"

# 3个月疫苗提醒
bash scripts/baby.sh vaccine "3"

将脚本输出作为参考,提醒用户具体情况请咨询儿科医生。

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run baby-guide help for all commands
Usage Guidance
This skill appears to implement a baby-care reference and does not try to exfiltrate data or require credentials. Before installing or running: (1) inspect scripts/script.sh — it will create ~/.local/share/baby-guide (or $XDG_DATA_HOME/baby-guide) and append to a history.log; if you don't want local logging, remove or edit that file. (2) Note the 'emergency' command in scripts/baby.sh is available though not listed in SKILL.md; review its output to ensure it matches your expectations. (3) No network access or secrets are requested, but always avoid running skills from unknown sources on sensitive systems — consider running in a sandbox or reviewing the full scripts if you have concerns. Finally, remember the guidance is for reference only and advise users to consult a pediatrician for medical decisions.
Capability Analysis
Type: OpenClaw Skill Name: baby-guide Version: 2.0.0 The skill bundle provides a legitimate and detailed baby care guide, including developmental milestones, vaccination schedules, and emergency medical advice. The core logic is contained in 'scripts/baby.sh', which uses a Python sub-process to safely handle and display informational data based on user input. While the bundle includes an unrelated design helper script ('scripts/script.sh'), it appears to be a harmless developer artifact that only performs local logging and prints static design references. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's stated purpose is baby care and the primary script (scripts/baby.sh) implements milestone/food/education/vaccine functionality as described. However, the package also includes scripts/script.sh (a design-helper that logs to $XDG_DATA_HOME or $HOME/.local/share/baby-guide), which is unrelated to baby guidance and not referenced in SKILL.md; this is a mild mismatch but not clearly malicious.
Instruction Scope
SKILL.md directs the agent to run scripts/baby.sh for the declared commands and those commands are implemented in the script. There is a small mismatch: baby.sh exposes an 'emergency' command in its help/case statement that is not listed in SKILL.md's command table. The script only prints guidance and does not attempt to read unrelated system files or transmit data.
Install Mechanism
This is an instruction-only skill with embedded scripts; there is no install specification, no external downloads, and nothing is fetched at runtime. That limits the risk of arbitrary remote code being pulled in.
Credentials
The skill declares no required environment variables or credentials. The included scripts do reference typical environment variables (BABY_GUIDE_DIR, XDG_DATA_HOME, HOME) in scripts/script.sh to create a local data directory and append a history.log; this is disproportionate to a purely read-only guidance tool but not inherently dangerous. No secrets are requested or accessed.
Persistence & Privilege
always:false (no forced permanent inclusion). The skill does not request system-wide privilege or attempt to alter other skills or agent configs. The only persistent effect would occur if scripts/script.sh is run — it creates a $DATA_DIR and appends to history.log in the user's data directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baby-guide
  3. After installation, invoke the skill by name or use /baby-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
yaml-fix+quality
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.1.0
Enhanced descriptions for better AI triggering
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.1
Add runtime declaration + security compliance
v1.1.1
v1.1.0
Major upgrade: milestone (development milestones by month), food (complementary feeding plan), emergency (symptom handling). tips.md added.
v1.0.0
Initial release with Chinese SEO keywords.
Metadata
Slug baby-guide
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 13
Frequently Asked Questions

What is Baby Guide?

育儿指南助手。新生儿护理、辅食添加、疫苗接种、早教启蒙、睡眠训练、亲子互动。Baby care guide with feeding, vaccination, sleep training, early education. 育儿百科、宝宝成长、母婴护理。Use when parents need baby c... It is an AI Agent Skill for Claude Code / OpenClaw, with 502 downloads so far.

How do I install Baby Guide?

Run "/install baby-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Baby Guide free?

Yes, Baby Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Baby Guide support?

Baby Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Baby Guide?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments