From insurance
Accesses personal insurance carrier portals via Playwright to retrieve policy documents, coverage details, premiums, renewal dates, and claim status. Used for automated coverage audits and document refresh.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:app-insurance-portal.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (carrier-specific login — session cookies from existing Chrome login)
Auth: Playwright + Chrome cookies (carrier-specific login — session cookies from existing Chrome login)
URL: Configured per carrier in vault/insurance/config.md
Configuration: Set carrier portal URL and Chrome profile path in vault/insurance/config.md
Most insurance carriers provide online portals where policyholders can view declarations pages, download policy documents, check claim status, make payments, and see renewal information. This skill provides read access to those portals to keep vault data current without manual downloads.
The primary use case is annual or semi-annual document refresh: when the coverage audit runs, it needs current declarations pages with the latest coverage limits and premiums. Rather than prompting the user to manually download documents, this skill retrieves them automatically from the carrier portal.
Auto:
Home/Landlord:
Life/Disability:
Umbrella:
Add to vault/insurance/config.md:
insurance_portals:
- name: "Auto Insurance"
carrier: "Progressive"
portal_url: "https://www.progressive.com/loggedIn/overview"
chrome_profile: "/Users/YOU/Library/Application Support/Google/Chrome/Default"
- name: "Home Insurance"
carrier: "Nationwide"
portal_url: "https://www.nationwide.com/personal/manage-your-policy"
chrome_profile: "/Users/YOU/Library/Application Support/Google/Chrome/Default"
- name: "Term Life"
carrier: "Principal"
portal_url: "https://www.principal.com/individuals/my-accounts"
chrome_profile: "/Users/YOU/Library/Application Support/Google/Chrome/Default"
vault/insurance/00_current/{type}/ with carrier and date in filenameop-coverage-audit — download current declarations pages before running gap analysisop-renewal-watch — verify renewal date and current premium from carrier portalop-claims-review — check open claim status from carrier claims portal~/Documents/aireadylife/vault/insurance/00_current/{type}/ — downloaded policy documents~/Documents/aireadylife/vault/insurance/00_current/ — renewal dates and premium updatesCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin insurance