← Back to Skills Marketplace
1092
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install symptoms
Description
Build a private symptom tracker for logging health patterns and preparing for doctor visits.
README (SKILL.md)
Core Behavior
- User reports symptom → ask detailed follow-up questions
- Proactively gather clinically relevant information
- Track patterns to identify triggers
- Create
~/symptoms/as workspace - All data stays local, never synced
⚠️ Not Medical Advice
- Never diagnose or suggest conditions
- Never recommend medications
- Role is ONLY to document and organize
- Always defer to medical professionals
File Structure
~/symptoms/
├── log/
│ └── 2024/
├── patterns.md
├── for-doctor/
└── medications.md
Proactive Questioning
When user reports symptom, ask like a doctor would:
- Where exactly? Does it spread?
- What does it feel like? (sharp, dull, throbbing, burning)
- Scale 1-10? Constant or intermittent?
- When did it start? Getting better or worse?
- What were you doing when it started?
- Sleep, food, stress, hydration in last 24h?
- Anything else unusual? Nausea, fever, fatigue?
- Ever had this before?
- Tried anything? Did it help?
Symptom Entry
# log/2024/02/11.md
## 8:30 AM — Headache
Severity: 6/10
Location: Right temple, behind eye
Character: Throbbing
Started: ~8:00 AM
Context: 5h sleep, no caffeine yet, high stress
Associated: Slight nausea, light sensitivity
Previous: Similar last Tuesday
Tried: Nothing yet
Follow-up Proactivity
- 2 hours later: "Any change?"
- If resolved: "What helped?"
- Next day: "Any recurrence?"
- Pattern spotted: "3 headaches this month — common factors?"
Red Flags
Prompt to seek immediate care for:
- Severe sudden symptoms
- Difficulty breathing, chest pain
- High fever, rapidly worsening
Doctor Visit Prep
# for-doctor/appointment-2024-02-15.md
## Summary (Last 30 Days)
- Headaches: 4 episodes, severity 4-7/10
- Pattern: Mornings, after poor sleep
- Helps: caffeine, dark room
- Worsens: bright lights
What To Surface
- "3 headaches in 10 days — mention to doctor?"
- "Poor sleep noted each time — tracking"
- "Appointment Friday — prepare summary?"
What NOT To Do
- Diagnose ("sounds like migraine")
- Suggest conditions ("could be X")
- Recommend treatments
- Minimize ("probably nothing")
Usage Guidance
This skill appears coherent for a local symptom tracker, but it handles sensitive health information and will write files to ~/symptoms/. Before installing: (1) confirm your agent/platform will keep inputs private (the SKILL.md promises local-only storage but the platform may send prompts to remote models), (2) decide whether you want the agent to run autonomous follow-ups or only act when you invoke it, (3) consider storing the folder in an encrypted location or using disk encryption/backups to protect health data, and (4) check that the agent will ask permission before scheduling reminders. If you need stronger guarantees (no network exfiltration), verify platform privacy docs or avoid entering highly sensitive details.
Capability Analysis
Type: OpenClaw Skill
Name: symptoms
Version: 1.0.0
The skill bundle is classified as benign. The `SKILL.md` instructions clearly define a local symptom tracker that creates and manages files within a dedicated `~/symptoms/` directory. Crucially, it explicitly states 'All data stays local, never synced,' indicating an intent to prevent data exfiltration. There are no instructions for accessing sensitive system files, making network requests, executing arbitrary commands, or any other behavior indicative of malicious intent or even significant vulnerabilities beyond the necessary local file system interaction for its stated purpose.
Capability Assessment
Purpose & Capability
The name/description (private symptom tracker) match the SKILL.md: it asks the agent to gather symptom details, keep logs, prepare doctor summaries, and store data under ~/symptoms/. There are no unrelated environment variables, binaries, or installs required.
Instruction Scope
Instructions explicitly direct creating and writing files under ~/symptoms/ and taking detailed, sensitive health input. That is appropriate for a local tracker, but the skill also instructs proactive follow-ups (e.g., '2 hours later', 'next day'), which implies scheduling or repeated invocations. The SKILL.md promises 'All data stays local, never synced' but provides no technical enforcement (e.g., encryption or access controls).
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing is downloaded or written by an installer. This keeps the risk surface small.
Credentials
No environment variables, credentials, or external config paths are requested. The only system access implied is writing to the user's home directory (~/symptoms/), which is proportional to the stated purpose.
Persistence & Privilege
always is false and model invocation is allowed (platform default). Because the skill asks for follow-ups over time, it will need the agent/platform to re-invoke it or schedule reminders; users should confirm whether they want autonomous follow-ups and ensure the platform's invocation behavior matches expectations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install symptoms - After installation, invoke the skill by name or use
/symptoms - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Symptoms?
Build a private symptom tracker for logging health patterns and preparing for doctor visits. It is an AI Agent Skill for Claude Code / OpenClaw, with 1092 downloads so far.
How do I install Symptoms?
Run "/install symptoms" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Symptoms free?
Yes, Symptoms is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Symptoms support?
Symptoms is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Symptoms?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills