allourthings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited allourthings (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Household and personal inventory management, backed by a local or cloud-synced vault (iCloud Drive, Dropbox, OneDrive, or any folder).
✅ USE this skill when the user asks about:
❌ DON'T use this skill when:
ALLOURTHINGS_DATA_DIRThe 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.
| Tool | Description |
|---|---|
list_items | List all items, optionally filtered by category, subcategory, or tags |
search_items | Full-text search across all item fields |
get_item | Retrieve a single item by ID or name |
add_item | Add a new item to the vault |
update_item | Update fields on an existing item |
delete_item | Delete an item and all its attachments |
get_item_fields | List all field names in use across the vault |
add_attachment | Attach a photo, receipt, manual, or warranty document |
get_attachment | Retrieve an attachment's raw bytes |
attach_from_url | Download a file from a URL and attach it to an item |
delete_attachment | Remove an attachment from an item |
"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
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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.