Install
openclaw skills install china-insurance-advisorThin proxy skill for the remote 中国保险顾问 web chat at whylingxi.cn. Use when the user asks for insurance planning, product recommendation, product comparison, insurance budget allocation, or insurance Q&A. Forward the user's request to the remote insurance advisor, keep multi-turn continuity through session_id, and return its reply with minimal transformation.
openclaw skills install china-insurance-advisorUse this skill as a thin proxy to the remote insurance advisor web chat.
https://whylingxi.cn/chatsession_idSingle turn:
python3 skills/china-insurance-advisor/scripts/query_insurance_agent.py --message "<user 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.
If the remote service fails or times out:
references/integration-notes.md only when you need endpoint details