agentsclimarketplace

Cowork home inventory

Skill bg-szy/TOP-SKILLS/skills/claude-skills/cowork-home-inventory

全球最大的 Claude Code 技能聚合库 · 收录 3900+ 来自 12+ 来源的技能,提供在线搜索与趋势分析看板 / The world's largest Claude Code skill aggregation hub — 3900+ skills from 12+ sources with online search and trend dashboard

Install
npx -y skills add bg-szy/TOP-SKILLS --skill cowork-home-inventory

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Build an insurance-grade home inventory from a folder of photos and receipts -- identifies items, pulls values from receipts, estimates replacement costs, organizes by room, and outputs the documentation an insurance claim actually requires. Update mode keeps it current after new purchases.

SKILL.md

3.5 KB, as published. Nobody here has run it

Cowork Home Inventory

Build the document everyone wishes they had after the fire, flood, or break-in: a room-by-room inventory with values and proof. Input: a folder of photos (room shots, close-ups, serial-number shots) and receipts (PDF, email exports, images). Output: a structured inventory file plus a gap list of what still needs documenting.

Workflow

  1. Process the photos. Identify items in each image: what it is, brand/model when visible, condition, and the room (from filename, folder structure, or visual context). Read serial numbers and model plates from close-ups. Group multiple angles of the same item.
  2. Process the receipts. Extract item, vendor, date, and price from every receipt. Match receipts to photographed items where possible -- a matched receipt upgrades an item from "estimated" to "documented."
  3. Value the inventory. For receipt-matched items: purchase price and date. For unmatched items: estimated replacement cost (current retail for an equivalent, via web search for significant items), clearly labeled ESTIMATE. Never present an estimate as a documented value.
  4. Build the inventory. Output home-inventory.csv (or .xlsx via the xlsx skill) -- room, item, brand/model, serial, purchase date, purchase price, replacement estimate, documentation status, photo filename(s), receipt filename -- plus home-inventory-summary.md: totals by room and category, the high-value items list, and overall documented vs. estimated ratio.
  5. Gap list. What insurance will ask for that is missing: high-value items with no receipt (jewelry, electronics, instruments -- may need appraisals or serial-number photos), rooms with no coverage, items where only a wide shot exists. Rank by value at risk. Suggest the 20-minute photo walk that closes the worst gaps.

Rules

  • Documented and estimated values never blend: every line is labeled, and the summary reports both totals separately.
  • Never inflate. Replacement estimates use realistic current retail for equivalent items, not premium substitutes.
  • Serial numbers are gold: capture every legible one, and put items that should have one but don't on the gap list.
  • Do not catalog people, documents with financial account numbers, or anything in photos beyond the possessions themselves.
  • Note policy-relevant thresholds generically ("many policies sub-limit jewelry; confirm your rider") without interpreting the user's actual policy -- unless the policy document is in the folder, in which case cite its stated limits next to the relevant categories.
  • Keep the inventory file local and note in the summary that a copy belongs somewhere that survives the house (cloud drive, safe deposit).

Update Mode

Re-run on the same folder after adding new photos/receipts: append new items, update matched ones, preserve manual edits to the CSV, and report what changed. As a quarterly Cowork scheduled task, sweep the receipts/email-export folder and deliver the diff.

Quick Commands

  • "Inventory [folder]" -- full workflow
  • "What's undocumented?" -- step 5, the gap list
  • "Value check [item]" -- one replacement-cost lookup
  • "Update from new photos" -- update mode

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.