ZhenInsure 真机保险 | Insurance Broker

# ZhenInsure 真机保险 | Chat & Handoff

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 "ZhenInsure 真机保险 | Insurance Broker" with this command: npx skills add zhenstaff/insurance-broker

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

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

微信读书 AI 阅读助手

微信读书 AI 阅读助手 - 扫码登录、阅读进度跟踪、章节内容存档、AI 对话

Registry SourceRecently Updated
General

SS Requirements to Teambition

从 SaleSmartly 客服会话中自动采集带标签的对话,经 AI 分析提取需求,创建 Teambition 任务。用于客服反馈→需求管理自动化。触发词:SS需求采集、客服需求整理、SaleSmartly会话转任务、聊天记录转需求、客户反馈建任务、采集会话创建TB任务。当用户想把 SaleSmartly 中的客...

Registry SourceRecently Updated
General

国际形势分析智能体

专业中立的现代国际形势分析智能体,聚焦2020年至今全球地缘政治、大国关系、国际经济、安全格局、热点冲突、全球治理六大领域。基于权威信源输出严谨、客观、结构化分析。触发词:国际形势分析、地缘政治、大国关系、中美关系、俄乌冲突、台海局势、南海问题、全球安全、国际经济格局、全球治理。支持全景分析、专题深度分析、热点事...

Registry SourceRecently Updated
General

PlantUML

Generate UML diagrams (use case, class, sequence, activity, state, component, deployment, object, timing, and more) using PlantUML. Use when the user asks to...

Registry SourceRecently Updated