kevinchu1981 / dsh-insurance-experts

已收录

Three insurance expert plugins for DeepSeek Harness (DSH) — ops analyst, company analyst, product analyst

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:kevinchu1981/dsh-insurance-experts

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 eefefce同步于 2026年8月18日

DSH Insurance Experts

DeepSeek Harness (DSH) plugins for insurance analysis — three specialized AI expert tools powered by system prompts originally built for WorkBuddy Expert Center.

Plugins

Pluginnpm PackageTool NameDescription
Ops Analyst (Ying'an / 盈安)@kevinsales/dsh-insurance-ops-analystinsurance_ops_analystInsurance company operations: solvency, profitability, EV, investment risk, regulatory compliance
Company Analyst@kevinsales/dsh-insurance-company-analystinsurance_company_analystInsurance company financial & operating analysis: financials, channels, peer comparison
Product Analyst (InsureGuide / 险析君)@kevinsales/dsh-insurance-product-analystinsurance_product_analystInsurance product analysis: clause decoding, cost-effectiveness, product comparison, coverage planning

Installation

Via npm

dsh plugin --profile web add @kevinsales/dsh-insurance-ops-analyst
dsh plugin --profile web add @kevinsales/dsh-insurance-company-analyst
dsh plugin --profile web add @kevinsales/dsh-insurance-product-analyst

Via GitHub

dsh plugin --profile web add "github:kevinsales/dsh-insurance-experts#main"
dsh plugin --profile web add "link:./packages/insurance-ops-analyst"
dsh plugin --profile web add "link:./packages/insurance-company-analyst"
dsh plugin --profile web add "link:./packages/insurance-product-analyst"

Usage

After installation, the tools are automatically available in DeepSeek conversations. Example prompts:

  • "用盈安的身份分析某寿险公司2024年偿付能力下降的原因"
  • "对比两家保险公司的NBV增速和渠道结构"
  • "帮我对比某两款重疾险的性价比,预算年缴1万以内"

Build

npm install
npm run build

Project Structure

dsh-insurance-experts/
├── packages/
│   ├── insurance-ops-analyst/
│   │   ├── package.json
│   │   ├── cordis.patch.yml
│   │   ├── tsconfig.json
│   │   └── src/index.ts
│   ├── insurance-company-analyst/
│   │   ├── package.json
│   │   ├── cordis.patch.yml
│   │   ├── tsconfig.json
│   │   └── src/index.ts
│   └── insurance-product-analyst/
│       ├── package.json
│       ├── cordis.patch.yml
│       ├── tsconfig.json
│       └── src/index.ts
├── package.json
├── tsconfig.json
└── README.md

License

MIT

仓库信息

开发语言
TypeScript
许可证
MIT
最后更新
2026年8月18日 10:13

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。