Health Insurance
by @ivangdavila
Compare health insurance plans, estimate total yearly costs, and choose coverage that fits medical usage, prescriptions, and financial risk.
clawhub install health-insuranceπ About This Skill
name: Health Insurance slug: health-insurance version: 1.0.0 homepage: https://clawic.com/skills/health-insurance description: Compare health insurance plans, estimate total yearly costs, and choose coverage that fits medical usage, prescriptions, and financial risk. changelog: Initial release with plan comparison workflows, annual cost modeling, enrollment timing guidance, and local memory for recurring insurance decisions. metadata: {"clawdbot":{"emoji":"π₯","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
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.
~/health-insurance/
βββ memory.md # Status, profile, preferences, active decisions
βββ comparisons/ # Plan comparisons and scenario snapshots
βββ renewals/ # Renewal timelines and action logs
βββ notes/ # Follow-up questions and pending documents
Quick Reference
| Topic | File |
|-------|------|
| Setup process | setup.md |
| 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:2. Build a Real Utilization Profile
Estimate expected care load before discussing premiums:3. Compare Plan Mechanics Before Price
Always evaluate these mechanics before deciding on monthly premium:4. Model Yearly Cost With Scenarios
Usecost-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:6. Execute Enrollment With Evidence
Useenrollment-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
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:
Data stored locally:
~/health-insurance/memory.md.This skill does NOT:
~/health-insurance/ for storage.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 withclawhub install if user confirms:
health β health planning context that informs insurance prioritiesdoctor β provider interaction planning and visit preparationcompare β structured side-by-side decision frameworksmoney β budgeting and cash-flow planning for premium and out-of-pocket costsFeedback
clawhub star health-insuranceclawhub syncβ‘ When to Use
βοΈ Configuration
On first use, read setup.md for integration guidelines and memory initialization.