Install
openclaw skills install @living-hi/family-osBuild and operate a privacy-preserving household information system for AI agents and assistants. 用于初始化和持续维护本地家庭工作区,管理家庭事实、计划、项目、决策、提醒、风险、复盘和长期发展路径。 Use for parenting, finance, health, career, housing, insurance, education, logistics, relationships, legal/admin tasks, household records, and "family system" workflows. The skill is generic and must store private household data only in the user's configured local workspace, never inside the skill package.
openclaw skills install @living-hi/family-osUse this skill as a generic household operating system. Keep the skill package reusable and safe to publish. Store all private household information in the configured workspace only.
Resolve the workspace in this order:
FAMILY_OS_HOME when set.~/.family-os/config.yaml when present.scripts/family_os_init.py to create one.Never write household facts, names, finances, medical details, documents, or private decisions into this skill directory.
Choose workspace language in this order:
language from ~/.family-os/config.yaml.FAMILY_OS_LANGUAGE or system locale via scripts/family_os_init.py --language auto.Keep portable directory names stable by default, but generate human-facing file headings and templates in the user's language. Prefer passing an explicit --language <language-code> when the user language is clear. If the initializer does not have a built-in template for the user's language, create the workspace with the closest supported template and then translate the generated headings/content in place.
When the user asks to install, initialize, or set up Family OS:
scripts/family_os_init.py.--workspace <path> when the user provided a desired private workspace path.--language <language-code> when the user language is known; otherwise allow --language auto.--archive-existing when the target workspace already contains legacy material and the user wants a clean Family OS workspace.~/.family-os/config.yaml with the selected workspace and language.scripts/family_os_check.py --workspace <path> after initialization.Read references/workspace-structure.md before changing the directory structure.
When a family-related conversation contains new information:
references/update-rules.md.01-dashboard/household-overview.md01-dashboard/current-priorities.md01-dashboard/this-month.md01-dashboard/risks-and-reminders.mdAsk before writing highly sensitive data when the configured privacy mode requires confirmation, especially for identity documents, medical results, account credentials, legal disputes, exact addresses, or large asset details.
scripts/family_os_init.py; use references/templates.md for generated file intent.scripts/family_os_status.py --workspace <path>.scripts/family_os_check.py --workspace <path>.references/development-path-framework.md, then adapt it to the user's local facts without putting those facts into the skill.--archive-existing, then migrate or summarize legacy material into current files only after reading the relevant legacy files.04-decisions/YYYY-MM-DD-short-title.md and update related project/dashboard files.00-inbox/ first unless the destination is obvious and low-risk.references/privacy-model.md: privacy boundaries and safe-write rules.references/workspace-structure.md: canonical directories and naming.references/update-rules.md: how to classify and write new information.references/workflows.md: task-specific workflows.references/development-path-framework.md: generic household development model.references/templates.md: file templates and required dashboard files.