← 返回 Skills 市场
zhenstaff

Insurance Broker

作者 Justin Liu · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
336
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install insurance-broker
功能描述
AI Insurance Broker - 智能保险经纪人,提供需求分析、产品推荐、理赔协助等全方位保险服务
使用说明 (SKILL.md)

AI 保险经纪人 (Insurance Broker)

智能保险经纪人 Skill,完全替代传统保险经纪,提供专业的保险咨询和服务。

功能

1. 保险需求分析

当用户询问保险需求、想买保险或需要保险建议时:

  • 使用 insurance_analyze_needs 工具收集用户信息
  • 分析用户的风险情况(健康、身故、意外、财产)
  • 生成专业的需求分析报告

2. 产品推荐

当用户询问保险产品或需要推荐时:

  • 使用 insurance_recommend_products 工具
  • 基于 50+ 款主流保险产品数据库
  • 根据用户年龄、预算、需求匹配最适合的产品

3. 保险知识问答

当用户询问保险术语、保险知识或投保注意事项时:

  • 解释保险概念(重疾险、医疗险、寿险、意外险等)
  • 说明保障范围和理赔条件
  • 提供投保建议和注意事项

4. 保费计算

当用户询问保险价格或保费时:

  • 使用 insurance_calculate_premium 工具
  • 根据年龄、性别、保额计算保费
  • 对比不同产品的价格

数据文件

产品数据库位于 {baseDir}/data/insurance-products.json,包含 50+ 款主流保险产品的详细信息。

使用示例

用户说:"我想买保险,但不知道买什么" → 使用 insurance_analyze_needs 收集信息并分析需求

用户说:"推荐适合30岁的保险产品" → 使用 insurance_recommend_products 推荐产品

用户说:"重疾险和医疗险有什么区别?" → 直接解释保险知识

用户说:"30岁男性买50万保额的重疾险要多少钱?" → 使用 insurance_calculate_premium 计算保费

工具定义

工具由 OpenClaw 运行时提供,或通过本 skill 的脚本实现。

注意事项

  • 始终站在用户角度,提供客观中立的建议
  • 不推销特定产品,只推荐最适合用户的
  • 保险知识要准确、易懂
  • 理赔协助要专业、负责

版本

当前版本:0.1.0 (MVP)

即将推出:

  • v0.2.0: 健康告知智能辅助、用户画像记忆
  • v0.3.0: 理赔争议处理、产品数据自动更新
  • v1.0.0: 完整的 13 大功能
安全使用建议
This skill is an instruction-only description of an insurance advisor but does not include the referenced tools or the product database. Before installing, ask the publisher or check the GitHub repo to confirm: (1) where the tools (insurance_analyze_needs, insurance_recommend_products, insurance_calculate_premium) come from and whether the runtime provides them, (2) whether the product database file exists, its source, and whether it will be bundled or downloaded, (3) how user personal data will be collected, stored, and protected, and (4) whether the skill will contact external services. If those points aren't answered, the skill may not work or could mishandle sensitive data — proceed only after verifying implementations and privacy practices.
功能分析
Type: OpenClaw Skill Name: insurance-broker Version: 1.0.0 The skill bundle contains metadata and documentation for an AI insurance broker. The instructions in SKILL.md and README.md describe standard functional workflows for insurance analysis, product recommendation, and premium calculation without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (insurance broker) align with the instructions, but the skill references three runtime tools (insurance_analyze_needs, insurance_recommend_products, insurance_calculate_premium) and a product database at {baseDir}/data/insurance-products.json. The package contains only SKILL.md and README.md — there is no data file or implementation for those tools. It's unclear whether the OpenClaw runtime supplies these tools or whether the skill was expected to include them.
Instruction Scope
Instructions focus on collecting user insurance info and producing recommendations. That scope is appropriate, but the SKILL.md says to 'use' specific tools without explaining how they handle input, where user data is stored, or whether any external endpoints are contacted. The instructions also reference a local data file path that is not present in the bundle. The lack of detail about data storage/retention and tool behavior is a privacy and operational concern.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes immediate filesystem or network install risk. However, because no implementation is included, runtime dependencies are ambiguous.
Credentials
The skill does not request environment variables, binaries, or credentials. That is proportionate to an instruction-only advisor. Still, the SKILL.md implies collecting personal user information (age, health, budget) — sensitive data that needs explicit handling policies which are not provided here.
Persistence & Privilege
Skill does not request always:true and is user-invocable only. However, roadmap notes mention '用户画像记忆' (user profile memory) for future versions; currently there is no implementation or explanation of how memory/persistence would be managed, which could change the privilege model when added.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install insurance-broker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /insurance-broker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the AI Insurance Broker skill. - Provides comprehensive insurance services, including needs analysis, product recommendations, insurance Q&A, and premium calculations. - Supports analysis and recommendations based on user information and a database of 50+ mainstream insurance products. - Offers clear explanations of insurance concepts and claims assistance. - Focuses on user-centered, impartial, and professional advice.
元数据
Slug insurance-broker
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Insurance Broker 是什么?

AI Insurance Broker - 智能保险经纪人,提供需求分析、产品推荐、理赔协助等全方位保险服务. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 336 次。

如何安装 Insurance Broker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install insurance-broker」即可一键安装,无需额外配置。

Insurance Broker 是免费的吗?

是的,Insurance Broker 完全免费(开源免费),可自由下载、安装和使用。

Insurance Broker 支持哪些平台?

Insurance Broker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Insurance Broker?

由 Justin Liu(@zhenstaff)开发并维护,当前版本 v1.0.0。

💬 留言讨论