Family Partner - AI-Powered Family Assistant Skills Suite A comprehensive collection of 11 family management skills including calendar, tasks, memory, labor tracking, milestones, anniversaries, voting, challenges, and more.
Family Partner is a complete family management solution powered by AI. It includes 11 integrated skills that work together to help families organize their daily lives, track important information, and create lasting memories.
Purpose: Create, view, and manage family schedules and events.
Key Features:
When to use:
Example:
sqlite3 ~/.openclaw/family-partner/family.db \
"SELECT time(start_time), title, participants, location \
FROM events \
WHERE date(start_time) = date('now') \
ORDER BY start_time"
Purpose: Manage to-do lists and shopping lists for the family.
Key Features:
When to use:
Example:
sqlite3 ~/.openclaw/family-partner/family.db \
"INSERT INTO tasks (id, title, type, assignee) \
VALUES ('t20260302150000', 'Doctor appointment', 'todo', 'Mom')"
Purpose: Record and query family member preferences, allergies, and important information.
Key Features:
When to use:
Example:
sqlite3 ~/.openclaw/family-partner/family.db \
"INSERT INTO memories (id, member_name, type, content) \
VALUES ('m20260302150000', 'Ethan', 'allergy', 'Allergic to peanuts')"
Purpose: Track invisible household labor and analyze fairness.
Key Features:
When to use:
Example:
sqlite3 ~/.openclaw/family-partner/family.db \
"INSERT INTO labor (id, member_name, type, duration, date) \
VALUES ('l20260302150000', 'Mom', 'cooking', 60, date('now'))"
Purpose: Record and review family quality time activities.
Key Features:
When to use:
Example:
sqlite3 ~/.openclaw/family-partner/family.db \
"INSERT INTO family_time (id, activity, participants, duration, date) \
VALUES ('f20260302150000', 'Watch movie', 'Dad,Mom,Ethan', 120, date('now'))"
Purpose: Daily morning briefing with all important family information.
Key Features:
When to use:
Example Output:
☀️ Good morning! Today is March 2, 2026, Monday
📅 Today's Schedule: