autoinsurancequote

SkillDev tools

Calculates premiums based on vehicle type and driver age, and creates a formal auto insurance quote.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the autoinsurancequote skill

What this skill tells your AI

The instructions your AI receives, as published by fdu-ins/insurance-skills in Skills/auto-insurance-quote/SKILL.md and read by ahel’s review.

自動車保険の正式見積書を作成するスキル。

概要

顧客の車種情報、年齢、希望プランを受け取り、月額保険料・補償内容・特約オプションを含む詳細見積書を生成する。

入力パラメータ

  • customer_id (str): 顧客ID(例: C016)
  • product_id (str): 対象商品ID(例: P002)
  • vehicle_type (str): 車種区分(例: 普通車、軽自動車、SUV)
  • vehicle_age (int): 車齢(年)。「新車」「新車・購入予定」「0年」はすべて整数 0 として渡すこと(文字列「新車」は不可)

出力

  • quote_id: 見積番号(一時ID)
  • product_name: 商品名
  • monthly_premium: 月額保険料(円)
  • annual_premium: 年額保険料(円)
  • coverage_details: 補償詳細リスト
  • valid_until: 見積有効期限(発行日 +30日)
  • notes: 注意事項

使用スクリプト

  • scripts/quote.py

関連スキル

  • auto_insurance_recommendation: 商品選定時に先行して実行
  • auto_insurance_contract_create: 見積承認後に契約作成

注意事項

  • 見積はあくまで概算。正式契約時に審査が入ることを顧客に伝える。
  • 車齢 10年超の場合は割増係数を適用。

Signals

GitHub stars
73
Forks
19
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
auto-insurance-quote
Source
github.com/fdu-ins/insurance-skills