allourthings

allourthings is a skill for Claude Code, Codex from matt-harding/allourthings-mcp. It costs 93 tokens per session (1,142 once invoked), scanned A, original, MIT.

A skill for managing a personal catalogue of owned items in an AllOurThings vault. The catalogue can include household goods, electronics, tools, furniture, vehicles, warranties, receipts, manuals, photos, and other attachments.

In plain words
What is it for?
Use it to add, find, update, search, or remove items and to retrieve related receipts, manuals, photos, or warranty documents.
Why use it?
It gives one place to record and find information about possessions, purchases, documents, and warranty dates. It also clarifies that the vault folder must be configured before the skill can work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to add, find, update, search, or remove items and to retrieve related receipts, manuals, photos, or warranty documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matt-harding/allourthings-mcp/openclaw-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add matt-harding/allourthings-mcp --skill openclaw-skill
Clone the repo
git clone --depth 1 https://github.com/matt-harding/allourthings-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for allourthings

README.md
[![agentmods](https://agentmods.dev/badge/skills/matt-harding/allourthings-mcp/openclaw-skill.svg)](https://agentmods.dev/skills/matt-harding/allourthings-mcp/openclaw-skill)
Your own site
<a href="https://agentmods.dev/skills/matt-harding/allourthings-mcp/openclaw-skill"><img src="https://agentmods.dev/badge/skills/matt-harding/allourthings-mcp/openclaw-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,142 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.01142
Opus 5 $0.00046 $0.00571
Sonnet 5 $0.00019 $0.00228
Haiku 4.5 $0.00009 $0.00114

Measured 8d ago against content hash 692811b56927, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

allourthings scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/openclaw-skill/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

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

Read the full file on GitHub · 137 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 137 lines · 93 tokens per session scan A 692811b56927

Subscribe to this mod's changes

allourthings is a skill published in the GitHub repository matt-harding/allourthings-mcp (1 stars, last pushed 4mo ago), licensed MIT. It adds 93 tokens to every session and 1,142 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.