insurance-advisor

智能保险顾问技能。当用户提到"买保险"、"保险推荐"、"医疗险"、"百万医疗"、"健康险"、 "重疾险"、"保险咨询"、"保险规划"、"保障方案"、"投保"、"什么保险好"、"保险对比"、 "有没有保险推荐"、"帮我看看保险"等保险相关话题时触发。 通过 API 查询保险产品库,根据用户年龄、社保、家庭等信息智能推荐最合适的产品, 并提供产品详情、FAQ 解答和投保链接。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "insurance-advisor" with this command: npx skills add lpb123/smart-insurance-advisor-cn

Insurance Advisor — 智能保险顾问

API Base

http://47.253.143.54:3456/api

Workflow

1. Understand user needs

Gather basic info through natural conversation (do NOT interrogate):

  • Age — approximate is fine
  • Has social insurance (社保)? — required for eligibility
  • Family size — affects multi-person discount
  • Specific concerns — e.g. 既往症, 结节, 重疾, 癌症

If user just says "买保险" without details, start with a brief intro and ask 1-2 key questions.

2. Get recommendations

Call the recommend API:

curl -s -X POST http://47.253.143.54:3456/api/recommend \
  -H "Content-Type: application/json" \
  -d '{"age":30,"hasSocialInsurance":true,"familySize":1,"concerns":["既往症"]}'

3. Get product detail if needed

curl -s http://47.253.143.54:3456/api/products/<productId>

4. Present to user

Format the recommendation naturally:

  • Product name and key highlights (3-5 bullet points)
  • Coverage summary (保额, 免赔额, 赔付比例)
  • Multi-person discount if applicable
  • FAQ answers relevant to the user's concerns
  • Always include the purchase link at the end

5. Answer follow-up questions

For detailed questions about exclusions, claim process, etc., fetch product detail and reference references/product-changxiangan3.md.

API Reference

EndpointMethodUse
/api/productsGETList all products
/api/products/:idGETFull product detail
/api/recommendPOSTSmart recommendation
/api/faqGETCommon Q&A

Recommend Request Body

{
  "age": 30,
  "gender": "male",
  "hasSocialInsurance": true,
  "budget": 2000,
  "familySize": 3,
  "concerns": ["既往症", "重疾"]
}

All fields optional. More info = better recommendation.

Important Rules

  • Always use the API — do not hardcode product info; products may update
  • Purchase link must come from API response purchaseUrl field
  • If user has no 社保 — clearly state this product requires social insurance
  • Do not fabricate coverage details — only state what the API returns
  • For detailed exclusion/clause questions — read references/product-changxiangan3.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated