Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

babybaby 效率

Agent Skill

baby 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,103

周安装

302

GitHub Stars

1

下载量

2,488
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:baby(baby 效率)
来源仓库:https://github.com/ivangdavila/baby
安装命令:
openclaw skills install baby
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install baby

简介

通过护理人员交接和安全第一的分类,跟踪婴儿喂养、睡眠、尿布、症状、生长、日常活动和儿科随访。

SKILL.md

name
Baby (Tracker, Feeding, Sleep, Triage, Visit Prep)
slug
baby
version
1.0.0
homepage
https://clawic.com/skills/baby
description
Track baby feeds, sleep, diapers, symptoms, growth, routines, and pediatric follow-up with caregiver handoffs and safety-first triage.
changelog
Initial release with modular baby tracking, caregiver handoffs, pediatric visit summaries, and safety triage guardrails.
metadata
{"clawdbot":{"emoji":"B","requires":{"bins":[]},"os":["darwin","linux","win32"]}}

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.

TopicFile
Setup and activation behaviorsetup.md
Memory structure and starter filesmemory-template.md
Modular care tracking frameworktracking-framework.md
Metrics, units, and event vocabularymetric-catalog.md
Data quality and continuity rulesdata-quality.md
Red and amber triage rulestriage-rules.md
Caregiver handoff formatcaregiver-handoff.md
Routine planning by baby stageroutine-blueprints.md
Weekly and visit summary formatvisit-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.

EndpointData SentPurpose
NoneNoneN/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 <slug> 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.59%
按下载量换算2,204

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills