← 返回 Skills 市场
ivangdavila

Inventory

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
1501
总下载
2
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install inventory
功能描述
Build a personal inventory system for home items, valuables, and equipment tracking.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install inventory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /inventory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug inventory
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Inventory 是什么?

Build a personal inventory system for home items, valuables, and equipment tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1501 次。

如何安装 Inventory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install inventory」即可一键安装,无需额外配置。

Inventory 是免费的吗?

是的,Inventory 完全免费(开源免费),可自由下载、安装和使用。

Inventory 支持哪些平台?

Inventory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Inventory?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论