Agent skill · Data & Analytics

wellally-tech

Integrate digital health data sources (Apple Health, Fitbit, Oura Ring) and connect to WellAlly.tech knowledge base. Import external health device data, standardize to local format, and recommend relevant WellAlly.tech knowledge base articles based on health data. Support generic CSV/JSON import, provide intelligent article recommendations, and help users better manage personal health data.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codecan modify filesNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill wellally-tech --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 19 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWrite
Path: skills/openclaw/wellally-tech/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# WellAlly Digital Health Integration Integrate multiple digital health data sources, connect to [WellAlly.tech](https://www.wellally.tech/) knowledge base, providing data import and knowledge reference for personal health management systems. ## Core Features ### 1. Digital Health Data Import - **Apple Health (HealthKit)**: Export XML/ZIP file parsing - **Fitbit**: OAuth2 API integration and CSV import - **Oura Ring**: API v2 data synchronization - **Generic Import**: CSV/JSON file import with field mapping ### 2. WellAlly.tech Knowledge Base Integration - **Categorized Article Index**: Nutrition, fitness, sleep, mental health, chronic disease management - **Intelligent Recommendations**: Recommend relevant articles based on user health data - **URL References**: Provide direct links to [WellAlly.tech](https://www.wellally.tech/) platform ### 3. Data Standardization - **Format Conversion**: Convert external data to local JSON format - **Field Mapping**: Intelligently map data fields from different platforms - **Data Validation**: Ensure completeness and accuracy of imported data ### 4. Intelligent Article Recommendations - **Health Status Analysis**: Based on user health data analy

What's inside
Steps it walks through
  1. Core Features
  2. 1. Digital Health Data Import
  3. 2. WellAlly.tech Knowledge Base Integration
  4. 3. Data Standardization
  5. 4. Intelligent Article Recommendations
  6. Usage Instructions
  7. Trigger Conditions
  8. Execution Steps
  9. Output Format
  10. Data Import Output
  11. Knowledge Base Query Output
  12. Intelligent Recommendation Output
  13. Data Sources
  14. External Data Sources
Ships with 7 files
  • data-sources.md
  • knowledge-base/chronic-disease.md
  • knowledge-base/fitness.md
  • knowledge-base/index.md
  • knowledge-base/mental-health.md
  • knowledge-base/nutrition.md
  • knowledge-base/sleep.md
Commands it runs
python scripts/import_apple_health.py ~/Downloads/apple_health_export.zip
python scripts/import_fitbit.py --api --days 30
python scripts/import_fitbit.py --csv fitbit_export.csv
python scripts/import_oura.py --date-range 2025-01-01 2025-01-22
python scripts/import_generic.py health_data.csv --mapping mapping_config.json
More from awesome-bio-agent-skills
All skills →
About this skill
What does the wellally-tech skill do?

Integrate digital health data sources (Apple Health, Fitbit, Oura Ring) and connect to WellAlly.tech knowledge base. Import external health device data, standardize to local format, and recommend relevant WellAlly.tech knowledge base articles based on health data. Support generic CSV/JSON import, provide intelligent article recommendations, and help users better manage personal health data.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill wellally-tech --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going