{
  "name": "AllOurThings",
  "description": "AI-powered personal inventory management system. Catalog everything you own and ask natural language questions about your stuff — appliances, warranties, manuals, electronics, collectibles and more. Privacy-first: your data stays in a folder you control, never uploaded to any server.",
  "url": "https://allourthings.io",
  "version": "1.0.0",
  "documentationUrl": "https://allourthings.io/docs",
  "iconUrl": "https://allourthings.io/allourthings-icon.svg",
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "inventory_query",
      "name": "Inventory Query",
      "description": "Ask natural language questions about items in your personal inventory. Find warranties, locate items, check purchase history, and more.",
      "tags": ["inventory", "household", "personal", "search"],
      "examples": [
        "When does my dishwasher warranty expire?",
        "What settings does my washing machine have?",
        "List all appliances in my kitchen",
        "Find items I bought in the last year"
      ]
    },
    {
      "id": "inventory_management",
      "name": "Inventory Management",
      "description": "Add, update, and organise items in your personal inventory. Attach manuals, receipts, photos, and warranty documents to items.",
      "tags": ["inventory", "catalog", "management", "attachments"],
      "examples": [
        "Add my new laptop to my inventory",
        "Update the warranty date for my fridge",
        "Attach the manual PDF to my coffee machine",
        "Delete the blender from my inventory"
      ]
    }
  ]
}
