{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vita-app",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vita-app",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/vita-app",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Setup",
        "body": "Generate an API key in VITA at Settings → API Keys → New Key.\n\nThen set in ~/.openclaw/openclaw.json:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"vita\": {\n        \"enabled\": true,\n        \"env\": {\n          \"VITA_API_KEY\": \"vita_<your key>\",\n          \"VITA_API_URL\": \"https://app.vitadao.com/api/vita-api\"\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "Calling the API",
        "body": "curl \"$VITA_API_URL?action=<action>\" \\\n  -H \"Authorization: Bearer $VITA_API_KEY\""
      },
      {
        "title": "Actions",
        "body": "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"
      },
      {
        "title": "Usage guidance",
        "body": "Start every health check with get_daily_insight — it gives the full picture for today\nAdd get_todays_outlook for raw wearable numbers (HRV, sleep score, recovery %)\nAdd get_protocols when the user asks about supplements or what to take\nCall all 3 in parallel for a complete daily briefing\nInterpret data yourself — do not ask the user to explain their metrics\nIf you get a 401, the key may have been deleted — ask the user to generate a new one in VITA Settings"
      }
    ],
    "body": "Use this skill to access VITA health data on behalf of the user.\n\nSetup\n\nGenerate an API key in VITA at Settings → API Keys → New Key.\n\nThen set in ~/.openclaw/openclaw.json:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"vita\": {\n        \"enabled\": true,\n        \"env\": {\n          \"VITA_API_KEY\": \"vita_<your key>\",\n          \"VITA_API_URL\": \"https://app.vitadao.com/api/vita-api\"\n        }\n      }\n    }\n  }\n}\n\nCalling the API\ncurl \"$VITA_API_URL?action=<action>\" \\\n  -H \"Authorization: Bearer $VITA_API_KEY\"\n\nActions\nAction\tReturns\nget_daily_insight\tToday's AI-generated summary, outlook (positive/neutral/caution), sleep & training summaries, protocol adherence, recommendations\nget_todays_outlook\tLive wearable metrics for today: sleep score, recovery/readiness, HRV, strain from Oura + WHOOP\nget_protocols\tActive supplement protocols with compound, dosage, unit, timing, frequency\nUsage guidance\nStart every health check with get_daily_insight — it gives the full picture for today\nAdd get_todays_outlook for raw wearable numbers (HRV, sleep score, recovery %)\nAdd get_protocols when the user asks about supplements or what to take\nCall all 3 in parallel for a complete daily briefing\nInterpret data yourself — do not ask the user to explain their metrics\nIf you get a 401, the key may have been deleted — ask the user to generate a new one in VITA Settings"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/DobrinAlexandru/vita-app",
    "publisherUrl": "https://clawhub.ai/DobrinAlexandru/vita-app",
    "owner": "DobrinAlexandru",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}