Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_*.json and babyLogs_*.json files and wants to know if mum is safe and baby is healthy, or asks for a summary of contractions, feeding, or diaper changes.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install only-baby-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install only-baby-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/only-baby-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: only-baby-skills description: Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_.json and babyLogs_.json files and wants to know if mum is safe and baby is healthy, or asks for a summary of contractions, feeding, or diaper changes. ---
Analyze two JSON data sources to produce a safety and health summary: mum's contraction situation and baby's milk feeding and diaper change status. Always end with a clear verdict and any recommendations.
contractions_.json, babyLogs_.json).id, startTime, endTime (ISO 8601).babyLog (array of entries) and birthday (ISO 8601). Each entry has id, timestamp, type, and type-specific details: - type === "feeding": feedingDetails.volumeML (number, mL). - type === "diaper": diaperDetails.hasPee, diaperDetails.hasPoo (booleans). - type === "breastFeeding": breastFeedingDetails.durationSeconds (number).
See references/schemas-and-thresholds.md for exact schemas and health/safety thresholds.
babyLog and birthday.startTime (ascending = chronological).endTime - startTime (in seconds/minutes).endTime to current startTime (minutes). For the first contraction, interval is N/A.birthday and latest log timestamp, compute baby's age (e.g. days or weeks).babyLog by type: feeding, diaper, and breastFeeding.feedingDetails.volumeML and timestamp. Compute total volume and feed count over last 24 h (and optionally last 48 h). Compute average volume per feed, average volume per hour (total mL / hours in window), and approximate interval between feeds.breastFeedingDetails.durationSeconds and timestamp. Compute session count and total duration (e.g. total minutes) over last 24 h (and optionally last 48 h). Optionally report average session length.diaperDetails.hasPee), dirty (diaperDetails.hasPoo), and both. Compute counts over last 24 h (and optionally last 48 h).Output:
Count, date range, duration/interval stats, pattern. Then: Mum safe? (Yes / Monitor / Seek care) with short reason and any next step (e.g. "Continue timing; if 5-1-1, go to hospital").
Age; bottle feeds in last 24 h (count + total mL); breastfeeding sessions in last 24 h (count + total duration if present); diapers in last 24 h (wet/dirty). Then: Baby healthy? (Yes / Monitor / Concern) with short reason and any recommendation (e.g. "Ensure 8+ feeds and 6+ wet diapers per day").
One line: this is not medical advice; when in doubt, contact a midwife, OB, or paediatrician.
Use clear headings and bullet points. Lead with the two verdicts (mum safe? baby healthy?) then expand with numbers and brief reasoning. Keep the report scannable and under one screen where possible.
安装 OnlyBaby 后,可以对 AI 说这些话来触发它
Help me get started with OnlyBaby
Explains what OnlyBaby does, walks through the setup, and runs a quick demo based on your current project
Use OnlyBaby to analyze contraction JSON and baby log JSON to assess mum's labour/c...
Invokes OnlyBaby with the right parameters and returns the result directly in the conversation
What can I do with OnlyBaby in my developer & devops workflow?
Lists the top use cases for OnlyBaby, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/only-baby-skill/ 目录(个人级,所有项目可用),或 .claude/skills/only-baby-skill/(项目级)。重启 AI 客户端后,用 /only-baby-skill 主动调用,或让 AI 根据上下文自动发现并使用。
OnlyBaby 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
OnlyBaby 可免费安装使用。请查阅仓库了解许可证信息。
Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_*.json and babyLogs_*.json files and wants to know if mum is safe and baby is healthy, or asks for a summary of contractions, feeding, or diaper changes.
OnlyBaby 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using OnlyBaby
Identifies repetitive steps in your workflow and sets up OnlyBaby to handle them automatically