← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install medication-manager
功能描述
Family medication management skill using file-based storage (no database required). Supports medication entry via photo/image (prescription, medicine box), t...
安全使用建议
This skill is internally consistent with its description and does not request credentials, but take these precautions before installing: 1) Inspect SKILL.md/README raw text for invisible unicode control characters (the scanner flagged these). 2) Only provide webhook URLs or notification targets you control and trust; don't paste tokens/webhook URLs from unknown services. 3) If you run the included script, do so in a controlled environment (it only reads markdown files but run with the intended data directory). 4) Be aware that image/photo extraction may send image data to whatever vision provider your agent/platform uses — confirm where images are sent and privacy implications. 5) For medical guidance, treat the included references as convenience material and consult a clinician for serious or uncertain cases. If any of these points are unacceptable or the SKILL.md contains hidden content, do not install.
功能分析
Type: OpenClaw Skill
Name: medication-manager
Version: 1.0.1
The medication-manager skill is a legitimate tool designed for family health tracking using local markdown files for storage. It includes a Python script (scripts/check_expiry.py) that safely parses medication expiry dates from files and provides detailed medical reference data for dosages and drug interactions. The agent instructions in SKILL.md are well-structured and align strictly with the stated purpose of managing medication records and setting up user-authorized reminders via the OpenClaw cron system or webhooks.
能力标签
能力评估
Purpose & Capability
Name/description, included files, and runtime instructions are coherent: file-based markdown storage, member profiles, batch tracking, expiry alerts (scripts/check_expiry.py), and reminder configuration via cron/webhooks all match the stated purpose. The included Python expiry script directly supports the advertised expiry-alert feature.
Instruction Scope
Runtime instructions confine actions to creating/reading/writing files under data/, parsing markdown, using a vision model to extract info from user-supplied photos, and configuring reminders (OpenClaw cron or user-provided webhooks). There are no instructions to read unrelated system files or request unrelated credentials. Caveats: (1) the skill asks agents to detect the current conversation channel (reasonable for reminders) which gives the agent some contextual access; (2) using vision models or sending test notifications implies image data or test messages could be sent externally depending on how the agent/platform implements vision and webhook delivery; and (3) the SKILL.md triggered a prompt-injection regex for unicode-control-chars — this could hide or obfuscate text and should be inspected.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or installed. A single benign Python script is included; running it is optional and limited to scanning markdown files. This is low installation risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config-path access. The only external secrets it might use are user-supplied webhook URLs or platform-specific targets (provided by the user). That is proportionate to reminder functionality.
Persistence & Privilege
always is false, the skill is user-invocable, and it does not request or modify other skills or system-wide agent settings. It stores data locally under data/, which matches the stated file-based design and does not imply elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install medication-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/medication-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Security cleanup: removed system-level notification commands (osascript, notify-send, sendmail). Simplified to OpenClaw cron + webhook only.
v1.0.0
Initial release: file-based family medication management. Zero database, pure markdown, photo entry, expiry alerts, drug interaction checking, pediatric dosing reference.
元数据
常见问题
Medication Manager 是什么?
Family medication management skill using file-based storage (no database required). Supports medication entry via photo/image (prescription, medicine box), t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Medication Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install medication-manager」即可一键安装,无需额外配置。
Medication Manager 是免费的吗?
是的,Medication Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Medication Manager 支持哪些平台?
Medication Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Medication Manager?
由 佐岸流年L(@liucunguang)开发并维护,当前版本 v1.0.1。
推荐 Skills