Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

longevity-os长寿操作系统

Agent Skill

longevity-os 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,402

周安装

275

GitHub Stars

公开资料未说明

下载量

2,244
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install longevity-os

简介

longevity-os 将健康对话路由至营养记录、健康概况等功能模块。

  • 适合在 OpenClaw 中处理自然语言健康咨询时使用。
  • 通过 clawhub 安装并使用 openclaw skills install longevity-os 命令部署。
  • 使用前需确认各子技能的功能边界与数据流向。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
compound-clawskill
description
Meta-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.
user-invocable
true

Compound Clawskill

Use this skill when:

  • the user wants an overview of everything available in this repository
  • the user wants to know how to install the bundled skills in this directory
  • the user sends a health-related message that could be handled by one of the sub-skills
  • the user wants links to the repository or the bundled skills/ directory

Natural language routing:

The agent should understand user intent from natural conversation and route to the right sub-skill without requiring slash commands. Examples:

  • "had chicken and rice for lunch" → route to snap (meal logging)
  • "I want to improve my sleep" → route to health (profile update)
  • "why have I been sleeping poorly?" → route to insights (pattern discovery)
  • "any longevity news today?" → route to news (digest)
  • "how's my nutrition looking this week?" → route to snap (weekly summary)

Slash commands (/snap, /health, /news, /insights) are supported as legacy shortcuts, but the primary interaction mode is natural language.

Repository links:

  • repo root: https://github.com/compound-life-ai/longClaw/tree/main
  • skills directory: https://github.com/compound-life-ai/longClaw/tree/main/skills
  • install guide entry point: https://github.com/compound-life-ai/longClaw/blob/main/README.md

When helping the user:

  1. Explain that this repository is a multi-skill OpenClaw bundle, not just a single skill.
  2. Fetch and summarize how installation works from README.md and docs/install.md.
  3. Inspect the skill definitions under skills/ to explain features, functionality, and usage.
  4. Point the user to the most relevant subskill instead of answering only at a high level when a specific workflow is clearly a better fit.
  5. Mention the repository links above so the user can fetch the directory directly.

Install summary:

  1. Clone https://github.com/compound-life-ai/longClaw.
  2. Change into the repository.
  3. Run python3 scripts/install_bundle.py.
  4. Run python3 scripts/install_bundle.py --verify.
  5. Start a fresh OpenClaw session.
  6. Verify that /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 enrichment
  • health: Apple Health XML import plus structured questionnaire-style health profile updates
  • news: curated daily digest for health, longevity, nutrition, sleep, exercise, and aging topics
  • insights: structured self-experiments, check-ins, analysis, and gap-aware recommendations
  • daily-coach: cron-oriented daily health coaching message built from nutrition, health, experiment, and curated news context

What to inspect for details:

  • README.md for installation, verification, cron setup, and bundle-level architecture
  • docs/install.md for the direct install workflow
  • skills/snap/SKILL.md for meal logging behavior and payload shape
  • skills/health/SKILL.md for Apple Health import and questionnaire flows
  • skills/news/SKILL.md for curated digest behavior
  • skills/insights/SKILL.md for experiment creation, check-ins, and analysis
  • skills/daily-coach/SKILL.md for the scheduled coaching workflow

If 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.39%
按下载量换算1,939

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills