Install
openclaw skills install vita-appAccess 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,...
openclaw skills install vita-appUse this skill to access VITA health data on behalf of the user.
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"
}
}
}
}
}
curl "$VITA_API_URL?action=<action>" \
-H "Authorization: Bearer $VITA_API_KEY"
| Action | Returns |
|---|---|
get_daily_insight | Today's AI-generated summary, outlook (positive/neutral/caution), sleep & training summaries, protocol adherence, recommendations |
get_todays_outlook | Live wearable metrics for today: sleep score, recovery/readiness, HRV, strain from Oura + WHOOP |
get_protocols | Active supplement protocols with compound, dosage, unit, timing, frequency |
get_daily_insight — it gives the full picture for todayget_todays_outlook for raw wearable numbers (HRV, sleep score, recovery %)get_protocols when the user asks about supplements or what to take