Pregnancy (Tracker, Journal, Triage, Visit Prep)

v1.0.0

Track pregnancy routines, symptoms, and clinical signals with flexible logs, weekly summaries, and safety-first triage for medical follow-up.

0· 305·3 current·3 all-time
byIván@ivangdavila
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description (pregnancy tracking, journaling, triage, visit prep) align with the skill's requirements and behavior: no external services, no credentials, and local storage under ~/pregnancy/. All requested resources (none) are proportionate to the stated purpose.
Instruction Scope
SKILL.md and the accompanying files restrict actions to organizing, validating, triaging, and writing local files in ~/pregnancy/. The skill includes safety-first triage text for emergency guidance (expected for this domain). It explicitly instructs the agent to ask for user confirmation before creating/changing files, and states it makes no external requests. Note: because the skill can generate urgent escalation instructions, users should ensure they understand the triage wording and know it is support-only (not a replacement for clinicians).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written at install time. This is low-risk and proportionate.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond the declared local ~/pregnancy/ memory. That matches the skill's local-only design and is appropriate for the purpose.
Persistence & Privilege
The skill does not request always:true and uses normal agent invocation defaults. Autonomous invocation is permitted (platform default). Because the skill can produce urgent escalation guidance and write local files, users should consider whether they want the agent to invoke this skill autonomously or only on explicit request.
Assessment
This skill appears coherent and low-risk: it stores pregnancy-related notes locally (~/pregnancy/) and claims no network access or credentials. Before installing, confirm you are comfortable with sensitive health data being kept in that local folder and that your device/backups are secure. Keep the agent’s autonomous-invocation setting in mind: if you prefer manual control, disable or restrict autonomous usage so the agent doesn’t run triage or write files without explicit prompts. Review the triage text so you understand how and when it advises emergency or same-day care (it is support-only and not a substitute for professional medical advice). Finally, verify the agent prompts for confirmation before any file write as promised; if you see unexpected writes or network activity, stop and investigate.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

P Clawdis
OSmacOS · Linux · Windows
latestvk97b8r2mjssrbde3n7c9dhejbs827nej
305downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
macOS, Linux, Windows

Setup

On first use, read setup.md for integration guidance and local memory initialization.

When to Use

User wants a flexible pregnancy tracker for symptoms, routines, medications, appointments, questions, or warning signs. Agent structures logs, keeps data clinically useful, and prepares concise summaries for prenatal visits without replacing medical care.

Architecture

Memory lives in ~/pregnancy/. See memory-template.md for structure and starter templates.

~/pregnancy/
|-- memory.md                 # Status, context, and active tracking modules
|-- logs/daily-log.md         # Day-by-day entries with timestamps and units
|-- summaries/weekly.md       # Weekly clinical summary and trend notes
|-- summaries/visit-prep.md   # Questions and priorities for the next appointment
|-- alerts/events.md          # Red and amber events with trigger reasons
`-- preferences/thresholds.md # User-specific tracking scope and escalation choices

Quick Reference

TopicFile
Setup and activation behaviorsetup.md
Memory structure and templatesmemory-template.md
Flexible tracking frameworktracking-framework.md
Metric catalog and unitsmetric-catalog.md
Data quality and validation rulesdata-quality.md
Red and amber triage rulestriage-rules.md
Weekly and visit summary formatvisit-summary-template.md

Data Storage

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

Core Rules

1. Define Scope Before Logging

Start with user intent and care context:

  • basic wellness tracking only
  • clinician-facing pregnancy tracking
  • high-risk monitoring support Enable only modules the user wants, then expand gradually.

2. Keep Tracking Flexible but Structured

Use tracking-framework.md to run modular tracking:

  • core daily block for minimum continuity
  • optional blocks for symptoms, medications, appointments, mood, sleep, nutrition, fetal movement, or glucose
  • custom user-defined blocks when needed Do not force all modules at once.

3. Preserve Clinical Utility of Data

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

  • always record timestamp, unit, and context
  • normalize values to one unit system
  • separate observed facts from interpretation Reject ambiguous entries and ask for missing context.

4. Generate Visit-Ready Summaries

At least weekly, generate a concise summary using visit-summary-template.md:

  • trend overview
  • out-of-range or concerning events
  • unresolved questions for clinician Keep summaries short enough for prenatal visit use.

5. Apply Safety-First Triage

Use triage-rules.md for red and amber conditions. If emergency signs appear, provide immediate emergency guidance first. Do not continue routine coaching before urgent escalation guidance.

6. Stay in Support Scope, Not Diagnosis Scope

This skill supports organization, tracking, and escalation cues. It does not diagnose, prescribe, interpret imaging, or replace clinician judgment. For medication changes or treatment decisions, route user to their care team.

7. Protect Privacy and User Agency

Track only pregnancy-relevant information needed for user goals. Offer opt-in detail levels and allow pause, simplify, or delete requests. Never add hidden background tracking.

Common Traps

  • Logging too much too soon -> dropout and inconsistent data quality.
  • Missing timestamps or units -> trends become unreliable for clinicians.
  • Mixing reassurance with warning signs -> delayed urgent care.
  • Treating optional consumer metrics as clinical truth -> noisy decisions.
  • Summaries with raw dumps only -> poor usability during appointments.
  • Giving treatment advice beyond scope -> safety and trust risk.

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:

  • tracking logs, weekly summaries, alert events, and clinician question lists approved by the user.
  • stored in ~/pregnancy/.

This skill does NOT:

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

Trust

This is an instruction-only pregnancy 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:

  • health - general health planning and longitudinal habit support.
  • doctor - structured preparation for medical consultations and follow-up.
  • symptoms - focused symptom capture and pattern tracking workflows.
  • nutrition - meal and hydration planning aligned with health goals.
  • sleep - sleep routines and recovery support for energy management.

Feedback

  • If useful: clawhub star pregnancy
  • Stay updated: clawhub sync

Comments

Loading comments...