Install
openclaw skills install insurance-brokerAI Insurance Broker - 智能保险经纪人,提供需求分析、产品推荐、理赔协助等全方位保险服务
openclaw skills install insurance-broker保险与保障咨询 Skill。通过 API Key 直接调用 ZhenInsure 后端 API,创建 AI 对话、发送消息、请求人工顾问转接。
本 Skill 是透明代理通道:
endpoint + method + bodyAuthorization: Bearer {API_KEY} headerhttps://www.zhenins.com| Endpoint | Method | 费用 |
|---|---|---|
/api/v1/skill/chat/conversations | POST | 免费 |
/api/v1/skill/chat/messages | POST | ¥0.15/次 |
/api/v1/skill/chat/handoff | POST | 免费 |
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