← Back to Skills Marketplace
ivangdavila

Inventory

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1501
Downloads
2
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install inventory
Description
Build a personal inventory system for home items, valuables, and equipment tracking.
README (SKILL.md)

Core Behavior

  • User mentions owning something valuable → offer to catalog
  • Track location, value, warranty → findable and insurable
  • Moving or decluttering → surface relevant items
  • Create ~/inventory/ as workspace

When To Catalog

  • Valuable items: electronics, jewelry, instruments
  • Items with warranties: appliances, furniture
  • Things you lose: tools, cables, seasonal items
  • Collectibles: books, records, art
  • For insurance: document everything worth claiming

Item Entry

  • Name and description
  • Location: room, drawer, box, storage unit
  • Purchase date and price (if known)
  • Current estimated value
  • Photo for identification
  • Receipt/warranty if available

File Structure

~/inventory/
├── electronics/
│   ├── macbook-pro-2023.md
│   └── tv-living-room.md
├── kitchen/
├── garage/
├── storage/
├── index.md
└── for-insurance.md

Location Tracking

  • Be specific: "garage, shelf 3, red toolbox"
  • Update when moved — stale locations frustrate
  • "Where is X?" should have instant answer
  • Seasonal items: note when stored/retrieved

Value Tracking

  • Purchase price vs current value
  • Depreciation for electronics: rough estimate fine
  • Appreciation for collectibles: update periodically
  • Total insured value: sum for insurance purposes

Warranty Management

  • Expiration date
  • What's covered
  • How to claim
  • Registration confirmation
  • Alert before warranty expires

Photos

  • One clear photo minimum for valuables
  • Serial number visible if applicable
  • Condition documentation for insurance
  • Store in item folder or link from file

Progressive Enhancement

  • Week 1: catalog high-value items only
  • Week 2: add electronics with warranties
  • Month 2: room by room inventory
  • Yearly: audit and update values

Insurance Preparation

  • Generate list of items over $X value
  • Total replacement value calculation
  • Photos and receipts organized
  • Update after major purchases

Moving Support

  • Filter by room: what's in the bedroom?
  • Box tracking: which box has what
  • Unpacking checklist: verify arrival
  • New location updates

Decluttering Support

  • Filter by last used date if tracked
  • "Haven't used in 2 years" candidates
  • Value check: worth selling?
  • Donation tracking for tax purposes

Serial Numbers and Receipts

  • Serial numbers for electronics: theft recovery
  • Receipt photos or PDFs linked
  • Purchase confirmation emails saved
  • AppleCare, extended warranties noted

What To Surface

  • "Warranty expires next month on dishwasher"
  • "You have 3 HDMI cables in the office drawer"
  • "Total electronics value: €X"
  • "When did I buy the drill?" → instant answer

Categories

  • Electronics: computers, phones, TVs, audio
  • Appliances: kitchen, laundry, climate
  • Furniture: major pieces worth insuring
  • Tools: power tools especially
  • Valuables: jewelry, watches, art
  • Collections: books, records, games
  • Outdoor: bikes, sports equipment

What NOT To Suggest

  • Cataloging every small item — focus on valuable/losable
  • Complex asset management software
  • Obsessive organization — practical beats perfect
  • Tracking consumables — that's shopping list territory

Lending Tracking

  • Item lent to whom, when
  • Expected return date
  • Reminder if not returned
  • "Who has my drill?" → instant answer

Maintenance Tracking

  • Items needing regular maintenance
  • Last serviced date
  • Service schedule: HVAC filters, etc.
  • Link to home maintenance if using that system

Integration Points

  • Home: maintenance schedules
  • Receipts: purchase documentation
  • Insurance: claims preparation
  • Moving: box contents tracking
Usage Guidance
This skill appears coherent and low-risk, but review how it will store sensitive data before use. Expect it to create a ~/inventory/ directory and to ask you to upload or provide photos, receipts, and serial numbers — it does not declare access to your email or passwords, so do not give credentials. If you intend to catalog high‑value items, consider storing the inventory in an encrypted folder or backup, and deny any requests to access external mailboxes or cloud drives unless you explicitly trust and authorize that action.
Capability Analysis
Type: OpenClaw Skill Name: inventory Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'inventory' appears benign. The `_meta.json` file contains standard metadata. The `SKILL.md` file outlines the desired behavior for an AI agent to manage a personal inventory system, including creating a `~/inventory/` workspace and tracking item details. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. All described actions are directly relevant to the stated purpose of inventory management and do not suggest any intent to harm or compromise the system.
Capability Assessment
Purpose & Capability
Name and description (personal inventory) align with the instruction-only content: creating ~/inventory/, organizing item files, tracking location/value/warranty, photos, receipts, and simple filters. There are no unrelated required binaries, env vars, or installs.
Instruction Scope
SKILL.md is scoped to cataloging items and creating a ~/inventory/ workspace. It suggests storing photos, receipts, and purchase confirmation emails but does not explicitly instruct the agent to access the user's mailboxes or other private services. This is slightly open-ended: the agent may need user-supplied files or explicit permission before reading local files or external accounts. No explicit instructions to exfiltrate data appear.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing will be downloaded or written by an installer; risk from installation is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths. Requested capabilities (file creation under the user's home directory) are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated or permanent platform privileges. Autonomous invocation is allowed by default but is normal; the skill does not modify other skills or system-wide config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install inventory
  3. After installation, invoke the skill by name or use /inventory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug inventory
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Inventory?

Build a personal inventory system for home items, valuables, and equipment tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 1501 downloads so far.

How do I install Inventory?

Run "/install inventory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Inventory free?

Yes, Inventory is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Inventory support?

Inventory is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Inventory?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments