← 返回 Skills 市场
194
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install za-healthguide
功能描述
带病投保顾问。当用户咨询有既往病史或健康异常(如高血压、糖尿病、肿瘤、 结节、肝病等)时能否投保、适合买哪些保险产品时触发。也在用户涉及非标体核保、 健康告知填写、指标异常投保等专业问题时触发。支持众民保系列及主流保司带病体 可投产品的查询与类比,覆盖百万医疗、重疾险、复发险等险种。
安全使用建议
This skill mostly does what it says (insurance advice for pre-existing conditions) but sends constructed health questions to a remote ZhongAn API using an API key embedded in the shipped script. Before installing, confirm: (1) who operates the endpoint (ihealth.zhongan.com) and whether you trust that vendor to receive health data; (2) why an API key is hard-coded and whether it should instead be provided via a configurable environment variable under your control; (3) whether sending user health details to that external service complies with your privacy/regulatory requirements. Consider replacing or removing the embedded key (or sandboxing network access), reviewing the API provider's data handling policies, and testing the skill in a controlled environment. If you need higher assurance, ask the publisher for the provenance of the API key and for an option to supply your own credential or an explicit consent/consent-logging mechanism.
功能分析
Type: OpenClaw Skill
Name: za-healthguide
Version: 1.0.5
The skill bundle is a legitimate insurance consultancy tool designed to help users with pre-existing conditions find suitable insurance products. The Python script `scripts/query_product_knowledge.py` is a straightforward API client that communicates with a legitimate ZhongAn Insurance domain (ihealth.zhongan.com), and the instructions in `SKILL.md` focus on compliance, accurate information retrieval, and user privacy. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力标签
能力评估
Purpose & Capability
The name/description (带病投保顾问) align with the included assets: product reference docs, compliance rules, and a script that queries ZhongAn's product-knowledge API. Requesting external product knowledge via the provided script is coherent with the stated purpose. However, the script contains a hard-coded API_KEY (API_KEY = "bfa9daba4a904448b23320596ce23c15") and a fixed API_URL to ihealth.zhongan.com; embedding a service credential in-source is unusual and should be justified.
Instruction Scope
Runtime instructions explicitly direct the agent to call the local script (which POSTs queries to an external API) and to use web_search for other companies. The SKILL.md warns not to pass raw user text directly, but it still requires sending constructed health-related questions (diseases, indicators, treatment status) to the remote endpoint. That means personal health data will be transmitted externally; the skill has no explicit privacy safeguards or opt-in/consent flow described.
Install Mechanism
There is no install spec (instruction-only) and only one small Python script shipped. Nothing is downloaded or executed from untrusted URLs during install. The attack surface from installation is low.
Credentials
The skill declares no required env vars or credentials, yet the included script embeds a live API key and an external API URL. This is a hidden credential in the code that gives the skill automatic access to a third-party service. It increases risk (exfiltration, unexpected outbound calls) and is disproportionate to what a user would normally expect a local assistant to do without explicit disclosure or a configurable credential.
Persistence & Privilege
The skill is not always-enabled, does not request elevated system privileges, and does not modify other skills or system-wide configuration. Autonomous invocation is allowed (platform default) but not combined with other high privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install za-healthguide - 安装完成后,直接呼叫该 Skill 的名称或使用
/za-healthguide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Skill renamed为“insurance-substandard”,简化描述、聚焦带病投保智能顾问定位。
- 删除“医学术语标准化”“dynamicPrompt 处理规则”等实现细节,优化问题拆解规则说明,提升可读性。
- 精简了疾病、险种举例,调整触发条件描述,统一保险问答流程表述。
- 保留了主要流程及合规要求,便于不同保险产品、疾病场景下的健康投保咨询。
v1.0.4
- 全面优化产品知识结构,新增 zhongminbao-products.md 作为产品简介入口。
- 通过新增脚本支持基于核心保险问题、标准化术语自动查询产品核保规则。
- 移除六个旧版众民保产品知识文档,避免重复与过时信息。
- 明确场景化流程:先统一梳理用户问题为标准问句,再逐一按产品调用查询脚本。
- 强化 FAQ 动态推理(dynamicPrompt)解析与结论输出规则,实现精准疾病分级判断。
- 明确查询充分性校验及补充方案,确保核保结论真实、完整、不可凭经验主观补全。
v1.0.3
Version 1.0.3 change Display name
v1.0.2
Version 1.0.2 (修改名称)
v1.0.1
- 新增众民保复发险·急性白血病计划和·慢性白血病计划两个专项产品知识文档,支持相关疾病专项咨询。
v1.0.0
- 首发版本,推出“带病投保顾问”功能,专为有疾病或健康异常用户提供保险咨询
- 支持识别常见疾病、异常指标,智能匹配主流带病可投产品
- 精准解读市场主流众民保系列和各大保险公司产品健康告知、核保规则
- 提供合格、客观中立的保险推荐,严格遵守合规要求与免责声明
- 覆盖众民保百万医疗险、中高端医疗险、百万重疾险和复发险,附官方投保链接
- 动态查询各产品资料,便于实时获取不同疾病的最优可投方案
元数据
常见问题
za-healthguide 是什么?
带病投保顾问。当用户咨询有既往病史或健康异常(如高血压、糖尿病、肿瘤、 结节、肝病等)时能否投保、适合买哪些保险产品时触发。也在用户涉及非标体核保、 健康告知填写、指标异常投保等专业问题时触发。支持众民保系列及主流保司带病体 可投产品的查询与类比,覆盖百万医疗、重疾险、复发险等险种。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 194 次。
如何安装 za-healthguide?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install za-healthguide」即可一键安装,无需额外配置。
za-healthguide 是免费的吗?
是的,za-healthguide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
za-healthguide 支持哪些平台?
za-healthguide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 za-healthguide?
由 jiazebei(@hellonorth)开发并维护,当前版本 v1.0.5。
推荐 Skills