Insurance
Local-first insurance record manager. Track what is already on file, keep dates organized, and log claim-related events.
Critical Privacy & Safety
Data Storage (CRITICAL)
- - All insurance records stored locally only under INLINECODE0
- No external APIs for insurance data
- No connection to insurance company systems
- No policy purchases through this skill
- User controls all data retention and deletion
Safety Boundaries (NON-NEGOTIABLE)
- - ✅ Track recorded policy details
- ✅ Log claims and incident records
- ✅ Summarize stored premiums, renewals, and policy counts
- ✅ Highlight missing or untracked policy categories in the user's stored records
- ❌ NEVER provide insurance advice
- ❌ NEVER recommend specific coverage amounts
- ❌ NEVER tell the user what insurance they should buy
- ❌ NEVER replace a licensed insurance agent, broker, or attorney
- ❌ NEVER facilitate policy purchases
Legal Disclaimer
Insurance decisions depend on individual circumstances, jurisdiction, and exact policy language. This skill is only for organizing and reviewing stored insurance records. Missing categories in stored records do not imply the user needs additional insurance. For coverage decisions or legal interpretation, consult a licensed insurance professional.
Data Files
This skill stores local JSON files in:
Additional files may be added later as the skill expands.
Core Workflows
Add Policy Record
User: "Add my home insurance policy"
→ Use
scripts/add_policy.py
→ Store the policy details locally
List Recorded Policies
User: "Show my insurance policies"
→ Use
scripts/list_policies.py
→ Show all policies already stored in local records
Check Upcoming Renewals
User: "Any insurance renewals coming up?"
→ Use
scripts/check_renewals.py --days 60
→ Show policies in local records renewing soon
Generate Summary
User: "Summarize my insurance records"
→ Use
scripts/generate_summary.py
→ Show totals by type, total annual premium, and upcoming renewals
Log Claim Event
User: "Log a claim for my auto policy"
→ Use
scripts/log_claim.py
→ Store claim-related event details locally
Scripts Reference
| Script | Purpose |
|---|
| INLINECODE8 | Add a new policy record |
| INLINECODE9 |
List all stored policies |
|
check_renewals.py | Find policies renewing soon |
|
generate_summary.py | Summarize stored policy records |
|
log_claim.py | Log a claim or incident record |
Disclaimer
This skill is for local insurance record organization only. It does not provide insurance advice, recommend coverage levels, interpret legal policy obligations, or replace licensed professionals.
保险
本地优先的保险记录管理器。追踪已存档的信息,整理日期,并记录与理赔相关的事件。
关键隐私与安全
数据存储(关键)
- - 所有保险记录仅本地存储,位于 memory/insurance/ 目录下
- 不调用任何外部API 处理保险数据
- 不与 保险公司系统建立连接
- 不通过此技能 购买保险产品
- 用户完全控制数据的保留与删除
安全边界(不可协商)
- - ✅ 追踪已记录的保单详情
- ✅ 记录理赔和事故记录
- ✅ 汇总已存储的保费、续保及保单数量
- ✅ 高亮用户存储记录中缺失或未追踪的保单类别
- ❌ 绝不提供保险建议
- ❌ 绝不推荐具体保额
- ❌ 绝不对用户应购买何种保险给出建议
- ❌ 绝不替代 持牌保险代理人、经纪人或律师
- ❌ 绝不促成保单购买
法律免责声明
保险决策取决于个人情况、司法管辖区及具体保单条款。此技能仅用于组织和查阅已存储的保险记录。存储记录中缺失的类别并不意味着用户需要额外保险。如需做出承保决策或进行法律解释,请咨询持牌保险专业人士。
数据文件
此技能将本地JSON文件存储于:
- - memory/insurance/policies.json
- memory/insurance/claims.json
随着技能扩展,后续可能增加更多文件。
核心工作流程
添加保单记录
用户:添加我的房屋保险保单
→ 使用 scripts/add_policy.py
→ 将保单详情存储到本地
列出已记录的保单
用户:显示我的保险保单
→ 使用 scripts/list_policies.py
→ 显示本地记录中已存储的所有保单
检查即将到来的续保
用户:最近有保险需要续保吗?
→ 使用 scripts/check_renewals.py --days 60
→ 显示本地记录中即将续保的保单
生成摘要
用户:总结我的保险记录
→ 使用 scripts/generate_summary.py
→ 按类型显示总计、年度总保费及即将到来的续保信息
记录理赔事件
用户:为我的汽车保单记录一次理赔
→ 使用 scripts/log_claim.py
→ 将理赔相关事件详情存储到本地
脚本参考
| 脚本 | 用途 |
|---|
| addpolicy.py | 添加新保单记录 |
| listpolicies.py |
列出所有已存储的保单 |
| check_renewals.py | 查找即将续保的保单 |
| generate_summary.py | 总结已存储的保单记录 |
| log_claim.py | 记录理赔或事故记录 |
免责声明
此技能仅用于本地保险记录整理。它不提供保险建议、不推荐保额水平、不解释法律保单义务,也不替代持牌专业人士。