# Send VITA — Longevity Intelligence to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vita-app",
    "name": "VITA — Longevity Intelligence",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/DobrinAlexandru/vita-app",
    "canonicalUrl": "https://clawhub.ai/DobrinAlexandru/vita-app",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/vita-app",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vita-app",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/vita-app"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vita-app",
    "downloadUrl": "https://openagent3.xyz/downloads/vita-app",
    "agentUrl": "https://openagent3.xyz/skills/vita-app/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vita-app/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vita-app/agent.md"
  }
}
```
## Documentation

### Setup

Generate an API key in VITA at Settings → API Keys → New Key.

Then set in ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "vita": {
        "enabled": true,
        "env": {
          "VITA_API_KEY": "vita_<your key>",
          "VITA_API_URL": "https://app.vitadao.com/api/vita-api"
        }
      }
    }
  }
}

### Calling the API

curl "$VITA_API_URL?action=<action>" \\
  -H "Authorization: Bearer $VITA_API_KEY"

### Actions

ActionReturnsget_daily_insightToday's AI-generated summary, outlook (positive/neutral/caution), sleep & training summaries, protocol adherence, recommendationsget_todays_outlookLive wearable metrics for today: sleep score, recovery/readiness, HRV, strain from Oura + WHOOPget_protocolsActive supplement protocols with compound, dosage, unit, timing, frequency

### Usage guidance

Start every health check with get_daily_insight — it gives the full picture for today
Add get_todays_outlook for raw wearable numbers (HRV, sleep score, recovery %)
Add get_protocols when the user asks about supplements or what to take
Call all 3 in parallel for a complete daily briefing
Interpret data yourself — do not ask the user to explain their metrics
If you get a 401, the key may have been deleted — ask the user to generate a new one in VITA Settings
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DobrinAlexandru
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/vita-app)
- [Send to Agent page](https://openagent3.xyz/skills/vita-app/agent)
- [JSON manifest](https://openagent3.xyz/skills/vita-app/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/vita-app/agent.md)
- [Download page](https://openagent3.xyz/downloads/vita-app)