← 返回 Skills 市场
ivangdavila

Baby (Tracker, Feeding, Sleep, Triage, Visit Prep)

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
238
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install baby
功能描述
Track baby feeds, sleep, diapers, symptoms, growth, routines, and pediatric follow-up with caregiver handoffs and safety-first triage.
使用说明 (SKILL.md)

When to Use

User wants a baby tracker for feeds, sleep, diapers, symptoms, medications, growth, solids, routines, appointments, questions, or warning signs. Agent keeps logs consistent across caregivers, prepares pediatric-ready summaries, and supports escalation cues without replacing medical care.

Architecture

Memory lives in ~/baby/. If ~/baby/ does not exist, run setup.md. See memory-template.md for structure.

~/baby/
|-- memory.md                 # Status, baby profile, modules, and active priorities
|-- logs/daily-log.md         # Timestamped daily care events across caregivers
|-- handoff/current.md        # Shift handoff and open loops for the next caregiver
|-- summaries/weekly.md       # Weekly summary with trends and unresolved concerns
|-- summaries/visit-prep.md   # Pediatric visit prep, questions, and data packet
|-- alerts/events.md          # Red and amber events with actions and outcomes
`-- preferences/thresholds.md # User-specific routines, alert preferences, and scope

Quick Reference

Use these files to switch between lightweight daily tracking, escalation support, and pediatric visit prep without changing the core workflow.

Topic File
Setup and activation behavior setup.md
Memory structure and starter files memory-template.md
Modular care tracking framework tracking-framework.md
Metrics, units, and event vocabulary metric-catalog.md
Data quality and continuity rules data-quality.md
Red and amber triage rules triage-rules.md
Caregiver handoff format caregiver-handoff.md
Routine planning by baby stage routine-blueprints.md
Weekly and visit summary format visit-summary-template.md

Data Storage

Local notes stay in ~/baby/. Before creating or changing local files, present the planned write and ask for user confirmation.

Core Rules

1. Define Baby Stage and Care Scope First

Start with the smallest context that changes decisions:

  • baby age or corrected age
  • feeding mode and current schedule pressure
  • known medical context, medications, or care-team instructions
  • which modules matter now: feeds, sleep, diapers, symptoms, growth, solids, routines, appointments, or development notes Do not force all modules at once.

2. Run a Modular Tracker, Not a Rigid App Flow

Use tracking-framework.md to keep a core continuity block plus optional modules:

  • core continuity for feeds, sleep, diapers, and active concerns
  • optional modules for pumping, solids, medications, growth, appointments, milestones, or custom routines
  • simplified mode for overwhelmed caregivers Adapt depth to real life instead of demanding perfect tracking.

3. Preserve Caregiver Continuity

Use caregiver-handoff.md whenever multiple adults share care. Every meaningful update should make the next caregiver faster, safer, and less likely to miss:

  • last important events
  • what is due next
  • what changed from baseline
  • what needs escalation or follow-up

4. Keep Data Clinically Useful

Use metric-catalog.md and data-quality.md:

  • always record timestamps, units, and amount or duration when relevant
  • distinguish observed facts from caregiver interpretation
  • normalize repeated measures to one unit system
  • capture baseline versus today when discussing changes If an entry is too vague to be actionable, ask for missing context.

5. Generate Pediatric-Ready Summaries

Use visit-summary-template.md to compress logs into:

  • pattern changes
  • intake, output, sleep, or symptom concerns
  • medications and care actions tried
  • concise questions for the pediatrician Summaries should be short enough to use during a real visit or call.

6. Apply Safety-First Triage

Use triage-rules.md for red and amber conditions. If urgent signs appear, give escalation guidance first and pause routine coaching. Do not continue optimization, scheduling, or reassurance before urgent care instructions are clear.

7. Stay in Support Scope and Protect Privacy

This skill supports organization, continuity, and escalation cues. It does not diagnose, prescribe, interpret tests, or replace pediatric judgment. Track only what improves care, allow simplified mode, and never add hidden background tracking.

Common Traps

  • Treating every day like a full logging day -> caregivers quit tracking.
  • Missing timestamps on feeds, meds, or fever -> summaries lose clinical value.
  • Mixing what happened with why it happened -> patterns become unreliable.
  • Ignoring caregiver handoff context -> duplicated feeds, missed meds, or sleep confusion.
  • Reassuring through red flags -> delayed urgent care.
  • Letting milestone anxiety dominate routine support -> more stress, worse decisions.

External Endpoints

This skill makes NO external network requests.

Endpoint Data Sent Purpose
None None N/A

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Nothing by default. This skill is instruction-only and local unless the user explicitly requests export.

Data stored locally:

  • care logs, handoff notes, weekly summaries, alert events, and pediatric question lists approved by the user.
  • stored in ~/baby/.

This skill does NOT:

  • diagnose baby conditions or provide emergency medical treatment.
  • make undeclared network calls.
  • modify files without explicit user confirmation.
  • collect unrelated household data.

Trust

This is an instruction-only baby tracking and visit-prep skill. No credentials are required and no third-party service access is needed.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • doctor - structured preparation for pediatric or family medical visits.
  • health - broader health planning and longitudinal family tracking.
  • sleep - deeper sleep-routine support when sleep becomes the main problem.
  • nutrition - meal, hydration, and solids planning once food logistics matter more.
  • parenting - broader parenting support beyond daily operational tracking.

Feedback

  • If useful: clawhub star baby
  • Stay updated: clawhub sync
安全使用建议
This skill is instruction-only and appears coherent and local-only: it stores notes under ~/baby/ and claims it will ask before writing files and will not make network calls. Before trusting it, verify in a quick test that your agent actually prompts for confirmation before creating files (SKILL.md is an instruction the agent must follow; the platform enforces nothing by itself). Remember that locally stored baby data is sensitive: consider filesystem permissions, backups, or encrypting the folder if you want extra privacy, and be cautious about other installed skills or tools that might access ~/baby/. If you ever export or share summaries, confirm you explicitly requested that export.
功能分析
Type: OpenClaw Skill Name: baby Version: 1.0.0 The 'baby' skill bundle is a well-structured set of instructions for tracking infant care, including feeding, sleep, and health metrics. It operates entirely on local markdown files within the '~/baby/' directory, explicitly disclaims medical diagnostic capabilities, and includes safety-first triage rules (triage-rules.md) that prioritize professional medical escalation for red-flag symptoms. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill follows standard OpenClaw patterns for local data management and user confirmation.
能力评估
Purpose & Capability
Name and description (feeding, sleep, handoffs, triage, visit prep) match the instructions and required artifacts: local note files in ~/baby/, no external services, no extra binaries or credentials.
Instruction Scope
Runtime instructions are limited to creating and maintaining local markdown files, guiding caregiver handoffs, summaries, and triage. The SKILL.md explicitly requires user confirmation before creating or changing files and declares no external network requests. This scope is appropriate for the stated purpose.
Install Mechanism
No install spec or code files — instruction-only — so nothing is downloaded or written by the skill itself beyond the local files the agent is asked to create with user permission.
Credentials
The skill requires no environment variables, credentials, or special config paths. The only resource it uses is a directory under the user's home (~ /baby/), which is proportionate to a local tracker.
Persistence & Privilege
always is false and there are no instructions to modify other skills or system-wide config. The skill persists data only in its own ~/baby/ location and asks for confirmation before writes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baby
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baby 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with modular baby tracking, caregiver handoffs, pediatric visit summaries, and safety triage guardrails.
元数据
Slug baby
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Baby (Tracker, Feeding, Sleep, Triage, Visit Prep) 是什么?

Track baby feeds, sleep, diapers, symptoms, growth, routines, and pediatric follow-up with caregiver handoffs and safety-first triage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。

如何安装 Baby (Tracker, Feeding, Sleep, Triage, Visit Prep)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baby」即可一键安装,无需额外配置。

Baby (Tracker, Feeding, Sleep, Triage, Visit Prep) 是免费的吗?

是的,Baby (Tracker, Feeding, Sleep, Triage, Visit Prep) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Baby (Tracker, Feeding, Sleep, Triage, Visit Prep) 支持哪些平台?

Baby (Tracker, Feeding, Sleep, Triage, Visit Prep) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Baby (Tracker, Feeding, Sleep, Triage, Visit Prep)?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论