# Policy Inventory

> Policy Inventory

- Skill: `hvkshetry/policy-inventory` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hvkshetry/policy-inventory`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hvkshetry/policy-inventory/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hvkshetry (https://skillmd.com/u/hvkshetry)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hvkshetry/policy-inventory

---

# Policy Inventory

## Purpose
Build and maintain a comprehensive registry of all active insurance policies across the household.

## Workflow
1. Query Paperless for documents tagged `insurance` + `active-policy`
2. For each policy, extract: carrier, policy number, type, coverage limits, deductibles, premium amount, payment frequency, effective dates, named insureds
3. Cross-reference with finance-graph assets to verify insured property matches current holdings
4. Present organized inventory grouped by policy type (property, auto, umbrella, life, health, disability, specialty)

## Output Format
HTML table with columns: Policy Type | Carrier | Policy # | Coverage Limit | Deductible | Annual Premium | Effective Dates | Status

## Tool Dependencies
- `paperless.search_documents` — find insurance documents
- `paperless.get_document` — retrieve policy details
- `finance-graph.list_assets` — verify insured assets
- `estate-planning.list_entities` — verify named insureds against entity structure

