Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

family-partner家庭伙伴

Agent Skill

family-partner 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,353

周安装

378

GitHub Stars

公开资料未说明

下载量

3,084
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:family-partner(家庭伙伴)
来源仓库:https://github.com/ai-plusplus/family-partner
安装命令:
openclaw skills install family-partner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install family-partner

简介

Family Partner 提供 AI 驱动的家庭助理服务,涵盖日历、任务、记忆等 11 项管理技能。

  • 适用于家庭日程规划、成员协调和日常事务自动化处理场景。
  • 通过 OpenClaw 宿主调用,需安装 clawhub 并确认权限范围后使用。
  • 使用前应检查维护状态,避免触发敏感操作或文件读写请求。
  • 建议结合原始 README 文档了解具体功能边界和使用限制。

SKILL.md

name
family-partner
description
|
version
1.0.0
author
AI-PlusPlus
license
MIT
emoji
🏠
metadata
openclaw
requires
bins
primaryEnv

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:

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:

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:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO memories (id, member_name, type, content) \
   VALUES ('m20260302150000', 'Ethan', 'allergy', 'Allergic to peanuts')"

4. Family Labor (📊)

Purpose: Track invisible household labor and analyze fairness.

Key Features:

  • Record household chores with duration
  • View daily/weekly/monthly statistics
  • Analyze labor distribution fairness
  • Track various chore types (cooking, cleaning, childcare, etc.)

When to use:

  • User wants to record housework
  • User wants to view labor statistics
  • User wants to analyze fairness

Example:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO labor (id, member_name, type, duration, date) \
   VALUES ('l20260302150000', 'Mom', 'cooking', 60, date('now'))"

5. Family Time (⏰)

Purpose: Record and review family quality time activities.

Key Features:

  • Log family activities (dinner, movies, outings)
  • View activity history
  • Statistics on quality time spent
  • Annual review of family activities

When to use:

  • User wants to record a family activity
  • User wants to review family time
  • User wants statistics on family bonding time

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'))"

6. Family Morning (🌅)

Purpose: Daily morning briefing with all important family information.

Key Features:

  • Today's schedule overview
  • Pending tasks summary
  • Shopping list
  • Upcoming anniversaries reminder
  • Weather tips (if API integrated)

When to use:

  • User requests "morning briefing" or "good morning"
  • Scheduled trigger (e.g., 8 AM daily)
  • User wants quick overview of today's plan

Example Output:

☀️ Good morning! Today is March 2, 2026, Monday

📅 Today's Schedule:
09:00 - Take Ethan to school (Dad)
14:00 - Parent meeting (Mom)
19:00 - Family dinner

📋 To-do Items:
□ Doctor appointment (Mom)
□ Clean garage (Dad)

🛒 Shopping List:
□ Milk
□ Eggs

🎂 Upcoming Anniversaries:
March 5 - Ethan's Birthday 🎉

Have a wonderful day! 🌟

7. Family Anniversary (🎉)

Purpose: Manage important family anniversaries and birthdays.

Key Features:

  • Record birthdays, wedding anniversaries, special dates
  • View upcoming anniversaries (next 7 days)
  • Calculate age from birth year
  • Support multiple anniversary types

When to use:

  • User wants to record an anniversary
  • User asks about upcoming birthdays
  • Need reminder for important dates

Example:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO anniversaries (id, member_name, title, date, year, type) \
   VALUES ('a20260302150000', 'Ethan', 'Ethan Birthday', '03-05', 2018, 'birthday')"

8. Family Shopping (🛒)

Purpose: Shopping prediction based on purchase history.

Key Features:

  • Add items to shopping list
  • View shopping history
  • Analyze purchase frequency
  • Generate shopping suggestions

When to use:

  • User wants to add shopping items
  • User wants to view shopping history
  • User needs shopping suggestions

Example:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO tasks (id, title, type, status) \
   VALUES ('t20260302150000', 'Milk', 'shopping', 'pending')"

9. Family Vote (🗳️)

Purpose: Create and manage family decision voting.

Key Features:

  • Create votes for family decisions
  • Family members can vote
  • View voting results
  • Track active and closed votes

When to use:

  • User wants to initiate a family vote
  • Family needs to make a decision together
  • User wants to see voting results

Example:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO votes (id, title, description, status) \
   VALUES ('v20260302150000', 'Where to go this weekend?', 'Options: Park, Playground, Cinema', 'active')"

10. Family Milestone (🏆)

Purpose: Record important milestone events for family members.

Key Features:

  • Record first times, achievements, growth milestones
  • View milestone history by member
  • Categorize milestones (first, achievement, growth, skill, life)
  • Review growth journey

When to use:

  • User wants to record an important milestone
  • User wants to view someone's milestones
  • Important event occurs (first steps, graduation, etc.)

Example:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO milestones (id, member_name, title, category, date) \
   VALUES ('m20260302150000', 'Ethan', 'First independent steps', 'first', date('now'))"

11. Family Challenge (🎯)

Purpose: Create and manage family challenge activities.

Key Features:

  • Create challenges (exercise, reading, habits)
  • Track participant progress
  • View leaderboards
  • Goal setting and completion tracking

When to use:

  • User wants to start a family challenge
  • User wants to record challenge progress
  • User wants to see rankings

Example:

sqlite3 ~/.openclaw/family-partner/family.db \
  "INSERT INTO challenges (id, title, goal, description, status, start_date) \
   VALUES ('c20260302150000', 'Monthly Exercise Challenge', 30, 'Participant Progress:', 'active', date('now'))"

Technical Specifications

Database Path

All skills use: ~/.openclaw/family-partner/family.db

Cross-Platform Support

All skills use standard SQL commands, fully compatible with Windows, macOS, and Linux. OpenClaw automatically handles path conversions.

ID Generation Pattern

Each skill generates unique IDs using timestamp format:

  • Calendar: e + YYYYMMDDHHMMSS (e.g., e20260302150000)
  • Tasks: t + YYYYMMDDHHMMSS (e.g., t20260302150000)
  • Memory: m + YYYYMMDDHHMMSS (e.g., m20260302150000)
  • Labor: l + YYYYMMDDHHMMSS (e.g., l20260302150000)
  • Family Time: f + YYYYMMDDHHMMSS (e.g., f20260302150000)
  • Anniversary: a + YYYYMMDDHHMMSS (e.g., a20260302150000)
  • Vote: v + YYYYMMDDHHMMSS (e.g., v20260302150000)
  • Milestone: m + YYYYMMDDHHMMSS (e.g., m20260302150000)
  • Challenge: c + YYYYMMDDHHMMSS (e.g., c20260302150000)

Edge Cases Handling

  • Non-existent records: Return appropriate "not found" message
  • Duplicate entries: Warn user and ask for confirmation
  • Empty results: Return "no data available" message
  • Invalid input: Ask user for clarification

Example Interactions

Morning Routine

User: Good morning AI: ☀️ Good morning! Today is March 2, 2026, Monday

📅 Today's Schedule: 09:00 - Take Ethan to school (Dad) 14:00 - Parent meeting (Mom) @ School 19:00 - Family dinner

📋 To-do Items: □ Doctor appointment (Mom) □ Clean garage (Dad)

🛒 Shopping List: □ Milk □ Eggs

🎂 Upcoming: March 5 - Ethan's Birthday 🎉

Have a wonderful day! 🌟

Task Management

User: Buy milk and eggs AI: ✅ Added to shopping list: 🛒 Milk 🛒 Eggs

User: What's on the shopping list? AI: 🛒 Shopping List: □ Milk □ Eggs □ Bread

User: Milk is bought AI: ✅ Completed: Milk 🎉

Recording Memories

User: Remember Ethan is allergic to peanuts AI: ✅ Recorded: Ethan is allergic to peanuts ⚠️ All future food suggestions will take this into account.

User: What does Mom like to eat? AI: ❤️ Mom's Preferences: - Likes hot pot - Likes latte coffee - Likes purple

Labor Tracking

User: Mom cooked for 1 hour today AI: ✅ Recorded: 👤 Mom 🏠 Cooking ⏱️ 60 minutes

User: Show me this month's labor statistics AI: 📊 This Month's Labor Contribution (Total: 90 hours): 👤 Mom: 45 hours (50%) 👤 Dad: 30 hours (33%) 👤 Ethan: 15 hours (17%)

💡 Suggestion: Dad could take on more housework~

Creating Events

User: Remind Dad to take Ethan to dance class next Saturday at 3 PM AI: ✅ Created event: 📅 Time: March 8 (Saturday) 15:00 📝 Event: Dance Class 👥 Participants: Dad, Ethan

Family Voting

User: Let's vote on where to go this weekend AI: ✅ Created vote: 📋 Where to go this weekend?

Options: 1️⃣ Park 2️⃣ Playground 3️⃣ Cinema

Family members can start voting!

Milestone Recording

User: Ethan walked independently for the first time today! AI: ✅ Recorded milestone: 👶 Ethan 🎯 First independent steps 📂 Category: First time 📅 March 2, 2026

This is an important moment in Ethan's growth! 🎉

Family Challenge

User: Start a monthly exercise challenge AI: ✅ Created challenge: 🏆 Monthly Exercise Challenge 🎯 Goal: 30 times 📅 Start Date: March 2, 2026

Family members can join now!

Installation & Setup

Prerequisites

  • OpenClaw >= 0.8.0
  • SQLite3 installed

Database Initialization

The package includes init.sql for database setup. Run:

sqlite3 ~/.openclaw/family-partner/family.db < init.sql

License

MIT License - See LICENSE file for details.

Support

For issues or questions, please visit the project repository.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.07%
按下载量换算2,839

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills