household-state

Track shared household tasks, shopping lists, pantry stock, appointments, and facts via the state MCP server.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/moistalgia/hermes-tools --skill household-state-moistalgia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: household-state
Source: https://github.com/moistalgia/hermes-tools/tree/main/skills-audited/skills/household-state
Command: npx skills add https://github.com/moistalgia/hermes-tools --skill household-state-moistalgia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Households lose track of chores, shopping needs, pantry stock, appointments, and useful facts because this information lives in scattered notes and memory. This Skill centralizes all shared household memory in one MCP server with per-person attribution. ## Core Features & Use Cases - Chores and shopping management: Add, complete, reschedule, and assign tasks; maintain a shopping list that restocks pantry staples automatically when items are bought. - Pantry and facts tracking: Record what is in the house and durable facts like filter sizes or paint colors, then look them up before answering household questions. - Person attribution and phone capture: Attribute every write to the Discord user who asked, link unknown accounts to people, and file incoming phone messages into tasks, shopping, or appointments. - Use Case: A family member says "we're out of olive oil and the vet appointment moved to Friday" — the Skill adds olive oil to the shopping list, zeroes the pantry staple, and reschedules the appointment, all attributed to the speaker. ## Quick Start Ask the assistant to add a chore, check what is on the shopping list, or record a household fact, and it will route the request through the state MCP server with your identity attached.

Frequently Asked Questions about household-state

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage a shared shopping list with an AI assistant?▼

Use the shopping_add, shopping_list, and shopping_bought tools on the state MCP server. Marking items bought automatically restocks matching pantry staples, and shopping_remove handles typos without affecting pantry records.

How do I track household chores for multiple people?▼

Add chores with task_add, assign them by name, and complete them with task_complete. Pass the Discord user id as actor on every write so the history shows who did what, and use household_history to review the week.

What is the difference between a shopping list and a pantry inventory?▼

The shopping list tracks what to buy; the pantry tracks what is in the house. Running out of something means shopping_add plus pantry_set qty=0, while pantry_remove means the household never stocks that item at all.

Can the assistant handle messages sent from a phone?▼

Yes. Phone messages arrive without a Discord id and are stored with capture_add, then filed into tasks, shopping, or appointments with capture_file. Messages are never attributed to a person based on content alone.

Why should household facts be recorded in a central store?▼

Facts like filter sizes, paint colors, and service dates live nowhere else and get forgotten. Recording them with fact_record lets fact_lookup answer "what size" or "when did we" questions accurately months later.