← 返回 Skills 市场
Vitals Log
作者
Wenbing Ji
· GitHub ↗
· v1.0.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vitals-log
功能描述
Log and track vital signs including blood pressure, blood sugar, weight, heart rate, and temperature. Use when users record health measurements or want to re...
使用说明 (SKILL.md)
Vitals Log
Record and track key health measurements over time. Identify trends, flag abnormal readings, and help users understand what their numbers mean.
When to Use
- User records a blood pressure, blood sugar, weight, or heart rate reading
- User wants to see their vitals history or trends
- User asks if their reading is in normal range
- User wants to track a specific metric over time
How to Use
- Record the measurement with timestamp (date/time)
- Note the metric type and unit (mmHg, mg/dL, kg/lbs, bpm)
- Compare against normal reference ranges and flag if out of range
- Show trend over recent readings (up/down/stable)
- For consistently abnormal readings, recommend consulting a doctor
Examples
- "My blood pressure is 128/82 today"
- "Blood sugar reading: 145 mg/dL before breakfast"
- "Show me my weight trend for the past month"
安全使用建议
This skill itself is simple and coherent, but it handles sensitive health data. Before installing, ask: Where will vitals be stored (local memory, cloud, third‑party memory)? How long are records retained and are they encrypted at rest/in transit? Will any data be sent to external services or logs? Confirm the agent's storage policies and any medical-disclaimer behavior (it should recommend professional care for abnormal results). If you require regulatory protections (e.g., HIPAA), ensure the underlying agent/storage meets them. Test with dummy data first.
功能分析
Type: OpenClaw Skill
Name: vitals-log
Version: 1.0.0
The skill bundle consists of metadata and instructional Markdown (SKILL.md) for logging health vitals like blood pressure and heart rate. It contains no executable code, network requests, or suspicious instructions that would indicate malicious intent or security vulnerabilities.
能力评估
Purpose & Capability
Name, description, and runtime instructions align: the skill is about recording and analyzing vitals and does not request unrelated binaries, environment variables, or installs.
Instruction Scope
Instructions describe recording timestamps, units, comparisons to normal ranges, trend summaries, and recommending physician consultation. They do not specify storage location, retention, encryption, or whether data is sent to external services — leaving privacy and persistence behavior unspecified.
Install Mechanism
No install spec and no code files (instruction-only), so nothing will be downloaded or written to disk by the skill itself.
Credentials
Skill declares no required environment variables, credentials, or config paths; requested capabilities are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill has no install-time persistence; however, because it is an instruction-only skill, how/where the agent stores data is determined by the agent implementation, not the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vitals-log - 安装完成后,直接呼叫该 Skill 的名称或使用
/vitals-log触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Vitals Log 是什么?
Log and track vital signs including blood pressure, blood sugar, weight, heart rate, and temperature. Use when users record health measurements or want to re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Vitals Log?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vitals-log」即可一键安装,无需额外配置。
Vitals Log 是免费的吗?
是的,Vitals Log 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vitals Log 支持哪些平台?
Vitals Log 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vitals Log?
由 Wenbing Ji(@jiwenbing)开发并维护,当前版本 v1.0.0。
推荐 Skills