Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

smart-insurance-advisor-cn智能保险顾问 cn

Agent Skill

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

总安装

2,491

周安装

107

GitHub Stars

公开资料未说明

下载量

873
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install smart-insurance-advisor-cn

简介

面向中国用户的保险咨询助手,根据年龄、社保与家庭状况推荐合适产品组合。

  • 覆盖医疗险、重疾险等主流险种,提供条款解读与投保建议。
  • 基于预设产品库匹配用户需求,不承诺收益也不替代专业保险顾问。
  • 涉及健康告知时应如实填写,虚假陈述可能导致理赔拒付。
  • 推荐结果仅供参考,最终投保前请仔细阅读合同条款与免责内容。

SKILL.md

name
insurance-advisor
description
>

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.61%
按下载量换算756

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills