← 返回 Skills 市场
211
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pregnancy-care
功能描述
A comprehensive pregnancy care assistant that tracks gestational age, manages medical checklists, provides weekly updates, and offers personalized advice for...
安全使用建议
This skill appears to implement what it claims and does not contact external services or ask for credentials — that is good. Before installing: (1) Review and fix the helper script: pregnancy_helper.py is truncated (a stray token 'eli' appears at the end) and will likely cause the CLI to fail; do not rely on it until corrected. (2) Understand privacy: user pregnancy data is stored unencrypted at ~/workspace/data/pregnancy-care/user_data.json (or d:\workspace on Windows). If you will store personal health data, decide whether that storage location, lack of encryption, and file permissions are acceptable. (3) The SKILL.md suggests creating a Core Memory on archive — that would store the event in the agent's memory system (another persistent copy). If you do not want persistent copies in agent memory, do not follow that step. (4) Test the skill in a sandbox or non-sensitive environment first (or run inside a container) to verify behavior after fixing the script. If you want, provide the full end of pregnancy_helper.py (the truncated portion) so I can re-check for functional or security problems.
功能分析
Type: OpenClaw Skill
Name: pregnancy-care
Version: 1.0.0
The pregnancy-care skill is a legitimate tool for tracking gestational progress and medical milestones. The logic in `pregnancy_helper.py` and `pregnancy_checklist.py` is focused entirely on date calculations and local data management within the user's workspace, with no evidence of network activity, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
Name/description align with provided files: scripts implement gestational calculations, milestone/checklist management, roles, and archiving. No unrelated binaries, credentials, or remote endpoints are requested.
Instruction Scope
SKILL.md instructs the agent to determine user_id and invoke the local helper script for context, task management, and archiving. It also instructs using the LLM to extract dates when parsing fails. The SKILL.md asks the agent to 'Create a Core Memory of the event' on archive — that will store an additional record in the agent's memory system if the agent follows that instruction. SKILL.md does not explicitly disclose that user data is written to a local file.
Install Mechanism
No install spec or external downloads; code is instruction-only plus included local scripts. Nothing in the manifest pulls remote code or executes network installs.
Credentials
No environment variables or external credentials are requested (good). However, the helper script persistently stores user data in a local file at ~/workspace/data/pregnancy-care/user_data.json (or d:\workspace on Windows). This is unencrypted, persistent storage of sensitive health data and may be surprising; the hard-coded workspace path is opinionated and may create files in users' home or root drives without asking.
Persistence & Privilege
always: false (normal). The skill persists user data to disk and updates it across runs; it does not request elevated system privileges or modify other skills. Be aware the SKILL.md suggests creating a 'Core Memory' on archive, which causes additional persistent storage in the agent/platform memory if performed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pregnancy-care - 安装完成后,直接呼叫该 Skill 的名称或使用
/pregnancy-care触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Pregnancy Care Skill 1.0.0 – Initial Release
- Tracks pregnancy progress with gestational age calculations and robust date parsing.
- Manages standard and custom medical milestone checklists, with proactive reminders.
- Supports multiple users and role-based interactions (pregnant person, partner, family).
- Provides weekly developmental updates and personalized advice based on user role.
- Includes lifecycle management with archiving and post-pregnancy summaries.
元数据
常见问题
Pregnancy Care 是什么?
A comprehensive pregnancy care assistant that tracks gestational age, manages medical checklists, provides weekly updates, and offers personalized advice for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。
如何安装 Pregnancy Care?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pregnancy-care」即可一键安装,无需额外配置。
Pregnancy Care 是免费的吗?
是的,Pregnancy Care 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pregnancy Care 支持哪些平台?
Pregnancy Care 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pregnancy Care?
由 GinWu(@ginwu)开发并维护,当前版本 v1.0.0。
推荐 Skills