← Back to Skills Marketplace
194
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install za-healthguide
Description
带病投保顾问。当用户咨询有既往病史或健康异常(如高血压、糖尿病、肿瘤、 结节、肝病等)时能否投保、适合买哪些保险产品时触发。也在用户涉及非标体核保、 健康告知填写、指标异常投保等专业问题时触发。支持众民保系列及主流保司带病体 可投产品的查询与类比,覆盖百万医疗、重疾险、复发险等险种。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install za-healthguide - After installation, invoke the skill by name or use
/za-healthguide - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
- 首发版本,推出“带病投保顾问”功能,专为有疾病或健康异常用户提供保险咨询
- 支持识别常见疾病、异常指标,智能匹配主流带病可投产品
- 精准解读市场主流众民保系列和各大保险公司产品健康告知、核保规则
- 提供合格、客观中立的保险推荐,严格遵守合规要求与免责声明
- 覆盖众民保百万医疗险、中高端医疗险、百万重疾险和复发险,附官方投保链接
- 动态查询各产品资料,便于实时获取不同疾病的最优可投方案
Metadata
Frequently Asked Questions
What is za-healthguide?
带病投保顾问。当用户咨询有既往病史或健康异常(如高血压、糖尿病、肿瘤、 结节、肝病等)时能否投保、适合买哪些保险产品时触发。也在用户涉及非标体核保、 健康告知填写、指标异常投保等专业问题时触发。支持众民保系列及主流保司带病体 可投产品的查询与类比,覆盖百万医疗、重疾险、复发险等险种。 It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.
How do I install za-healthguide?
Run "/install za-healthguide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is za-healthguide free?
Yes, za-healthguide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does za-healthguide support?
za-healthguide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created za-healthguide?
It is built and maintained by jiazebei (@hellonorth); the current version is v1.0.5.
More Skills