← 返回
AI智能 Key

ZhenInsure 真机保险 | Insurance Broker

AI Insurance Broker - 智能保险经纪人,提供需求分析、产品推荐、理赔协助等全方位保险服务
AI保险经纪人,提供需求分析、产品推荐、理赔协助等全方位保险服务
zhenstaff
AI智能 clawhub v2.0.2 2 版本 99875.8 Key: 需要
★ 1
Stars
📥 784
下载
💾 42
安装
2
版本
#latest

概述

ZhenInsure 真机保险 | Chat & Handoff

保险与保障咨询 Skill。通过 API Key 直接调用 ZhenInsure 后端 API,创建 AI 对话、发送消息、请求人工顾问转接。

核心设计

本 Skill 是透明代理通道:

  • 用户指定 endpoint + method + body
  • Skill 注入 Authorization: Bearer {API_KEY} header
  • 请求直接转发到 https://www.zhenins.com
  • 同步 JSON 响应原样返回(非 SSE 流式)

白名单端点

EndpointMethod费用
---------
/api/v1/skill/chat/conversationsPOST免费
/api/v1/skill/chat/messagesPOST¥0.15/次
/api/v1/skill/chat/handoffPOST免费

配置

claw config set ZHENINSURE_API_KEY sk_live_xxxx

用法示例

创建对话

claw run insurance-broker proxy '{
  "endpoint": "/api/v1/skill/chat/conversations",
  "method": "POST"
}'

发送消息

claw run insurance-broker proxy '{
  "endpoint": "/api/v1/skill/chat/messages",
  "method": "POST",
  "body": {
    "conversation_id": "conv_xxxx",
    "message": "我想了解一下重疾险"
  }
}'

请求人工转接

claw run insurance-broker proxy '{
  "endpoint": "/api/v1/skill/chat/handoff",
  "method": "POST",
  "body": {
    "conversation_id": "conv_xxxx"
  }
}'

余额不足

{
  "success": false,
  "error": "insufficient_balance",
  "action": {
    "type": "recharge",
    "url": "https://console.zhenrobot.com/zhenins/billing"
  }
}

版本

2.0.2

版本历史

共 2 个版本

  • v2.0.2 当前
    2026-05-13 06:22 安全 安全
  • v1.0.0
    2026-03-30 17:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Video Generator | 视频生成器

zhenstaff
自动化文本转视频流水线,支持多厂商 TTS/ASR(OpenAI、Azure、阿里云、腾讯)
★ 1 📥 2,563
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,250
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 713 📥 243,959