@fdu-ins/life-insurance-quote
A性別・健康状態に応じた保険料を算出し、生命保険の正式見積もりを作成する。
Install
agr install @fdu-ins/life-insurance-quote --target claudeWrites 1 file into .claude/skills/, pinned to git-0ad2a8a8.
- .claude/skills/life-insurance-quote/SKILL.md
Document
name: life-insurance-quote description: 性別・健康状態に応じた保険料を算出し、生命保険の正式見積もりを作成する。
life_insurance_quote
生命保険の正式見積書を作成するスキル。
概要
顧客の年齢・性別・健康状態・希望商品をもとに生命保険の月額保険料・補償内容・特約を含む詳細見積書を生成する。
入力パラメータ
customer_id(str): 顧客IDproduct_id(str): 対象商品ID(例: P006〜P010)gender(str): 性別(男性 / 女性)health_status(str): 健康状態(良好 / 注意 / 要観察)
出力
quote_id: 見積番号product_name: 商品名monthly_premium: 月額保険料(円)annual_premium: 年額保険料(円)coverage_details: 補償詳細valid_until: 見積有効期限notes: 注意事項
使用スクリプト
scripts/quote.py
関連スキル
life_insurance_recommendation: 商品選定時に先行して実行life_insurance_contract_create: 見積承認後に契約作成
注意事項
- 人によって健康状態の割増が発生することがある。
- 保険料告知義務について必ず案内すること。
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-0ad2a8a87c612026-07-31