Setup
On first use, read setup.md for integration guidelines and memory initialization.
When to Use
User needs help choosing, comparing, or renewing health insurance coverage.
Agent evaluates medical usage patterns, estimates yearly costs across plan types, and recommends a plan strategy with clear trade-offs.
Architecture
Memory lives in ~/health-insurance/. See memory-template.md for structure.
CODEBLOCK0
Quick Reference
| Topic | File |
|---|
| Setup process | INLINECODE3 |
| Memory template |
memory-template.md |
| Coverage framework |
coverage-framework.md |
| Annual cost modeling |
cost-model.md |
| Comparison checklist |
comparison-checklist.md |
| Enrollment and renewal playbook |
enrollment-playbook.md |
Core Rules
1. Lock Decision Context First
Before comparing plans, clarify:
- - Coverage target: individual, couple, or family
- Source: employer plan, public marketplace, private broker, or government program
- Geography and provider access requirements
- Hard constraints: budget ceiling, medication continuity, renewal deadline
2. Build a Real Utilization Profile
Estimate expected care load before discussing premiums:
- - Routine care frequency (primary care, specialist, urgent care)
- Ongoing prescriptions and refill cadence
- Known procedures, therapies, or recurring diagnostics
- Worst-case risk profile for unexpected events
3. Compare Plan Mechanics Before Price
Always evaluate these mechanics before deciding on monthly premium:
- - Network fit for current clinicians and facilities
- Deductible, out-of-pocket max, and coinsurance structure
- Copay design by care type (primary, specialist, urgent, emergency)
- Referral and prior-authorization friction for expected treatments
- Prescription formulary coverage for required medications
4. Model Yearly Cost With Scenarios
Use
cost-model.md to calculate low, expected, and high-use annual totals.
Include premium, deductible exposure, copays, coinsurance, and non-covered risk.
Recommend using expected-cost and downside-risk together, not premium alone.
5. Protect Against Coverage Failure Modes
Run a risk check before final recommendation:
- - Out-of-network emergency and balance-billing exposure
- Drug tier surprises and step-therapy limitations
- Referral bottlenecks that delay care
- High deductible plans that look cheap but shift excessive risk
6. Execute Enrollment With Evidence
Use
enrollment-playbook.md to define exact actions, deadlines, and proof artifacts.
Store plan IDs, effective dates, and support contacts for appeal or billing disputes.
Never claim enrollment is complete without confirmation evidence.
7. Persist Data Only With Explicit Approval
Before writing to
~/health-insurance/memory.md, ask for explicit confirmation.
Store only durable insurance context the user wants remembered for future decisions.
Common Traps
- - Choosing by monthly premium only -> hidden total annual cost becomes unaffordable.
- Ignoring provider network fit -> forced provider changes and unexpected out-of-network bills.
- Skipping formulary checks -> medication cost spikes after enrollment.
- Assuming all PPO or HMO plans behave similarly -> referral and authorization surprises.
- Treating deductible and out-of-pocket max as equivalent -> underestimating downside risk.
- Missing enrollment deadlines -> delayed coverage or locked plan options.
External Endpoints
This skill makes NO external network requests.
| Endpoint | Data Sent | Purpose |
|---|
| None | None | N/A |
No data is sent externally.
Security & Privacy
Data that leaves your machine:
- - Nothing. This skill is instruction-only and local by default.
Data stored locally:
- - Insurance profile and comparison context explicitly approved by the user.
- Stored in
~/health-insurance/memory.md.
This skill does NOT:
- - Access insurer or broker APIs automatically.
- Submit enrollment forms or claims without user direction.
- Read files outside
~/health-insurance/ for storage. - Write memory without explicit user confirmation.
- Modify its own core instructions or auxiliary files.
Trust
This is an instruction-only skill focused on structured health insurance decisions.
No credentials are required and no external service access is needed.
Related Skills
Install with
clawhub install <slug> if user confirms:
- -
health — health planning context that informs insurance priorities - INLINECODE16 — provider interaction planning and visit preparation
- INLINECODE17 — structured side-by-side decision frameworks
- INLINECODE18 — budgeting and cash-flow planning for premium and out-of-pocket costs
Feedback
- - If useful: INLINECODE19
- Stay updated: INLINECODE20
设置
首次使用时,请阅读 setup.md 获取集成指南和内存初始化说明。
使用时机
用户需要帮助选择、比较或续签健康保险计划时。
代理评估医疗使用模式,估算不同计划类型的年度费用,并推荐具有明确权衡的计划策略。
架构
内存存储在 ~/health-insurance/ 目录下。结构请参考 memory-template.md。
~/health-insurance/
├── memory.md # 状态、档案、偏好、活跃决策
├── comparisons/ # 计划比较和场景快照
├── renewals/ # 续签时间线和操作日志
└── notes/ # 跟进问题和待处理文件
快速参考
memory-template.md |
| 保障范围框架 | coverage-framework.md |
| 年度成本建模 | cost-model.md |
| 比较清单 | comparison-checklist.md |
| 投保和续签指南 | enrollment-playbook.md |
核心规则
1. 首先锁定决策背景
在比较计划前,明确:
- - 保障目标:个人、夫妻或家庭
- 来源:雇主计划、公共市场、私人经纪人或政府项目
- 地理位置和医疗服务提供者准入要求
- 硬性约束:预算上限、用药连续性、续签截止日期
2. 构建真实使用档案
在讨论保费前,估算预期医疗负担:
- - 常规就诊频率(初级保健、专科、急诊)
- 持续处方药和续药节奏
- 已知手术、治疗或定期诊断项目
- 意外事件的最坏风险情况
3. 在价格前比较计划机制
在决定月保费前,始终评估以下机制:
- - 网络对当前临床医生和设施的适配度
- 免赔额、自付上限和共保结构
- 按护理类型(初级、专科、急诊、急救)设计的共付额
- 预期治疗的转诊和预授权障碍
- 所需药物的处方集覆盖范围
4. 通过场景建模年度费用
使用 cost-model.md 计算低、预期和高使用量的年度总额。
包括保费、免赔额暴露、共付额、共保和非覆盖风险。
建议同时使用预期成本和下行风险,而非仅看保费。
5. 防范保障失效模式
在最终推荐前进行风险检查:
- - 网络外急救和差额账单风险
- 药品层级意外和阶梯治疗限制
- 导致治疗延迟的转诊瓶颈
- 看似便宜但转移过多风险的高免赔额计划
6. 凭证据执行投保
使用 enrollment-playbook.md 定义具体行动、截止日期和证明文件。
存储计划ID、生效日期和申诉或账单争议的支持联系方式。
未经确认证据,绝不声称投保完成。
7. 仅凭明确授权持久化数据
在写入 ~/health-insurance/memory.md 前,请求明确确认。
仅存储用户希望为未来决策记住的持久保险背景信息。
常见陷阱
- - 仅按月保费选择 → 隐藏的年度总成本变得难以承受。
- 忽略医疗服务提供者网络适配度 → 被迫更换医生和意外网络外账单。
- 跳过处方集检查 → 投保后药物成本飙升。
- 假设所有PPO或HMO计划行为相似 → 转诊和授权意外。
- 将免赔额和自付上限视为等同 → 低估下行风险。
- 错过投保截止日期 → 保障延迟或计划选项锁定。
外部端点
本技能不发起任何外部网络请求。
不向外部发送任何数据。
安全与隐私
离开您设备的数据:
本地存储的数据:
- - 经用户明确批准的保险档案和比较背景信息。
- 存储在 ~/health-insurance/memory.md 中。
本技能不会:
- - 自动访问保险公司或经纪人API。
- 未经用户指示提交投保表格或理赔。
- 读取 ~/health-insurance/ 以外的文件进行存储。
- 未经用户明确确认写入内存。
- 修改自身核心指令或辅助文件。
信任
这是一个仅提供指令的技能,专注于结构化健康保险决策。
无需任何凭证,也无需外部服务访问。
相关技能
如果用户确认,使用 clawhub install
安装:
- - health — 为保险优先级提供信息的健康规划背景
- doctor — 医疗服务提供者互动规划和就诊准备
- compare — 结构化并排决策框架
- money — 保费和自付费用的预算和现金流规划
反馈
- - 如果觉得有用:clawhub star health-insurance
- 保持更新:clawhub sync