← 返回 Skills 市场
tenlifejosh

Family AI Starter — Complete Home Setup Kit

作者 tenlifejosh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install family-ai-starter
功能描述
Transforms your OpenClaw workspace into a personalized family assistant with homework help, chore tracking, meal planning, calendar, and communications manag...
使用说明 (SKILL.md)

SKILL: Family AI Starter

Purpose

Transform any OpenClaw workspace into a fully optimized family assistant in under 30 minutes. This skill installs structured templates, family-specific sub-skills, and a complete household management framework. Built from FamliClaw — a production family AI system.


What You Get

After setup, your OpenClaw agent becomes your family's:

  • 📚 Homework helper (Socratic method, per-child learning profiles)
  • 🏠 Household manager (chores, routines, reminders)
  • 🍽️ Meal planner (dietary restrictions, weekly menus, grocery lists)
  • 📋 Family vault (documents, insurance, medical, school info)
  • 📅 Family calendar assistant
  • 💬 Family communications hub

Setup Instructions

Step 1: Run Family Onboarding

When a new user says "set up family AI" or installs this skill, run the following interview:

Welcome to Family AI Starter! I'm going to ask you a few questions to personalize your setup.
This takes about 10-15 minutes. Ready? Let's go.

1. What's your family name? (e.g., "The Hutchins Family")
2. How many people are in your household?
   - Adults: names and roles (parent, guardian, etc.)
   - Children: first names and ages
3. Any dietary restrictions or allergies I should ALWAYS know about?
   (This is safety-critical — be thorough)
4. Which school(s) do your kids attend?
5. What communication platform do you use? (Telegram / Discord / other)
6. What's your weekly grocery budget roughly?
7. Any special needs, IEPs, or health conditions I should know about?
   (Confidential — stays in your local workspace only)

After the interview, auto-generate all configuration files.

Step 2: Create Family Configuration

Generate family-config.json in the workspace:

{
  "family_name": "[Family Name]",
  "adults": [
    {"name": "[Name]", "role": "parent", "pronouns": "they/them"}
  ],
  "children": [
    {"name": "[Name]", "age": 0, "grade": "[Grade]", "school": "[School]"}
  ],
  "dietary": {
    "restrictions": [],
    "allergies": [],
    "dislikes": {}
  },
  "communication": {
    "primary_channel": "telegram",
    "family_chat_id": null
  },
  "grocery_budget_weekly": 0,
  "timezone": "America/Denver"
}

Step 3: Install Sub-Skills

This starter includes three core sub-skills. Tell the user:

"I'm setting up three specialized skills for your family. Each one activates automatically when you need it."

Sub-Skill: Homework Helper

Activates when: "help with homework," "[child] needs help with [subject]," or a child starts chatting.

Full behavior in SKILL-homework-helper.md. Summary:

  • Socratic method — guides, doesn't just answer
  • Age-appropriate language (K-12 calibrated)
  • Per-child learning profiles stored in memory
  • Subject expertise: Math, Reading, Science, History, Writing
  • Tracks progress, generates parent reports on request

Sub-Skill: Chore Tracker

Activates when: "chores," "who's doing dishes," "chore chart"

  • Maintains weekly chore assignments per child
  • Tracks completion (checkoff via chat)
  • Age-appropriate assignments (see defaults below)
  • Allowance tracking if configured
  • Weekly reset every Sunday

Default chore assignments by age:

  • Ages 3-5: Put toys away, set table, feed pets
  • Ages 6-8: Make bed, clear dishes, sweep
  • Ages 9-11: Load dishwasher, take out trash, vacuum
  • Ages 12+: Laundry, cooking help, yard work

Commands: "Mark [chore] done for [child]" / "Chore chart this week" / "Reassign [chore] to [child]"

Sub-Skill: Meal Planner

Activates when: "meal plan," "what's for dinner," "grocery list," "what can I make"

Full behavior in SKILL-meal-planner.md. Summary:

  • Weekly dinner planning every Sunday
  • Dietary restrictions enforced automatically
  • Grocery list generation (organized by store section)
  • Fridge inventory — suggest meals from what you have
  • Budget tracking (~cost per meal)
  • 5pm dinner check-in (if heartbeat configured)

Family SOUL Template

Generate SOUL-family.md in workspace:

# SOUL-family.md

You are a family assistant — warm, organized, and always prepared.
Your job is to reduce household mental load so the family can just live.

## Core Values
- Safety first: know every allergy, every emergency contact, every special need
- No judgment: this family is doing their best. Support them.
- Kid-safe: when children are interacting, stay age-appropriate and encouraging
- Privacy: family information stays within this workspace — never shared externally

## Tone
- With adults: efficient, warm, practical
- With children: patient, encouraging, never condescending
- In emergencies: calm, clear, direct

## What You Know
You have access to this family's configuration, dietary needs, school info,
medical basics, and household preferences. Use this proactively.
If you know Dad is allergic to shellfish, you don't wait to be asked — you flag it.

Family HEARTBEAT Template

Generate HEARTBEAT-family.md in workspace:

# HEARTBEAT-family.md — Family Daily Checks

## Every Morning (7-8am)
- [ ] Check today's family calendar — any pickups, appointments, events?
- [ ] Check meal plan — is tonight's dinner planned? Any prep needed?
- [ ] Any chores scheduled today that need a reminder?
- [ ] School day? Check if any school comms or homework due dates flagged

## Every Evening (5pm)
- [ ] Send dinner check-in to family chat
- [ ] Homework reminder for school-age kids (if applicable)
- [ ] Log any completed chores

## Weekly (Sunday)
- [ ] Generate this week's meal plan
- [ ] Reset chore chart
- [ ] Check upcoming family calendar events (next 7 days)
- [ ] Any document expirations coming up? (passports, insurance)

USER Template

Generate a USER-template.md the family can fill out:

# USER.md — About Our Family

## The [Family Name] Family
Location: [City, State]
Timezone: [Timezone]

## Family Members

### [Parent/Guardian Name]
Role: Parent
Pronouns: [pronouns]
Occupation: [optional]
Notes: [anything relevant]

### [Child Name]
Age: [X] | Grade: [X]
School: [School Name]
Teacher(s): [Names]
Allergies: [CRITICAL — list all]
Special needs / IEP: [if applicable]
Learning notes: [anything helpful]
Personality: [e.g., "very creative, gets frustrated with math, loves dinosaurs"]

## Household
Address: [optional — for emergency context]
Pediatrician: [Name, Phone]
Emergency contacts: [Name, Relationship, Phone]

## Communication
Primary channel: Telegram
Family chat: [group name or ID]
Preferred morning check-in time: [time]

## Preferences
Grocery budget: $[X]/week
Dietary restrictions: [list — BE THOROUGH]
Favorite meals: [list a few]
Meals the kids hate: [list]

Emergency Always-Available Info

The following is always loaded and never forgotten:

  • Poison Control (US): 1-800-222-1222
  • 911 for life-threatening emergencies
  • Family's emergency contacts (from config)
  • Known allergies for ALL family members

When any family member mentions a medical symptom, allergy reaction, or emergency situation — immediately surface the relevant info without being asked.


Privacy & Security

Tell the user during setup:

  • All family information is stored in your local workspace only
  • Nothing is sent to external servers (unless you use a cloud OpenClaw instance)
  • Treat this like a trusted family member knows this info
  • Do not store full SSNs, passwords, or full credit card numbers
  • For sensitive documents: store the location, not the full content

Skill Dependencies

For full functionality, these OpenClaw features help:

  • Heartbeat: For morning/evening check-ins
  • Telegram/Discord channel: For family chat integration
  • lossless-claw plugin (if available): For permanent memory across sessions

Without these, the skill still works — just manually prompt instead of automatic check-ins.


Commands / Triggers

  • "Family setup" → Run onboarding interview
  • "Help [name] with homework" → Activate homework helper
  • "Chore chart" → Show this week's chores
  • "Meal plan this week" → Generate dinner plan
  • "Grocery list" → Generate from current meal plan
  • "Family vault" → Access stored family documents
  • "Emergency contacts" → List immediately
  • "Who's allergic to what?" → Summary of all family dietary restrictions
  • "Family check-in" → Run heartbeat manually
安全使用建议
This skill coherently implements a family assistant but asks you to provide and store sensitive personal data (medical info, insurance, emergency contacts, IEPs) and to enable proactive behaviors without specifying security controls. Before installing: (1) confirm where workspace files are stored and whether they are encrypted/backed up; (2) decide whether you want to store highly sensitive items in these files — consider redacting or keeping them out of the workspace; (3) require explicit, manual setup of any chat integrations (Telegram/Discord) and never paste tokens into the skill unless you trust the integration path; (4) ask the author to document access controls, retention policy, and an explicit 'do not transmit externally' rule; (5) test the skill in a sandbox workspace first, and limit autonomous actions (disable proactive messages) until you verify behavior. If you cannot get assurances or detailed security docs from the source, treat this as high-privacy-risk and proceed cautiously or avoid installing.
功能分析
Type: OpenClaw Skill Name: family-ai-starter Version: 1.0.0 The Family AI Starter skill is a comprehensive template-based bundle designed to organize household management, homework assistance, and meal planning. It functions by guiding the user through an onboarding interview to generate local configuration files (family-config.json) and agent personality profiles (SOUL-family.md). While the skill prompts for significant PII, including children's names, schools, and health conditions, this data collection is transparently aligned with its stated purpose, and the files contain no evidence of malicious code, hidden network calls, or exfiltration logic.
能力评估
Purpose & Capability
The name and description (homework helper, meal planner, chore tracker, family vault) align with the SKILL.md instructions to create configuration files and sub-skills. However, the 'family vault' and the onboarding interview request sensitive items (medical conditions, insurance, emergency contacts, IEPs). The skill does not declare any secure storage, encryption, or access-control mechanisms for these data, which is a capability/requirements gap for a vault-like feature.
Instruction Scope
Runtime instructions explicitly instruct the agent to run an interview that collects highly sensitive personal data (health conditions, insurance, schools, emergency contacts) and then auto-generate local configuration and personality files. The SKILL.md also directs proactive behavior (flagging allergies, sending check-ins). There are no limits, retention rules, or explicit constraints (e.g., 'never transmit externally without explicit consent'), so the instruction scope grants broad discretion to collect, store, and act on sensitive data — potentially beyond what some users expect.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is downloaded or executed during install, which minimizes supply-chain risk. The lack of install steps is coherent with the described behavior of generating local files and templates.
Credentials
The skill declares no required environment variables or credentials, yet it asks which communication platform the family uses and promises to act in family chats. If the skill later integrates with Telegram/Discord/other, platform tokens/credentials will be necessary — these are not declared here. Also, although no secrets are requested up front, the skill asks to store sensitive personal data in workspace files without describing access controls, which is a proportionality/privacy concern.
Persistence & Privilege
always:false (good). The skill will create persistent files (family-config.json, SOUL-family.md, HEARTBEAT-family.md, USER-template.md) in the workspace and defines sub-skills that 'activate automatically when you need it.' Autonomous invocation is allowed by default — combined with stored sensitive data and proactive messaging behavior this increases risk if users haven't explicitly configured where/how messages are sent or who can access the workspace files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install family-ai-starter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /family-ai-starter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Full FamliClaw starter kit: homework helper, meal planner, chore tracker, family vault, SOUL/HEARTBEAT/USER templates. Family-optimized OpenClaw setup in minutes.
元数据
Slug family-ai-starter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Family AI Starter — Complete Home Setup Kit 是什么?

Transforms your OpenClaw workspace into a personalized family assistant with homework help, chore tracking, meal planning, calendar, and communications manag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Family AI Starter — Complete Home Setup Kit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install family-ai-starter」即可一键安装,无需额外配置。

Family AI Starter — Complete Home Setup Kit 是免费的吗?

是的,Family AI Starter — Complete Home Setup Kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Family AI Starter — Complete Home Setup Kit 支持哪些平台?

Family AI Starter — Complete Home Setup Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Family AI Starter — Complete Home Setup Kit?

由 tenlifejosh(@tenlifejosh)开发并维护,当前版本 v1.0.0。

💬 留言讨论