← 返回 Skills 市场
cdmichaelb

Medication Channel

作者 cdmichaelb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medication-channel
功能描述
Handle messages in a medication-tracking channel by routing medication events through a deterministic medication tracker instead of freehand model judgment....
安全使用建议
This skill appears to do what it claims: a local, deterministic medication logger. Before installing, (1) confirm you will set MEDICATION_TIMEZONE (SKILL.md marks it required) and optionally WORKSPACE — otherwise the script will default to UTC and ~/.openclaw/workspace; (2) edit the medication lists/aliases at the top of scripts/tracker_v2.py to match your regimen; (3) be aware the tracker writes persistent CSV logs (medication_log_v2.csv) under your workspace (ensure that location is acceptable); (4) provide source message timestamps when calling the script (build_row raises an error if timestamp is missing); and (5) note the registry metadata omitted env var requirements — that mismatch is likely an authoring oversight but verify MEDICATION_TIMEZONE is set as intended. If you need remote/centralized logging or encrypted storage, this skill does not provide that and would need modification.
能力评估
Purpose & Capability
The skill's name/description (deterministic medication tracker) matches the included scripts which parse messages and write a structured CSV log. Minor metadata inconsistency: the registry summary at the top listed no required environment variables, but SKILL.md declares MEDICATION_TIMEZONE (required) and WORKSPACE (optional) and the code reads those vars — the code and SKILL.md are coherent with the stated purpose.
Instruction Scope
Runtime instructions explicitly direct use of the bundled shell wrapper or Python script and require source message metadata (especially a timestamp). The SKILL.md and references constrain behavior (do not derive times from 'now', do not log reminder chatter). The scripts only read/write local workspace files and medication config in the bundled Python file; they do not instruct reading unrelated system files or contacting external endpoints.
Install Mechanism
No install spec or external downloads — the skill is instruction-only with two bundled scripts (pure-stdlib Python and a small shell wrapper). Nothing is written to unexpected system locations beyond the configured workspace.
Credentials
The skill requires MEDICATION_TIMEZONE (reasonable for timezone-aware display) and uses WORKSPACE (defaults to ~/.openclaw/workspace). It does not request secrets or network credentials. Note: the registry metadata did not list these required env vars despite SKILL.md and the code using them; also the code provides a default timezone of UTC if the env var is absent, while SKILL.md marks MEDICATION_TIMEZONE as required.
Persistence & Privilege
No elevated privileges or always:true. The skill writes persistent logs under the workspace (medication_log_v2.csv) and maintains deduplication state by message ID — this persistent file behavior is expected for a tracker but the user should be aware data is stored locally.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medication-channel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medication-channel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — deterministic medication logging with dedup, timezone support, no network calls
元数据
Slug medication-channel
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Medication Channel 是什么?

Handle messages in a medication-tracking channel by routing medication events through a deterministic medication tracker instead of freehand model judgment.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Medication Channel?

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

Medication Channel 是免费的吗?

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

Medication Channel 支持哪些平台?

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

谁开发了 Medication Channel?

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

💬 留言讨论