← Back to Skills Marketplace
iriswong31

孕期搭子 Pregnancy Buddy

by iriswong31 · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pregnancy-buddy
Description
孕期搭子 - 面向孕期妈妈的全程AI陪伴助手。支持产检报告解读(NT/唐筛/糖耐/大排畸等8项)、30+种食物安全查询、10月营养食谱(协和医院+中国营养学会)、周末备餐方案、宝宝发育可视化、关键时间线管理、情绪陪伴。基于真实孕妈对话记录优化的Gemini风格交互。
Usage Guidance
Key things to consider before installing: 1) Credentials: The included scripts/ocr.py expects TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY but the skill metadata does not declare these env vars. Do NOT provide cloud API keys until the developer documents why they are needed, how they'll be stored, and whether you can opt to use platform OCR instead. 2) Privacy & storage: The skill explicitly says it will 'internally remember' sensitive pregnancy/medical details across conversations and instructs the agent to run invisible checks 'without telling the user'. Ask the author how and where user data (OCRed reports, monthly letters, emotions, check results) is stored, encrypted, how long it is retained, and obtain user consent flows. Prefer skills that require explicit opt-in for persistent storage and that document deletion procedures. 3) Transparency: The SKILL.md contains contradictory rules (e.g., 'sensitive info only used in current conversation' vs. monthly automatic collection). Request clarification and a patch that makes persistence explicit and opt‑in, and remove language telling the agent to be covert. 4) Technical review: If you plan to run the OCR feature, review scripts/ocr.py and prefer using the platform's built-in OCR (as SKILL.md allows) instead of supplying your own cloud keys. Confirm whether the platform will install the Tencent SDK automatically; if so, that may introduce network calls at runtime. 5) Prompt-injection signal: The static scan flagged unicode control characters in SKILL.md. Ask the author to provide a clean SKILL.md without hidden/control characters and explain why they appeared. Treat any skill that instructs the agent to perform hidden background actions with extra caution. 6) Safer options: If you need pregnancy support but want minimal data exposure, prefer configuration where (a) OCR is performed client-side or by the platform's audited OCR tool, (b) persistent memory is disabled by default and enabled only with explicit consent, and (c) the skill lists required env vars/permissions clearly. If the developer can (a) declare and justify required env vars, (b) remove/clarify the 'do not tell user' background instructions, and (c) document storage/consent/retention, the inconsistencies would be largely resolved. Until then, treat the skill as suspicious and avoid supplying cloud credentials or highly sensitive information.
Capability Assessment
Purpose & Capability
The skill's name/description (pregnancy companion, report OCR, meal guidance, monthly 'letters') matches the provided README and refs. However, a shipped helper script (scripts/ocr.py) requires Tencent Cloud API keys to operate, yet the skill metadata does not declare any required environment variables or credentials. Asking for cloud OCR credentials is plausible for OCR functionality, but the omission from requires.env is an inconsistency that should be explained (either declare the env vars or remove/replace the script).
Instruction Scope
SKILL.md instructs the agent to perform invisible background checks at the start of every conversation ('先在内部执行以下检查(不需要告诉用户你在检查)') and to 'internally remember' user mentions for monthly letters. That grants the agent broad discretion to collect and persist sensitive personal/medical data across sessions without explicit transparency. There are also contradictory rules: a '禁令清单' saying not to leak privacy and to only use sensitive report data in the current conversation, while other sections require saving monthly material. These inconsistencies increase privacy risk.
Install Mechanism
No install spec (instruction-only) — lower installation risk. But there is a bundled Python script (scripts/ocr.py) that imports the Tencent Cloud SDK and will make network API calls if executed. There is no declared installation step for the SDK (pip), so runtime failure is possible or the agent/platform may install dependencies automatically. The presence of code that performs remote API calls raises moderate operational risk even without an explicit installer.
Credentials
The OCR script requires environment variables TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY to call Tencent OCR APIs, but the skill's registry metadata lists no required env vars and no primary credential. This is a clear mismatch: either the skill should declare these credentials (and justify them) or remove the dependency. Requesting cloud API keys has high sensitivity (can be used for API calls and may incur charges or leak data).
Persistence & Privilege
The skill explicitly instructs the agent to 'automatically collect' and 'internally remember' user-provided sensitive items (产检结果, 情绪片段, 里程碑, etc.) to generate monthly letters. That implies persistent storage of health data across conversations. The skill metadata does not describe where/how this data is stored, whether user consent is obtained, or retention/deletion policies. Also the 'do not tell the user' phrasing indicates surreptitious background behavior — a privacy and transparency concern. The skill is not marked always:true, but autonomous invocation plus hidden persistence increases blast radius.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pregnancy-buddy
  3. After installation, invoke the skill by name or use /pregnancy-buddy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
v2.1: 主动推送引擎(不等用户问)+ 每月给宝宝的信自动生成 + 产检主动提醒(7天/3天/当天) + 餐食时间感知推荐 + 里程碑自动播报
v2.0.0
v2.0: Gemini风格对话系统 + 10月营养食谱(协和医院) + 产检知识库(NT/唐筛/糖耐/大排畸等8项) + 30+食物安全查询 + 周末备餐方案 + PWA通知提醒
Metadata
Slug pregnancy-buddy
Version 2.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 孕期搭子 Pregnancy Buddy?

孕期搭子 - 面向孕期妈妈的全程AI陪伴助手。支持产检报告解读(NT/唐筛/糖耐/大排畸等8项)、30+种食物安全查询、10月营养食谱(协和医院+中国营养学会)、周末备餐方案、宝宝发育可视化、关键时间线管理、情绪陪伴。基于真实孕妈对话记录优化的Gemini风格交互。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install 孕期搭子 Pregnancy Buddy?

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

Is 孕期搭子 Pregnancy Buddy free?

Yes, 孕期搭子 Pregnancy Buddy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 孕期搭子 Pregnancy Buddy support?

孕期搭子 Pregnancy Buddy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 孕期搭子 Pregnancy Buddy?

It is built and maintained by iriswong31 (@iriswong31); the current version is v2.1.0.

💬 Comments