From insurance
Syncs insurance policy documents by downloading declarations PDFs from carrier portals or prompting manual upload, then extracts and normalizes policy records.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:flow-sync-policy-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** Called by `op-coverage-audit`, `op-renewal-watch`, `op-monthly-sync`, or on-demand ("sync my policy docs").
Trigger: Called by op-coverage-audit, op-renewal-watch, op-monthly-sync, or on-demand ("sync my policy docs").
Brings vault policy records up to date by pulling the latest declarations page for every carrier the user has configured. Two paths, run in sequence per policy:
app-insurance-portal.portal recipe (most major US carriers — Progressive, GEICO, State Farm, Allstate, Nationwide, Liberty Mutual, Travelers, USAA, plus landlord/rental specialists), the flow logs in via cookie session, navigates to the documents area, and downloads the most recent declarations PDF into vault/insurance/00_current/inbox/.vault/insurance/00_current/inbox/.Either path lands a PDF in the inbox. The flow then calls task-extract-policy-terms for every PDF in the inbox, normalizes the record, and moves the source PDF to vault/insurance/00_current/policies/source/.
vault/insurance/config.md.app-insurance-portal.portal to download the most recent declarations PDF.vault/insurance/00_current/inbox/ through task-extract-policy-terms.vault/insurance/00_current/policies/source/.task-update-open-loops.vault/insurance/config.md:
carriers — list with carrier name, policy type, and portal_supported: true|falsemanual_upload_only_carriers — explicit list of carriers the user knows must be manualtask-extract-policy-terms error path.~/Documents/aireadylife/vault/insurance/config.md, ~/Documents/aireadylife/vault/insurance/00_current/inbox/~/Documents/aireadylife/vault/insurance/00_current/policies/, ~/Documents/aireadylife/vault/insurance/00_current/policies/source/Creates, 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