Symptoms for Openclaw

A local-first health documentation tool for tracking symptoms and preparing organized summaries for medical professionals.

ivangdavila
v1.0.0
Feb 11, 2026
2
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install symptoms

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install symptoms using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Symptoms?

The Symptoms skill is a specialized tool designed for Openclaw Skills users who prioritize health privacy and data sovereignty. It transforms your AI agent into a diligent health documentarian that records symptoms, lifestyle context, and physical sensations in a structured, local-only workspace. By utilizing this skill, you can ensure that sensitive health patterns are captured accurately without ever syncing your data to external cloud servers.

This skill focuses on clinical documentation rather than diagnosis. It helps users articulate their physical experiences by asking the right questions at the right time—mimicking the intake process of a medical professional. By maintaining a longitudinal record of your health, the Symptoms skill for Openclaw Skills empowers you to provide better data to your doctors, leading to more informed medical consultations.

Symptoms Use Cases

  • Logging the onset and severity of recurring headaches or physical discomfort.
  • Identifying correlations between lifestyle factors like sleep or caffeine intake and specific health events.
  • Preparing comprehensive summaries of symptoms for an upcoming specialist appointment.
  • Monitoring the duration and character of acute symptoms during a recovery period.

How Symptoms Works

  1. When a user mentions a physical symptom, the skill initiates a proactive questioning sequence to capture location, character, and severity.
  2. The agent collects environmental and lifestyle context such as stress levels, diet, and sleep patterns from the last 24 hours.
  3. All data is written to a structured Markdown file in the local ~/symptoms/ directory, categorized by date.
  4. The skill performs periodic analysis across logs to identify recurring patterns or triggers.
  5. Upon request, the agent synthesizes historical data into a concise summary optimized for clinical review during doctor visits.

Symptoms Setup

To initialize the Symptoms skill for Openclaw Skills, you must create the local directory structure where your private logs will reside. Run the following commands in your terminal:

mkdir -p ~/symptoms/log
mkdir -p ~/symptoms/for-doctor
touch ~/symptoms/patterns.md
touch ~/symptoms/medications.md

Ensure your AI agent has the necessary permissions to read and write to the ~/symptoms/ folder to maintain your local health history.

Symptoms Data Schema & Taxonomy

The Symptoms skill for Openclaw Skills uses a transparent and portable file structure to ensure you always own your data:

Path Description
~/symptoms/log/YYYY/MM/DD.md Contains time-stamped entries with severity (1-10), location, and context.
~/symptoms/patterns.md A high-level file where the agent records discovered correlations and frequencies.
~/symptoms/for-doctor/ A directory for storing appointment-specific summaries and symptom histories.
~/symptoms/medications.md A reference file for tracking current medications and dosages for context during logging.

Symptoms Advanced Features

  • Proactive Follow-ups: The skill automatically prompts you for updates hours after a symptom is reported to track resolution.
  • Red Flag Alerts: Instant identification of critical symptoms that require immediate emergency medical attention.
  • Pattern Correlation: Advanced analysis that links frequent symptoms to specific triggers documented in the context logs.
  • Clinical Export: Generates professional-grade health summaries for Openclaw Skills users to bring to medical appointments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*