← Back to Skills Marketplace
jiwenbing

Vitals Log

by Wenbing Ji · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vitals-log
Description
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...
README (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

  1. Record the measurement with timestamp (date/time)
  2. Note the metric type and unit (mmHg, mg/dL, kg/lbs, bpm)
  3. Compare against normal reference ranges and flag if out of range
  4. Show trend over recent readings (up/down/stable)
  5. 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"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vitals-log
  3. After installation, invoke the skill by name or use /vitals-log
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug vitals-log
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.

How do I install Vitals Log?

Run "/install vitals-log" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vitals Log free?

Yes, Vitals Log is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vitals Log support?

Vitals Log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vitals Log?

It is built and maintained by Wenbing Ji (@jiwenbing); the current version is v1.0.0.

💬 Comments