Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

health-insurance健康保险

Agent Skill

health-insurance 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,512

周安装

438

GitHub Stars

公开资料未说明

下载量

3,504
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:health-insurance(健康保险)
来源仓库:https://github.com/ivangdavila/health-insurance
安装命令:
openclaw skills install health-insurance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install health-insurance

简介

比较健康保险计划,估计年度总费用,并选择适合医疗用途、处方和财务风险的承保范围。

SKILL.md

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

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Coverage frameworkcoverage-framework.md
Annual cost modelingcost-model.md
Comparison checklistcomparison-checklist.md
Enrollment and renewal playbookenrollment-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.

EndpointData SentPurpose
NoneNoneN/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
  • doctor — provider interaction planning and visit preparation
  • compare — structured side-by-side decision frameworks
  • money — budgeting and cash-flow planning for premium and out-of-pocket costs

Feedback

  • If useful: clawhub star health-insurance
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.47%
按下载量换算2,785

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills