Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计提醒

family-ai-starter家庭 AI 启动器

Agent Skill

family-ai-starter 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,293

周安装

140

GitHub Stars

公开资料未说明

下载量

1,154
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install family-ai-starter

简介

将 OpenClaw 空间转变为家庭助理,支持作业辅导和日程管理。

  • 适用于多子女家庭的时间协调和生活事务辅助场景。
  • 可集成日历、通讯和膳食计划等功能模块。family-ai-starter 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 需家庭成员授权共享日程和数据访问权限。
  • 涉及未成年人信息时应严格遵守隐私保护规定。

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.91%
按下载量换算1,118

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills