← 返回 Skills 市场
ivangdavila

Symptoms

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
1092
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install symptoms
功能描述
Build a private symptom tracker for logging health patterns and preparing for doctor visits.
使用说明 (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")
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install symptoms
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /symptoms 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug symptoms
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Symptoms 是什么?

Build a private symptom tracker for logging health patterns and preparing for doctor visits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1092 次。

如何安装 Symptoms?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install symptoms」即可一键安装,无需额外配置。

Symptoms 是免费的吗?

是的,Symptoms 完全免费(开源免费),可自由下载、安装和使用。

Symptoms 支持哪些平台?

Symptoms 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Symptoms?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论