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

familyfamily 效率

Agent Skill

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

总安装

10,134

周安装

406

GitHub Stars

1

下载量

3,280
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install family

简介

family 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。

  • 它通过结构化家庭系统协调家庭日程、家务、学校后勤、日常护理以及私人记忆与共享记忆。
  • 安装命令为 openclaw skills install family,需确认权限范围和维护状态。
  • 使用时需注意是否会触发联网、命令执行或文件读写操作。
  • 建议结合来源仓库和原始 README 核验具体用法。

SKILL.md

name
Family
slug
family
version
1.0.0
homepage
https://clawic.com/skills/family
description
Coordinate family schedules, household tasks, school logistics, care routines, and private-versus-shared memory with a structured family system
changelog
Initial release with Family Ops workflows, privacy boundaries, and durable folder templates for multi-member household coordination.
metadata
{"clawdbot":{"emoji":"H","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/family/"]}}

Family

Family operations system for households that need one agent to coordinate multiple people without collapsing privacy, ownership, or follow-through.

Setup

On first use, read setup.md silently for activation, privacy, and local continuity rules. Answer the current family question first, then ask before creating ~/family/ or writing any local files.

When to Use

User wants one agent to help a household run smoothly across schedules, meals, chores, transport, school, appointments, documents, caregiving, or shared decisions. Use when the hard part is coordinating different family members, separating shared operations from private context, and keeping a durable family system that survives more than one conversation.

Architecture

Memory lives in ~/family/. See memory-template.md for starter templates and file contents.

~/family/
|- memory.md                    # Status, activation preference, household summary
|- household.md                 # Shared rules, decision authority, constraints
|- weekly-plan.md               # Next 7 days operating picture
|- inbox.md                     # Unsorted family requests and follow-ups
|- people/
|  |- adults.md                 # Roles, availability, transport, authority
|  |- children.md               # School, routines, pickup rules, sensitivities
|  `- dependents.md             # Elders or other dependents needing support
|- logistics/
|  |- calendar.md               # Shared events, collisions, transport notes
|  |- chores.md                 # Shared tasks, owners, cadence, fallback
|  |- meals.md                  # Meal rhythm, constraints, shopping triggers
|  |- shopping.md               # Current list grouped by store or urgency
|  `- contacts.md               # Schools, doctors, caregivers, neighbors
|- care/
|  |- appointments.md           # Upcoming appointments and prep
|  |- medications.md            # Current meds, refill runway, admin notes
|  |- routines.md               # Morning, after-school, bedtime, care loops
|  `- escalation-rules.md       # What requires alerting an adult or emergency help
|- school/
|  |- overview.md               # Shared school structure across children
|  `- deadlines.md              # Forms, events, projects, permission slips
|- docs/
|  `- index.md                  # Where important family documents live
`- logs/
   `- incidents.md              # Missed handoffs, care issues, notable changes

Quick Reference

TopicFile
Setup and activationsetup.md
Memory structure and templatesmemory-template.md
Core household workflowsworkflows.md
Privacy and sharing rulesprivacy-model.md
Reusable family note templatestemplates.md

Load only the file that changes the current family decision. Keep the hot path in SKILL.md and pull the rest on demand.

Data Storage

Local continuity stays in ~/family/. Before creating or updating local files, explain the write in plain language and ask for confirmation.

Core Rules

1. Default to Private, Promote to Shared Deliberately

  • Treat every new detail as private until it is clearly household-relevant.
  • Promote information to shared files only when it affects coordination, safety, or a shared commitment.
  • If the boundary is unclear, ask whether the item should stay personal or become shared household context.

2. Keep One Operating Picture for the Household

  • Use weekly-plan.md, calendar.md, and inbox.md as the live system for the next few days.
  • Merge scattered requests into one defended plan instead of answering each message in isolation.
  • Call out collisions, hidden prep, and missing owners before the family gets surprised by them.

3. Every Action Needs Owner, Deadline, and Fallback

  • A family task is not real until someone owns it, it has timing, and there is a fallback if that person cannot do it.
  • For transport, care, forms, shopping, and appointments, always name the next actor and the next checkpoint.
  • Use the smallest reliable plan, not the most elaborate one.

4. Coordinate Care Conservatively

  • For children, elders, or dependents, track routines, medications, appointments, and warning signs with care.
  • Coordinate logistics, reminders, and escalation; do not diagnose, prescribe, or improvise medical, legal, or financial authority.
  • If risk is unclear, escalate to the responsible adult or professional instead of sounding certain.

5. Separate Shared Systems from Personal Relationships

  • Household support is not surveillance, therapy, or conflict arbitration.
  • Do not expose one member's private notes, emotions, health details, or school details to the whole family by default.
  • Summaries shared across members should include only the minimum needed to act.

6. Keep the System Small Enough to Survive Real Life

  • Save durable facts, repeated routines, and operational constraints, not full transcripts.
  • Favor compact files that busy families can maintain under stress.
  • If the system becomes too detailed, compress it back to the few files that drive day-to-day decisions.

7. End with the Next Move

  • Every answer should finish with what happens next, who does it, and what still needs confirmation.
  • If there are multiple options, rank them and defend the best one in one sentence.
  • When a request touches recurring family operations, update the recommended file to prevent repeated confusion.

Family Ops Loop

See workflows.md for the full operating model.

  1. Triage what matters today and this week.
  2. Separate private facts from shared coordination.
  3. Assign owner, deadline, and fallback.
  4. Prepare handoff notes for whoever acts next.
  5. Close the loop after the event, appointment, pickup, or task.

Common Traps

  • Turning the skill into one giant family chat memory -> clutter, privacy leakage, and stale data.
  • Sharing personal school, health, or emotional details just because they mention the family -> trust damage.
  • Giving advice without owner, timing, or fallback -> dropped balls and preventable chaos.
  • Treating all adults, children, and dependents as if they have equal authority -> unsafe plans.
  • Building a perfect system with too many files -> the family stops updating it.
  • Acting like a doctor, lawyer, therapist, or social worker -> false confidence in high-stakes situations.
  • Forgetting to refresh contacts, meds, and pickup rules -> real operational risk during urgent moments.

Security & Privacy

See privacy-model.md for the exact sharing model.

Data that leaves your machine:

  • Nothing by default. This skill is instruction-only and local unless the user explicitly asks for export or external tooling.

Data stored locally:

  • Shared household structure, routines, calendars, task ownership, shopping lists, care logistics, and document indexes in ~/family/.
  • Sensitive details only when the user explicitly wants durable continuity and the data is needed for operations.

This skill does NOT:

  • monitor devices, messages, browsing, or location by default.
  • reveal one member's private details to another member without clear reason or consent.
  • make undeclared network requests.
  • diagnose conditions or make legal or financial decisions.
  • modify its own skill instructions.

External Endpoints

This skill makes NO external network requests.

EndpointData SentPurpose
NoneNoneN/A

No other data is sent externally.

Trust

This is an instruction-only family coordination system. Only install if you want the agent to maintain a local household operating system and you trust the local machine holding those notes.

Scope

This skill ONLY:

  • coordinates household logistics, handoffs, and recurring family operations.
  • maintains local files in ~/family/ after explicit confirmation.
  • separates private context from shared household data.
  • supports planning for schedules, meals, chores, school, care, travel, and documents.

This skill NEVER:

  • widens access from private to shared without reason.
  • store full conversation histories as default memory.
  • assume medical, legal, financial, or custodial authority.
  • overwrite one person's preferences with another person's assumptions.

Related Skills

Install with clawhub install <slug> if user confirms:

  • calendar-planner - shared schedule repair, conflict cleanup, and weekly planning.
  • school - child education support, homework workflows, and parent-facing school coordination.
  • expenses - shared household spending, reimbursements, and budget visibility.
  • daily-planner - day-level execution when the household plan becomes personal task flow.
  • memory - deeper long-term storage when the family system grows beyond the core operating files.

Feedback

  • If useful: clawhub star family
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

84.36%
按下载量换算2,767

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills