Overview
- Skill Key
- dobrinalexandru/vita-app
- Author
- dobrinalexandru
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dobrinalexandru/vita-app
- Latest Commit SHA
- d750485506d9cc3103afc7cafb932ef2ef896b48
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vita 技能。 若已安装,则直接安装 vita 技能。
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`:
```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
```bash
curl "$VITA_API_URL?action=<action>" \
-H "Authorization: Bearer $VITA_API_KEY"
```
## Actions
| 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 |
## 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
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.