← 返回 Skills 市场
dobrinalexandru

VITA — Longevity Intelligence

作者 Alex Dobrin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
406
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vita-app
功能描述
Access the user's personal health data from VITA, their longevity platform. Use this when the user asks about their health, how they're feeling today, sleep,...
安全使用建议
This skill appears to do what it says (call VITA and return health insights), but the published metadata does not match the runtime instructions. Before installing: 1) Confirm you trust the skill publisher and VITA (no homepage or known source is provided). 2) Be comfortable storing an API key in ~/.openclaw/openclaw.json (it will be in plain JSON unless you take extra precautions). 3) Prefer creating a least-privilege VITA API key you can revoke, and rotate/revoke it if you stop using the skill. 4) Verify the API URL is the official VITA endpoint and watch for any unexpected network calls when using the skill. 5) If you need stronger protection, ask the skill author to declare required env/config in the registry metadata or to support a more secure secret storage option. If you cannot verify the author/source or are uncomfortable storing the key in your agent config, do not enable the skill.
功能分析
Type: OpenClaw Skill Name: vita-app Version: 1.0.0 The skill accesses sensitive personal health data via an API, which is a high-risk operation, even if it's the stated purpose. It uses `curl` with dynamic parameters (`action`) to interact with the API, as shown in `SKILL.md`. While intended for legitimate API calls to `app.vitadao.com`, the dynamic nature of the `action` parameter in a shell command introduces a potential shell injection vulnerability if the AI agent's input sanitization is insufficient. There is no evidence of intentional malicious behavior, but the combination of sensitive data access and a potential command injection vector classifies it as suspicious.
能力评估
Purpose & Capability
The skill name/description (VITA health data) aligns with the actions documented in SKILL.md (get_daily_insight, get_todays_outlook, get_protocols). However, the registry metadata lists no required environment variables or credentials while SKILL.md explicitly instructs the user to add VITA_API_KEY and VITA_API_URL to ~/.openclaw/openclaw.json. That metadata omission is inconsistent.
Instruction Scope
SKILL.md is narrowly scoped to calling the VITA API and interpreting results; it does not ask the agent to read unrelated files or exfiltrate arbitrary data. It does, however, instruct the user to modify the agent config file (~/.openclaw/openclaw.json) to store a bearer API key — this is within the skill's operational needs but should be flagged because the skill metadata didn't declare that requirement.
Install Mechanism
This is an instruction-only skill with no install spec or code files. That lowers surface risk because nothing is downloaded or executed automatically.
Credentials
The SKILL.md requires a VITA_API_KEY and VITA_API_URL (a bearer token and endpoint). The registry metadata, however, claims 'Required env vars: none' and 'Required config paths: none' — an inconsistency. Also, the instructions direct storing the API key in cleartext inside ~/.openclaw/openclaw.json, which increases risk if that file is not protected or is backed up/shared.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The SKILL.md asks the user to enable the skill in the agent config (writing to ~/.openclaw/openclaw.json) so it can run; writing its own enablement settings is typical, but the metadata omitted that the config path is used.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vita-app
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vita-app 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vita-app skill. - Connects to VITA to provide users with personal health data and daily AI insights. - Supports fetching today’s AI summary, wearable metrics (Oura/WHOOP), and active supplement protocols. - Includes setup instructions for API key and environment configuration. - Describes three main actions: get_daily_insight, get_todays_outlook, and get_protocols. - Outlines recommended usage patterns for querying and presenting health data.
元数据
Slug vita-app
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VITA — Longevity Intelligence 是什么?

Access the user's personal health data from VITA, their longevity platform. Use this when the user asks about their health, how they're feeling today, sleep,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 406 次。

如何安装 VITA — Longevity Intelligence?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vita-app」即可一键安装,无需额外配置。

VITA — Longevity Intelligence 是免费的吗?

是的,VITA — Longevity Intelligence 完全免费(开源免费),可自由下载、安装和使用。

VITA — Longevity Intelligence 支持哪些平台?

VITA — Longevity Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VITA — Longevity Intelligence?

由 Alex Dobrin(@dobrinalexandru)开发并维护,当前版本 v1.0.0。

💬 留言讨论