Vitals Log

v1.0.0

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...

0· 167·0 current·0 all-time
byWenbing Ji@jiwenbing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jiwenbing/vitals-log.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Vitals Log" (jiwenbing/vitals-log) from ClawHub.
Skill page: https://clawhub.ai/jiwenbing/vitals-log
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install vitals-log

ClawHub CLI

Package manager switcher

npx clawhub@latest install vitals-log
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f9y708b4pnn95ys0awkdkc5833te2
167downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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"

Comments

Loading comments...