← 返回 Skills 市场
wangjian124

Period Care Assistant

作者 wangjian124 · GitHub ↗ · v0.1.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install period-care-assistant
功能描述
Track menstrual cycle history, answer current cycle status questions, record new period start dates from natural-language messages such as "月经来了", predict th...
安全使用建议
This skill appears to do what it says: a local, encrypted period tracker implemented as a Node script that needs one secret (PERIOD_TRACKER_KEY). Before installing: (1) keep PERIOD_TRACKER_KEY private and consider providing a per-skill key rather than a broader account secret; (2) set PERIOD_TRACKER_STORE to a secure path you control if you are concerned about where the encrypted file will live; (3) be cautious when configuring delivery-mode=webhook or creating cron jobs — verify that the webhook endpoint is trusted, uses HTTPS, and that cron job payloads and logs are not visible to third parties, since reminder text includes predicted start dates which are sensitive health data; (4) run the included tests locally to validate behavior. If you plan to connect external bridges (DingTalk/webhook), review their privacy/security before enabling automatic delivery.
功能分析
Type: OpenClaw Skill Name: period-care-assistant Version: 0.1.0 The period-care-assistant skill is a well-implemented tool for tracking menstrual health with a strong focus on privacy. It uses a local Node.js script (period_tracker.mjs) to handle logic and stores sensitive user data in an encrypted local file using AES-256-GCM. The instructions in SKILL.md are strictly aligned with the stated purpose, and the deployment documentation provides clear, non-malicious guidance on environment configuration and cron-based reminders. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The name/description match the actual behavior: a Node script that records period start dates, predicts next starts, and generates reminder plans. The only required runtime pieces are node/nodejs and a single PERIOD_TRACKER_KEY. No unrelated cloud credentials, system services, or surprising binaries are requested.
Instruction Scope
Runtime instructions are explicit: call the included scripts for record/status/configure/reminder-plan and keep all data in the encrypted local store. The instructions also show creating cron jobs whose payloads contain human-readable reminder text (including predicted start dates). That is coherent for reminder delivery, but those cron payloads or configured webhooks could expose sensitive health data if the cron store, logs, or webhook endpoints are not trusted.
Install Mechanism
No external installers or downloads; this is instruction-only with bundled Node scripts. Nothing is fetched from remote URLs or written from an external archive during install.
Credentials
Only a single secret is required (PERIOD_TRACKER_KEY) and an optional store path (PERIOD_TRACKER_STORE) is documented. The key is used to derive an AES-256-GCM data key for local encryption — this is proportionate to the stated goal of encrypted local storage.
Persistence & Privilege
always:false and normal autonomous invocation. The skill writes to its own encrypted state file (default in the skill's .state directory or an explicit PERIOD_TRACKER_STORE), and does not request system-wide privileges or modify other skills. Note: the flow recommends creating cron jobs/agent-turn payloads which, depending on your cron/cron-store visibility and delivery configuration, may leak reminders if not handled carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install period-care-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /period-care-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug period-care-assistant
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Period Care Assistant 是什么?

Track menstrual cycle history, answer current cycle status questions, record new period start dates from natural-language messages such as "月经来了", predict th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Period Care Assistant?

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

Period Care Assistant 是免费的吗?

是的,Period Care Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Period Care Assistant 支持哪些平台?

Period Care Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Period Care Assistant?

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

💬 留言讨论