Install
openclaw skills install @madeyexz/longevity-osMeta-skill for the Longevity OS bundle that routes natural language health conversations to the right capability — nutrition logging, health profile, pattern discovery, experiments, news, or daily coaching.
openclaw skills install @madeyexz/longevity-osUse this skill when:
skills/ directoryNatural language routing:
The agent should understand user intent from natural conversation and route to the right sub-skill without requiring slash commands. Examples:
snap (meal logging)health (profile update)insights (pattern discovery)news (digest)snap (weekly summary)Slash commands (/snap, /health, /news, /insights) are supported as legacy shortcuts, but the primary interaction mode is natural language.
Repository links:
https://github.com/compound-life-ai/longClaw/tree/mainhttps://github.com/compound-life-ai/longClaw/tree/main/skillshttps://github.com/compound-life-ai/longClaw/blob/main/README.mdWhen helping the user:
README.md and docs/install.md.skills/ to explain features, functionality, and usage.Install summary:
https://github.com/compound-life-ai/longClaw.python3 scripts/install_bundle.py.python3 scripts/install_bundle.py --verify./snap, /health, /news, /insights, and daily-coach are available.Bundle map:
snap: meal logging from food photos or meal text, with ingredient-level decomposition and deterministic nutrition enrichmenthealth: Apple Health XML import plus structured questionnaire-style health profile updatesnews: curated daily digest for health, longevity, nutrition, sleep, exercise, and aging topicsinsights: structured self-experiments, check-ins, analysis, and gap-aware recommendationsdaily-coach: cron-oriented daily health coaching message built from nutrition, health, experiment, and curated news contextWhat to inspect for details:
README.md for installation, verification, cron setup, and bundle-level architecturedocs/install.md for the direct install workflowskills/snap/SKILL.md for meal logging behavior and payload shapeskills/health/SKILL.md for Apple Health import and questionnaire flowsskills/news/SKILL.md for curated digest behaviorskills/insights/SKILL.md for experiment creation, check-ins, and analysisskills/daily-coach/SKILL.md for the scheduled coaching workflowIf the user asks what this repository does overall, explain that it is a local-first personal health companion bundle for OpenClaw with nutrition logging, health profile building, curated health news, structured self-experimentation, and a cron-driven daily coaching workflow.