Install
openclaw skills install @jrsoft-insurai/insurai-twUse for Republic of China (Taiwan) personal insurance tasks through the InsurAI Agent API, including insurance planning interpretation, occupation classification, product recommendation and search, policy review, coverage-gap analysis, metadata lookup, contract or premium document retrieval, and PDF link lookup. Apply the mandatory scope and rejection rules before any API call. For policy images or PDFs, use external OCR/document-processing capability first, then analyze the extracted text with this skill. Requires INSURAI_API_KEY from https://insurai.com.tw. 適用於中華民國(臺灣)保險相關任務,包括保險規劃分析、保單檢視、保障缺口分析、保險商品推薦、商品檢索、文件取得、商品 metadata 查詢與保險個人職業分類表查詢。呼叫 API 前請先套用必要的適用範圍與拒絕規則;若為保單圖片或 PDF,須先由外部 OCR/文件處理能力轉成文字後,再交由本 skill 分析。使用前需先至 https://insurai.com.tw 註冊會員並申請 INSURAI-API-KEY。
openclaw skills install @jrsoft-insurai/insurai-twUse this skill for supported Taiwan personal insurance workflows.
This skill requires an INSURAI_API_KEY. Register at https://insurai.com.tw, sign in, apply for an INSURAI-API-KEY, then set INSURAI_API_KEY. INSURAI_AGENT_URL is optional and defaults to the production endpoint.
使用前請先至 https://insurai.com.tw 註冊會員,登入後申請 INSURAI-API-KEY,再設定 INSURAI_API_KEY。INSURAI_AGENT_URL 可省略,預設使用正式端點。
export INSURAI_API_KEY=your_api_key_here
# Optional: override the production endpoint.
export INSURAI_AGENT_URL=https://insurai.com.tw/insurai/agent
This skill invokes the bundled Python helper to call the InsurAI Agent API.
Privacy and data handling:
INSURAI_AGENT_URL.Environment variables used:
INSURAI_AGENT_URL: HTTPS API base URL. Defaults to https://insurai.com.tw/insurai/agent.INSURAI_API_KEY: API key sent only as the X-API-KEY header to INSURAI_AGENT_URL.Network access:
INSURAI_AGENT_URL.https://insurai.com.tw/insurai/agent.INSURAI_AGENT_URL must use https; non-HTTPS URLs are rejected before any API request.Data sent to the API:
Boundaries:
INSURAI_AGENT_URL and INSURAI_API_KEY.INSURAI_API_KEY.sudo, install packages, fetch external scripts, or run arbitrary shell commands.中文摘要:本 skill 僅透過內建 Python helper 呼叫 InsurAI Agent API,只讀取 INSURAI_AGENT_URL 與 INSURAI_API_KEY,不列舉環境變數、不直接將使用者檔案上傳至 API、不輸出 API key,也不執行 sudo、安裝套件、下載外部腳本或任意 shell 指令。若為保單圖片或 PDF,須先由外部 OCR/文件處理能力轉成文字,再以最小必要資訊交由本 skill 分析。INSURAI_AGENT_URL 必須使用 HTTPS;保險查詢資料送出前應告知使用者、取得同意,並採最小化原則。
Read references according to the task:
Treat insurai-rules.md as authoritative for business behavior and insurai-api-spec.md as authoritative for the REST contract.
INSURAI_AGENT_URL and INSURAI_API_KEY.INSURAI_AGENT_URL, minimize the submitted data, and obtain the user's consent to continue.python3 scripts/insurai_api.py <action> [args...]
productCode values via search, then use batch-metadata or metadata before making product-specific claims.document --campaign-type premium before quoting premiums or plan comparisons.| Task | Action |
|---|---|
| Insurance planning | plan_interpret |
| Occupation lookup | occupations_search |
| Product recommendation | recommend |
| Product search | search |
| Product metadata | metadata |
| Batch metadata | batch-metadata |
| Contract or premium document | document |
| PDF link | pdf_link |
Use --insurers for insurer names or codes and --protection for one or more protection names. Search defaults to available products; use --no-available-product only when discontinued products are required.
success=false, report only the documented reason or code and stop.mainBenefits, not solely from product names or broad contract types.productCodes as the recommendation result key and handle supplementaryRiders as an array that may be empty.officialRiderContracts, interpret it as the main policy's officially supported rider contract list.eligibleMainContracts, interpret it as the list of main contracts that can pair with the current non-main product.officialRiderContracts or eligibleMainContracts depending on whether the current product is main or non-main.officialRiderContracts and eligibleMainContracts as authoritative pairing data; do not infer main-rider compatibility from product names alone.metadata; resolve them to InsurAI productCode values first.Current version: 1.0.6
Copyright (c) 2026 JRSoft Technology Ltd.
Licensed under the MIT License. See LICENSE.