← 返回 Skills 市场
bytesagain1

Medication Reminder

作者 bytesagain1 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
503
总下载
0
收藏
3
当前安装
15
版本数
在 OpenClaw 中安装
/install medication-reminder
功能描述
Track medications with dosing schedules and intake history. Use when managing prescriptions.
安全使用建议
This skill appears to be a simple, local medication tracker and is coherent with its description. Before installing, review and consider: (1) Privacy — it stores health data in plaintext at ~/.local/share/medication-reminder; if that is sensitive, run it in a restricted account, encrypt the directory, or modify the script to use encrypted storage. (2) Minor bugs and robustness — the script uses unquoted variable expansions when building JSON and when redirecting, which can break with unusual medication names (spaces, quotes) and may produce malformed JSON; it also prints literal 'Added $2' messages due to quoting. If you plan to use it long-term, consider hardening: quote expansions, validate/sanitize inputs, use a JSON library (jq) or printf to build safe JSON, and add error handling for concurrent writes. (3) Run in a sandbox or inspect the script locally before invoking, as with any third-party script. No network/credential exfiltration was observed.
功能分析
Type: OpenClaw Skill Name: medication-reminder Version: 3.0.0 The script `scripts/script.sh` contains multiple critical shell injection vulnerabilities in the `add`, `take`, and `history` commands because user-supplied arguments (e.g., `$2`, `$3`) are expanded outside of quotes within `echo` and `tail` commands. Additionally, the script contains an unusually large block of empty comments (lines 11–85), which is a common technique used to hide malicious code or bypass simple scanners, although no active payload was found in this specific version.
能力评估
Purpose & Capability
Name/description match the provided files and runtime instructions. The script implements add/list/take/history/schedule/due and stores data under ~/.local/share/medication-reminder — this is coherent for a local medication tracker. No unrelated credentials, binaries, or cloud services are requested.
Instruction Scope
SKILL.md instructs the agent to run the included shell script only; it references only the local data directory. There are no instructions to access system-wide secrets or external endpoints. Note: the skill stores potentially sensitive health data on disk in plaintext under the user's home directory — that is a privacy consideration (not a hidden behavior).
Install Mechanism
No install spec; this is instruction-only with a bundled script. Nothing is downloaded or written to unexpected system locations beyond the declared ~/.local/share/medication-reminder data dir.
Credentials
The skill requests no environment variables or credentials. It uses $HOME for a local data directory, which is reasonable and proportionate for a local tracker.
Persistence & Privilege
always is false and model invocation is standard; the skill does not modify other skills or system-wide config. It only creates its own data directory and files under the user's home.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medication-reminder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medication-reminder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Complete rewrite.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.0.0
- Initial release of the Medication Reminder skill. - Supports medication scheduling, drug interaction checks, side effect queries, reminder setup, medication records, and doctor visit preparation. - Offers commands: plan, interact, side-effect, remind, record, and doctor. - Designed for both individual and enterprise users. - Outputs results in Markdown for easy copying and editing.
元数据
Slug medication-reminder
版本 3.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 15
常见问题

Medication Reminder 是什么?

Track medications with dosing schedules and intake history. Use when managing prescriptions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 503 次。

如何安装 Medication Reminder?

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

Medication Reminder 是免费的吗?

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

Medication Reminder 支持哪些平台?

Medication Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Medication Reminder?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v3.0.0。

💬 留言讨论