TopRank Skills

Home / Claw Skills / 机器人 / family-partner
Official OpenClaw rules 40%

family-partner

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 family-partner 技能。 若已安装,则直接安装 family-partner 技能。

Overview

Skill Key
ai-plusplus/family-partner
Author
AI-PlusPlus
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/ai-plusplus/family-partner
Latest Commit SHA
b9cdf558aa5fc11427173f698656520fe441ee03

Extracted Content

SKILL.md excerpt

# Family Partner Skills Suite

## Overview

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.

## Included Skills

### 1. Family Calendar (📅)
**Purpose:** Create, view, and manage family schedules and events.

**Key Features:**
- View today/tomorrow/this week's schedule
- Create new events with participants and location
- Delete or modify existing events
- Query events by participant

**When to use:**
- User asks about today's/tomorrow's schedule
- User wants to create or delete an event
- User wants to check someone's schedule

**Example:**
```bash
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"
```

---

### 2. Family Tasks (✅)
**Purpose:** Manage to-do lists and shopping lists for the family.

**Key Features:**
- Add, view, complete, and delete tasks
- Assign tasks to family members
- Support for todo and shopping list types
- Batch add shopping items

**When to use:**
- User wants to add a to-do item
- User wants to view task list
- User wants to complete/delete a task
- User wants to assign a task to someone

**Example:**
```bash
sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO tasks (id, title, type, assignee) \
   VALUES ('t20260302150000', 'Doctor appointment', 'todo', 'Mom')"
```

---

### 3. Family Memory (💭)
**Purpose:** Record and query family member preferences, allergies, and important information.

**Key Features:**
- Store preferences, dislikes, allergies
- Record important information (medical, school, work)
- Track habits and goals
- Quick lookup by member or type

**When to use:**
- User wants to record family member preferences/allergies
- User asks about someone's preferences
- User says "remember..."

**Example:**
``...

README excerpt

# Family Partner - OpenClaw Skills Suite

[![ClawHub](https://img.shields.io/badge/ClawHub-Skill%20Registry-blue)](https://clawhub.ai/)
[![OpenClaw](https://img.shields.io/badge/OpenClaw-Compatible-green)](https://github.com/openclaw/openclaw)
[![Version](https://img.shields.io/badge/version-1.0.0-orange)]()
[![License](https://img.shields.io/badge/license-MIT-blue)]()

> 🏠 **AI-Powered Family Intelligence Suite** - Making family management as simple as chatting

## 📖 Introduction

Family Partner is a complete home management solution designed for OpenClaw. With just one installation, you get:

### 🎯 Core Value Proposition

- **📅 Unified Calendar Management** - Create, view, delete family events; support for today/tomorrow/this week queries
- **✅ Smart Task Management** - To-do items, shopping lists, task assignment to family members
- **💭 Family Memory Network** - Record preferences, allergies, contraindications; AI proactive reminders
- **📊 Invisible Labor Tracking** - Visualize household contributions, promote family fairness
- **⏰ Family Time Recording** - Cherish every family activity, generate beautiful memories
- **🌅 Morning Briefing** - Daily automatic push of today's schedule, never forget important tasks
- **🎉 Anniversary Manager** - Birthday and wedding anniversary reminders, never miss important moments
- **🛒 Shopping Prediction** - Smart reminders based on consumption rate, continuous supply of essentials
- **🗳️ Voting & Decisions** - Democratic family decision-making, minority follows majority
- **🏆 Milestone Recording** - Witness every step of child growth, record family highlight moments
- **🎯 Family Challenges** - Gamified family activities, making persistence more interesting

## ✨ Features

### 🚀 Core Advantages

- **Cross-Platform Compatible** - Full support for Windows, macOS, Linux
- **Lightweight Implementation** - Uses SQLite database, no complex deployment needed
- **Privacy-First** - All data stored locally (`~/.openclaw/fami...

Related Claw Skills