Agent skill · Data & Analytics

insurance-weekly-report

华安保险车险周报自动生成器(麦肯锡风格)。将周度车险数据(支持Excel/CSV/JSON/DuckDB)转化为12-13页董事会级经营分析报告。采用问题导向标题、16:9宽屏、四象限/气泡图可视化、深红#a02724配色。报告结构:经营概览、保费进度、变动成本、损失暴露、费用支出,每个章节分机构和分客户类别双维度分析。支持自定义阈值配置和保费计划。触发场景:用户上传车险周报数据文件(.xlsx/.csv/.json/.db),要求生成董事会汇报PPT。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill insurance-weekly-report --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/insurance-weekly-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 华安保险车险周报自动生成器 ## 核心目标 将周度车险保单数据(Excel)转化为**12-13页麦肯锡风格董事会经营分析报告**(PPT),采用问题导向标题、四象限/气泡图分析、16:9宽屏格式。 ## 使用流程 ### 快速开始(3步) ```bash # 1. 确认配置文件(首次使用需检查) ls references/thresholds.json # 阈值配置 ls references/plans.json # 保费计划(可选) # 2. 上传数据文件 # 用户上传:车险保单变动成本清单.xlsx # 3. 运行生成命令 cd scripts python generate_report.py <数据文件> <周次> <机构名称> ../references # 示例 python generate_report.py ../data.xlsx 49 四川分公司 ../references ``` ### 数据文件要求 **支持格式:** - `.xlsx` / `.xls` - Excel 文件(推荐) - `.csv` - CSV 文本文件(UTF-8 编码) - `.json` - JSON 格式(数组或对象) - `.db` / `.duckdb` - DuckDB 数据库(需安装 duckdb) **✨ v2.1新增:支持两种数据格式** #### 格式1:汇总数据(中文字段)- 推荐格式 **必需字段:** - `机构`:三级机构名称(如"高新机构") - `客户类别`:客户分类(如"家用车"、"货车") - `签单保费`:本周保费收入(元) - `满期赔付率`:百分比值 - `费用率`:百分比值 - `变动成本率`:百分比值 - `已报告赔款`:已报案赔款金额(元) - `出险率`:百分比值 - `案均赔款`:平均每案赔款(元) #### 格式2:保单明细数据(英文字段)- 自动聚合 **✨ 新功能:直接上传明细数据,无需预处理!** **必需字段:** - `third_level_organization`:三级机构 - `customer_category_3`:客户类别 - `signed_premium_yuan`:签单保费(元) - `matured_premium_yuan`:满期保费(元) - `reported_claim_payment_yuan`:已报告赔款(元) - `expense_amount_yuan`:费用金额(元) - `policy_count`:保单件数 - `claim_case_count`:出险件数 **工作原理:** 1. 系统自动识别字段格式(英文/中文) 2. 如检测到明细数据,自动执行聚合操作: - 分机构聚合 - 分客户类别聚合 - 分机构+客户类别聚合 3. 自动计算率值指

What's inside
Steps it walks through
  1. 核心目标
  2. 使用流程
  3. 快速开始(3步)
  4. 数据文件要求
  5. 工作流程
  6. 完整报告生成流程
  7. 决策逻辑
  8. 报告结构(12-13页)
  9. 封面
  10. 一、经营概览(2页)
  11. 二、保费进度分析(2页)
  12. 三、变动成本分析(2页)
  13. 四、损失暴露分析(4页)
  14. 五、费用支出分析(2页)
Ships with 1 file
  • metadata.json
Commands it runs
ls references/thresholds.json  # 阈值配置
ls references/plans.json        # 保费计划(可选)
cd scripts
python generate_report.py <数据文件> <周次> <机构名称> ../references
python generate_report.py ../data.xlsx 49 四川分公司 ../references
More from claude-skill-registry
All skills →
About this skill
What does the insurance-weekly-report skill do?

华安保险车险周报自动生成器(麦肯锡风格)。将周度车险数据(支持Excel/CSV/JSON/DuckDB)转化为12-13页董事会级经营分析报告。采用问题导向标题、16:9宽屏、四象限/气泡图可视化、深红#a02724配色。报告结构:经营概览、保费进度、变动成本、损失暴露、费用支出,每个章节分机构和分客户类别双维度分析。支持自定义阈值配置和保费计划。触发场景:用户上传车险周报数据文件(.xlsx/.csv/.json/.db),要求生成董事会汇报PPT。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill insurance-weekly-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going