← 返回
未分类 中文

AllOurThings

Household and personal inventory management. Use this skill to add, find, update, search, or delete items in the user's AllOurThings vault — covering anythin...
家庭与个人库存管理。使用此技能可在 AllOurThings 保险库中添加、查找、更新、搜索或删除任何物品。
matt-harding matt-harding 来源
未分类 clawhub v1.0.0 1 版本 99668.9 Key: 无需
★ 0
Stars
📥 301
下载
💾 0
安装
1
版本
#latest

概述

AllOurThings

Household and personal inventory management, backed by a local or cloud-synced

vault (iCloud Drive, Dropbox, OneDrive, or any folder).

When to Use

USE this skill when the user asks about:

  • Their belongings, possessions, or household items
  • Appliances, electronics, tools, furniture, vehicles, collectibles
  • Warranties — "is my TV still under warranty?", "what warranties are expiring?"
  • Purchase history — "when did I buy my washing machine?", "how much did I pay?"
  • Finding something — "where did I put my drill?", "do I own a label maker?"
  • Adding or cataloguing a new item
  • Searching across their inventory — "list all Bosch appliances"
  • Attaching or retrieving photos, receipts, manuals, or warranty documents

When NOT to Use

DON'T use this skill when:

  • The user is asking about general product information or reviews (no inventory context)
  • The question is about shopping or buying something new (unless checking existing inventory first)
  • The vault is not configured — prompt the user to set ALLOURTHINGS_DATA_DIR

Setup

The user must set ALLOURTHINGS_DATA_DIR to the path of their AllOurThings

vault folder.

# Example — iCloud Drive vault
export ALLOURTHINGS_DATA_DIR="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Documents/allourthings-vault"

# Example — Dropbox
export ALLOURTHINGS_DATA_DIR="$HOME/Dropbox/AllOurThings"

# Example — local folder
export ALLOURTHINGS_DATA_DIR="$HOME/Documents/AllOurThings"

Add this to your shell profile (~/.zshrc, ~/.bashrc) to make it permanent.

The vault is a plain folder of JSON files — create it anywhere you like, or

point it at an existing folder to start cataloguing immediately.

Available Tools

ToolDescription
-------------------
list_itemsList all items, optionally filtered by category, subcategory, or tags
search_itemsFull-text search across all item fields
get_itemRetrieve a single item by ID or name
add_itemAdd a new item to the vault
update_itemUpdate fields on an existing item
delete_itemDelete an item and all its attachments
get_item_fieldsList all field names in use across the vault
add_attachmentAttach a photo, receipt, manual, or warranty document
get_attachmentRetrieve an attachment's raw bytes
attach_from_urlDownload a file from a URL and attach it to an item
delete_attachmentRemove an attachment from an item

Example Interactions

"What electronics do I own?"

list_items with category: "Electronics"

"Is my dishwasher still under warranty?"

search_items for "dishwasher", check warranty_expires

"I just bought a Dyson V15 vacuum for £499"

add_item with name, brand, purchase price, and date

"Show me everything I bought from Amazon last year"

search_items for "Amazon" or list_items filtered by retailer

"Attach the receipt for my MacBook"

add_attachment with kind receipt

CLI

AllOurThings also ships a standalone CLI (@allourthings/cli) for scripting

and automation outside of an AI session:

npx @allourthings/cli list
npx @allourthings/cli search "bosch"
npx @allourthings/cli add --name "Dyson V15" --category "Appliances"

Set ALLOURTHINGS_DATA_DIR or pass --data-dir to point at your vault.

Notes

  • Data is stored as plain JSON files — fully portable, no lock-in
  • Works with any sync provider that exposes a local folder path (iCloud Drive, Dropbox, OneDrive, etc.)
  • The MCP server and CLI share the same vault format — interchangeable

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 02:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,416
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,226 📥 267,812
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,081 📥 809,966