vita

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, recovery, HRV, supplements, protocols, or wants a daily health briefing. Returns today's AI insight, wearable metrics (Oura/WHOOP), and active supplement stack.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vita" with this command: npx skills add dobrinalexandru/vita-app

Use this skill to access VITA health data on behalf of the user.

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

ActionReturns
get_daily_insightToday's AI-generated summary, outlook (positive/neutral/caution), sleep & training summaries, protocol adherence, recommendations
get_todays_outlookLive wearable metrics for today: sleep score, recovery/readiness, HRV, strain from Oura + WHOOP
get_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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated