eye-health

A command for keeping records of eyesight checks, eye-pressure measurements, eye examinations, disease screenings, and eye-use habits. It is for health tracking and reminders, not for diagnosing eye conditions or choosing treatment.

In plain words
What is it for?
Recording uncorrected and corrected vision, glasses measurements, eye pressure, examination results, screening records, and related reminders.
Why use it?
It stores measurements over time and can show trends or flag results that may need medical attention. This keeps information ready for discussion with an eye doctor.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/huifer/wellally-health/eye-health
Clone the repo
git clone --depth 1 https://github.com/huifer/WellAlly-health

Made for: Claude Code.

Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,262 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00019 $0.04262
Opus 5 $0.00010 $0.02131
Sonnet 5 $0.00004 $0.00852
Haiku 4.5 $0.00002 $0.00426

Measured yesterday against content hash b374619a3e2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

eye-health scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/eye-health.md · 527 lines

How it starts

The opening of the file, as written. The whole thing — 527 lines — stays where its author put it; the contents beside it link to each section on GitHub.

眼健康管理

全面的视力监测、眼部检查和眼病筛查管理。

⚠️ 医学安全声明

重要提示:本系统仅供健康监测记录,不能替代专业医疗诊断和治疗。

  • ❌ 不给出具体眼科治疗方案
  • ❌ 不推荐处方药物或手术方案
  • ❌ 不诊断眼部疾病或判断预后
  • ❌ 不替代眼科医生的专业检查
  • ✅ 提供视力监测记录和趋势分析
  • ✅ 提供眼部检查记录和提醒
  • ✅ 提供眼病筛查记录(仅供参考)
  • ✅ 提供用眼习惯建议和就医提醒

所有眼科诊断和治疗请遵从眼科医生指导。

操作类型

1. 记录视力检查 - vision

记录裸眼视力、矫正视力和屈光度数。

参数说明:

  • info: 视力信息(必填),使用自然语言描述

示例:

/eye vision left 1.0 right 0.8
/eye vision uncorrected left 0.5 right 0.4
/eye vision corrected left 1.2 right 1.0
/eye vision sphere -3.5 cylinder -0.5 axis 180
/eye vision left sphere -3.5 cylinder -0.5 axis 180 right sphere -4.0

支持的信息:

  • 裸眼视力(uncorrected):0.1-2.0
  • 矫正视力(corrected):0.1-2.0
  • 球镜度数(sphere):-20.0 到 +20.0(负数为近视,正数为远视)
  • 柱镜度数(cylinder):0 到 -6.0(散光度数)
  • 轴位(axis):0-180度

执行步骤:

  1. 解析视力数值和屈光度数
  2. 生成记录ID和时间戳
  3. 保存到 data/eye-health-tracker.json
  4. 更新平均视力计算
  5. 输出确认信息

2. 记录眼压 - iop

记录眼内压测量值。

示例:

/eye iop left 15 right 16
/eye iop 15 16
/eye iop left 15 right 16 Goldman 2025-01-15
/eye iop 14 15 早晨

支持的信息:

  • 左眼眼压(mmHg)
  • 右眼眼压(mmHg)
  • 测量方法:Goldmann(金标准)/非接触式/手持式
  • 测量时间:早晨/下午/晚上
  • 参考范围:10-21 mmHg

执行步骤:

  1. 解析眼压数值
  2. 生成记录ID和时间戳
  3. 保存到 data/eye-health-tracker.json
  4. 更新平均眼压计算
  5. 如果眼压>21,提示就医建议
  6. 输出确认信息

3. 记录眼底检查 - fundus

记录眼底检查发现。

示例:

/eye fundus normal
/eye fundus diabetic_mild
/eye fundus hypertensive_grade_1
/eye fundus amd_drusen
/eye fundus 左眼正常 右眼可疑

支持的检查发现:

  • 正常(normal)
  • 糖尿病视网膜病变(diabetic_mild/moderate/severe/proliferative)
  • 高血压视网膜病变(hypertensive_grade_0/1/2/3/4)
  • 年龄相关性黄斑变性(amd_drusen/amd_atrophic/amd_exudative)
  • 视网膜静脉阻塞(vessel_occlusion)
  • 其他病变描述

检查类型:

  • 散瞳眼底检查(dilated)
  • 免散瞳眼底照相(non-dilated)
  • OCT检查
  • 血管造影

执行步骤:

  1. 解析眼底检查结果
  2. 生成记录ID和时间戳
  3. 保存到 data/eye-health-tracker.json
  4. 如果发现异常,提供就医建议
  5. 输出确认信息

4. 眼病筛查 - screening

记录各类眼病筛查结果。

示例:

/eye screening glaucoma negative
/eye screening cataract grade_1
/eye screening amd early
/eye screening diabetic_retinopathy mild
/eye screening dry_eye moderate

筛查类型:

青光眼(glaucoma)
  • negative:阴性
  • suspect:可疑
  • early:早期
  • moderate:中期
  • advanced:晚期

Read the full file on GitHub · 527 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 527 lines · 19 tokens per session scan A b374619a3e2b

Subscribe to this mod's changes

eye-health is a command published in the GitHub repository huifer/WellAlly-health (935 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 4,262 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.