← All skills
Tencent SkillHub · AI

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc