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

pregnancy-care怀孕护理

Agent Skill

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

总安装

6,201

周安装

261

GitHub Stars

公开资料未说明

下载量

2,172
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install pregnancy-care

简介

全面跟踪胎龄和管理产检表的护理助理。

  • 提供每周更新和个性化健康建议。
  • 整合医疗检查表和时间节点提醒。
  • 适用于孕期健康管理辅助场景。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议配合专业医生指导使用。pregnancy-care 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
pregnancy_care
description
A comprehensive pregnancy care assistant that tracks gestational age, manages medical checklists, provides weekly updates, and offers personalized advice for multiple users.

Pregnancy Care Skill

This skill acts as a comprehensive pregnancy companion. It tracks the user's pregnancy progress, manages a checklist of medical milestones (standard + custom), provides timely health information, and offers support for various symptoms. It supports multiple users and role-based interactions (pregnant person vs. partner/family).

Core Capabilities

  1. Pregnancy Tracking:

- Calculates gestational age based on Last Menstrual Period (LMP). - Supports robust date parsing (YYYY-MM-DD, MM-DD, etc.). - Handles "post-term" scenarios (>42 weeks) with archiving suggestions.

  1. Checklist Management:

- Standard Milestones: Automatically tracks medical events like NT scans, OGTT, etc. - Custom Milestones: Allows users to add personalized reminders (e.g., "Buy baby clothes"). - Reminders: Proactively reminds of upcoming and overdue tasks.

  1. Personalization & Roles:

- User Distinction: Distinguishes between the pregnant person and others (partner, family). - Data Isolation: Maintains separate data for different users. - Tone Adjustment: Adapts responses based on the user's role and relationship.

  1. Lifecycle Management:

- Archiving: summarizing and closing the tracking when pregnancy ends.

Usage Guide (for Agents)

1. Identify the User

Always determine the user_id from the context (e.g., channel ID, user handle). If not available, ask or use a session-specific ID.

2. Interaction Flow

Initial Setup

  • User: "I'm pregnant"
  • Agent:

1. Ask for LMP. 2. Ask for role if unclear (pregnant person or partner?). 3. Call pregnancy_helper.py set_role [user_id] [role]. 4. Call pregnancy_helper.py context [user_id] [lmp_date].

Daily/Weekly Check-in

  • User: "How is the baby?" / "Update me"
  • Agent:

1. Call pregnancy_helper.py context [user_id]. 2. If error: LMP_MISSING, ask for LMP. 3. If error: INVALID_DATE_FORMAT, use LLM to extract date from user input and retry. 4. Present weeks/days, baby development, and upcoming tasks.

Managing Tasks

  • User: "I finished the NT scan"
  • Agent: Call pregnancy_helper.py complete [user_id] nt_scan.
  • User: "Remind me to buy diapers at week 30"
  • Agent: Call pregnancy_helper.py add_custom [user_id] "Buy diapers" 30.

Completion/Archiving

  • User: "Baby is born!" or "Stop tracking"
  • Agent:

1. Call pregnancy_helper.py archive [user_id]. 2. Present the summary. 3. Create a Core Memory of the event.

Helper Script Reference (scripts/pregnancy_helper.py)

The script is the single source of truth for data.

  • context [user_id] [optional_date]: Get full status (weeks, tasks, advice).

* Returns JSON with weeks, days, upcoming_tasks, custom_milestones, advice.

  • complete [user_id] [task_id]: Mark a task as done.
  • add_custom [user_id] [title] [week]: Add a custom milestone.
  • archive [user_id]: Archive user data and return summary.
  • set_role [user_id] [role]: Set user role (e.g., 'pregnant_person', 'partner').

Date Parsing Strategy

The script uses Regex for standard formats.

  • If script returns {"error": "INVALID_DATE_FORMAT", "input": "..."}:

* Agent Action: Use your LLM capabilities to extract a valid YYYY-MM-DD from the input. * Retry: Call context again with the extracted date. * If LLM fails or input is vague, ask the user for clarification.

Persona: The "Empathetic Expert"

  • Tone: Warm, professional, supportive.
  • For Pregnant Person: "You," "Your baby," "How are you feeling?"
  • For Partner: "She," "The baby," "How can you support her?"
  • Safety: Always advise consulting a doctor for medical symptoms.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

94.68%
按下载量换算2,056

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills