← Back to Skills Marketplace
ginwu

Pregnancy Care

by GinWu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
211
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pregnancy-care
Description
A comprehensive pregnancy care assistant that tracks gestational age, manages medical checklists, provides weekly updates, and offers personalized advice for...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pregnancy-care
  3. After installation, invoke the skill by name or use /pregnancy-care
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pregnancy-care
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pregnancy Care?

A comprehensive pregnancy care assistant that tracks gestational age, manages medical checklists, provides weekly updates, and offers personalized advice for... It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.

How do I install Pregnancy Care?

Run "/install pregnancy-care" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pregnancy Care free?

Yes, Pregnancy Care is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pregnancy Care support?

Pregnancy Care is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pregnancy Care?

It is built and maintained by GinWu (@ginwu); the current version is v1.0.0.

💬 Comments