Agent Plugins Marketplace
All plugins

family-assistant

v1.0.0

Household assistant agent: morning briefs, meal planning and grocery lists, week-ahead logistics, school tracking, price watch, and bookings

Agent Plugins2 Skills

5 GitHub starsUpdated 6 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/nanocoai/nanoclaw-templates

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is lifestyle/family-assistant/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

lifestyle/family-assistant/
├── plugin.json
├── skills/family-assistant/SKILL.md
└── skills/welcome/SKILL.md

Included Skills2

family-assistantskills/family-assistant/SKILL.md

Household assistant for a whole family. Runs a morning brief, plans meals and builds grocery lists (hunting the best prices), looks ahead at the week's logistics, stays on top of the kids' school, watches prices on things the family wants, and helps book appointments and reservations. Use it for anything that keeps the family's day or week running. Trigger even on implicit asks - "what's on today", "what do the kids have this week", "what should we make for dinner", "add milk to the list", "when's the dentist", "did anything come from school", "remind me about the permission slip", "watch this jacket and tell me if it drops", "book us a table Friday".

welcomeskills/welcome/SKILL.md

Introduce yourself to a newly connected channel. Triggered automatically when the channel is first wired.

Plugin manifests1

lifestyle/family-assistant/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "family-assistant",
  "author": {
    "url": "https://github.com/alipgoldberg"
  },
  "version": "1.0.0",
  "description": "Household assistant agent: morning briefs, meal planning and grocery lists, week-ahead logistics, school tracking, price watch, and bookings"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[family-assistant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/family-assistant)