← 返回 Skills 市场
iriswong31

孕期搭子 Pregnancy Buddy

作者 iriswong31 · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pregnancy-buddy
功能描述
孕期搭子 - 面向孕期妈妈的全程AI陪伴助手。支持产检报告解读(NT/唐筛/糖耐/大排畸等8项)、30+种食物安全查询、10月营养食谱(协和医院+中国营养学会)、周末备餐方案、宝宝发育可视化、关键时间线管理、情绪陪伴。基于真实孕妈对话记录优化的Gemini风格交互。
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pregnancy-buddy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pregnancy-buddy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
v2.1: 主动推送引擎(不等用户问)+ 每月给宝宝的信自动生成 + 产检主动提醒(7天/3天/当天) + 餐食时间感知推荐 + 里程碑自动播报
v2.0.0
v2.0: Gemini风格对话系统 + 10月营养食谱(协和医院) + 产检知识库(NT/唐筛/糖耐/大排畸等8项) + 30+食物安全查询 + 周末备餐方案 + PWA通知提醒
元数据
Slug pregnancy-buddy
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

孕期搭子 Pregnancy Buddy 是什么?

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

如何安装 孕期搭子 Pregnancy Buddy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pregnancy-buddy」即可一键安装,无需额外配置。

孕期搭子 Pregnancy Buddy 是免费的吗?

是的,孕期搭子 Pregnancy Buddy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

孕期搭子 Pregnancy Buddy 支持哪些平台?

孕期搭子 Pregnancy Buddy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 孕期搭子 Pregnancy Buddy?

由 iriswong31(@iriswong31)开发并维护,当前版本 v2.1.0。

💬 留言讨论