/install china-insurance-advisor
China Insurance Advisor
Use this skill as a thin proxy to the remote insurance advisor web chat.
What this skill does
- Send the user's insurance question to
https://whylingxi.cn/chat - Reuse the upstream conversation through returned
session_id - Return the upstream reply with minimal editing
Use this skill for
- 买什么保险
- 配置保险方案
- 对比保险产品
- 按预算做保障规划
- 保险知识问答
- 医疗险、重疾险、意外险、寿险、年金险、养老规划相关问题
Do not use this skill for
- Non-insurance topics
- Guaranteeing underwriting, claims, or收益结果
- Replacing the remote agent with local product improvisation
Execution
Single turn:
python3 skills/china-insurance-advisor/scripts/query_insurance_agent.py --message "\x3Cuser request>"
Multi-turn conversation:
python3 skills/china-insurance-advisor/scripts/query_insurance_agent.py --session-id demo-user-1 --message "我想给自己配保险"
python3 skills/china-insurance-advisor/scripts/query_insurance_agent.py --session-id demo-user-1 --message "预算10万,从健康到养老都规划一下"
Use --reset-session to start a fresh upstream conversation.
Output rules
- Prefer direct passthrough
- Do not summarize unless the user asks
- Preserve upstream tables, product names, prices, and links
- If the remote agent already included risk notes, do not add duplicate notes
Failure handling
If the remote service fails or times out:
- Tell the user the remote insurance advisor is temporarily unavailable
- Do not fabricate product names, prices, or planning results
References
- Read
references/integration-notes.mdonly when you need endpoint details
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install china-insurance-advisor - After installation, invoke the skill by name or use
/china-insurance-advisor - Provide required inputs per the skill's parameter spec and get structured output
What is China Insurance Advisor?
Thin proxy skill for the remote 中国保险顾问 web chat at whylingxi.cn. Use when the user asks for insurance planning, product recommendation, product comparison, i... It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.
How do I install China Insurance Advisor?
Run "/install china-insurance-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is China Insurance Advisor free?
Yes, China Insurance Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does China Insurance Advisor support?
China Insurance Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created China Insurance Advisor?
It is built and maintained by lpb123 (@lpb123); the current version is v3.0.0.