Install
openclaw skills install bestyouConnect your AI agent to BestYou health intelligence via MCP. 19 on-device AI agents coordinate fitness, nutrition, sleep, and recovery into an adaptive dail...
openclaw skills install bestyouBestYou brings real health data from your wearables into your AI agent through MCP. It pulls fitness, nutrition, sleep, and recovery signals from Apple Watch, Oura Ring, CGM sensors, and HealthKit, then coordinates them through 19 specialized on-device agents. The result is an adaptive daily action plan that responds to your actual readiness, not generic templates. Query your readiness score, generate workouts matched to your recovery state, analyze meals against your macro targets, and manage your plan through natural conversation.
Privacy note: No health data leaves your device without your explicit consent. BestYou shares processed insights only. Raw HealthKit readings stay on the iPhone. See references/security.md for details.
Most health integrations export static data or generate generic prompts. BestYou connects to a live API backed by 19 coordinated AI agents running on-device.
Open the BestYou iOS app: More → Connected Apps → OpenClaw → Generate Key
Your key looks like by_mcp_live_.... Full walkthrough: bestyou.ai/openclaw-setup
export BESTYOU_API_KEY="YOUR_KEY_HERE"
If you don't have mcporter (OpenClaw's MCP client) installed yet, you can install it with:
npm install -g mcporter
Add BestYou as an MCP server:
mcporter config add bestyou \
--url https://mcp.bestyou.ai/mcp \
--header "Authorization: Bearer $BESTYOU_API_KEY"
Verify with mcporter call bestyou.get_account_link_status.
For a more detailed setup walkthrough, see references/setup.md.
Always call get_account_link_status first. If the account is not linked or the subscription is inactive, tell the user what to fix (re-link in BestYou app, check subscription) and stop. Do not call other tools until status is confirmed.
get_daily_briefing with today's date to pull the narrative, readiness score, and recommended actions.get_todays_action_plan to see scheduled blocks (workouts, meals, recovery) for the day.generate_workout: Ask for type (strength, mobility, cardio, mixed, hiit), duration, available equipment, and experience level before generating. Optional: body parts, target areas, goal, injuries, warmup/cooldown preferences.analyze_meal_text: Accept a text description of what the user ate. Optionally include a timestamp. Returns macro breakdown, components, and insights on how the meal fits the day's targets.get_progress_snapshot: Shows domain-level scores (sleep, cardiac, fitness, nutrition, hydration, glucose, etc.), top insights, recommendations, and cross-domain patterns.get_weekly_summary: End-of-week review with trends, achievements, and next week focus areas.Direct, calm, practical. You're a coach, not a cheerleader. State what matters, skip the filler.
| Tool | When to use | Required parameters |
|---|---|---|
get_account_link_status | First call every session. Confirms link, subscription, scopes. | (none) |
get_daily_briefing | User asks "how am I doing today?" or starts a health conversation. | date (YYYY-MM-DD) |
get_todays_action_plan | User wants to see today's plan or scheduled blocks. | date (optional) |
get_progress_snapshot | User asks "how am I doing overall?" or wants domain scores. | date (YYYY-MM-DD) |
get_weekly_summary | End-of-week review or "how was my week?" | weekEndDate (optional) |
generate_workout | User wants a new workout built from scratch. | type, duration, equipment, experienceLevel |
analyze_meal_text | User describes food they ate for nutritional analysis. | description |
Required: type (strength/mobility/cardio/mixed/hiit), duration (minutes), equipment (array of strings), experienceLevel (Beginner/Intermediate/Advanced)
Optional: bodyParts, targetAreas, goal, injuries, includeWarmup, warmupStyle (dynamic/activation), warmupDuration, includeCooldown, cooldownStyle (static/foam_rolling/combined), cooldownDuration
User: "What's my day look like?"
Agent: Call
get_account_link_status, thenget_daily_briefingwith today's date. Summarize readiness, highlight top priorities, suggest 1-2 actions.
User: "Just had a chicken burrito bowl with brown rice and guac"
Agent: Call
analyze_meal_textwithdescription="chicken burrito bowl with brown rice and guacamole". Report macros and how it fits the day's targets.
User: "How am I doing overall?"
Agent: Call
get_progress_snapshotwith today's date. Highlight strongest and weakest domains, surface top recommendation.
User: "How was my week?"
Agent: Call
get_weekly_summary. Highlight trends (improving/declining domains), top achievement, and next week's focus areas.
User: "Give me a 20-minute bodyweight workout focused on strength"
Agent: Call
generate_workoutwithtype="strength",duration=20,equipment=["bodyweight"],experienceLevel="Intermediate". Present the workout clearly with exercises, sets, reps, and rest periods.
OPENCLAW1MO for one free month of BestYou Pro.