Gevety
Connect Gevety to OpenClawd
Access your health data directly in your development environment. Query biomarkers, check health scores, and track trends without leaving your IDE.
Prerequisites
- A Gevety account with uploaded lab results
- An API token from your Developer Settings
- OpenClawd installed and configured
1
Generate Your API Token
Your API token authenticates OpenClawd's requests to your Gevety health data.
- Go to Profile → Developer Settings
- Click "Generate New Token"
- Copy and save your token (it starts with
gvt_)
2
Install the Gevety Skill
Install the Gevety skill from ClawdHub:
Terminal
clawdhub install gevetyTo update an existing installation: clawdhub update gevety
3
Configure Your Token
Add your API token to the OpenClawd configuration file:
macOS / Linux:
~/.openclawd/openclawd.jsonWindows:
%USERPROFILE%\.openclawd\openclawd.jsonopenclawd.json
{
"skills": {
"entries": {
"gevety": {
"apiKey": "gvt_your_token_here"
}
}
}
}Replace
gvt_your_token_here with your actual API token from Step 1.4
Restart OpenClawd
Restart OpenClawd to load the new skill and configuration.
After restarting, you can verify the skill is loaded by typing
/gevety or asking about your health data.Example Queries
Try these questions to explore your health data while coding:
"What's my current healthspan score?"
"How's my vitamin D looking?"
"What supplements should I take today?"
"What tests am I due for?"
Available Commands
The Gevety skill provides access to 11 health data endpoints:
Health SummaryOverall score and key metricsBiomarker QuerySpecific biomarker data and trendsWearable StatsSleep, activity, heart rate dataBiological AgeAge calculation breakdownSupplementsCurrent supplement stackActivitiesRecent exercise historyToday's ActionsDaily health tasks90-Day ProtocolCurrent health protocolUpcoming TestsRecommended lab testsOpportunitiesHealth improvement areasTroubleshooting
Token not working?
- Verify the token starts with
gvt_ - Check the token hasn't expired in Developer Settings
- Ensure no extra spaces or quotes around the token
- Try generating a new token
Skill not appearing?
- Confirm installation with
clawdhub list - Check
openclawd.jsonsyntax is valid JSON - Restart OpenClawd after configuration changes
- Try reinstalling:
clawdhub update gevety
Getting errors?
- Check your Gevety account has uploaded lab results
- Verify internet connectivity to api.gevety.com
- Update to latest skill version:
clawdhub update gevety
Privacy & Security: Your health data stays private. API tokens only grant access to your own data, and your health information is never stored by OpenClawd. You can revoke tokens anytime from Developer Settings.
Related Integrations
Ready to Start?
Generate your API token from Developer Settings and install the Gevety skill to access your health data while coding.