wellally-tech
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.
npx skills add sickn33/agentic-awesome-skills --skill wellally-tech --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Coordinates importing health data from sources like Apple Health, Fitbit, Oura, or generic CSV/JSON, standardizes it to local JSON, and connects to the WellAlly.tech knowledge base to surface categorized articles and intelligent recommendations.
How it works
- Identifies user intent for data import, knowledge-base querying, or personalized recommendations.
- For data import: selects data source (Apple Health, Fitbit, Oura, generic CSV/JSON), reads external data via respective read/import steps, maps to a local format, performs data validation, and generates an import report.
- For knowledge-base queries: identifies topic, searches the WellAlly.tech knowledge-base index, and returns relevant article links with categories and descriptions.
- For recommendations: reads user health data (profile, blood pressure, sleep, weight, steps), analyzes health status (concerns and good patterns), maps concerns to relevant articles, and outputs a recommendation report including counts of articles.
When to use it
Use when users want to import or normalize health data from sources like Apple Health, Fitbit, Oura, or CSV/JSON exports; or when users request articles or personalized recommendations from the WellAlly.tech knowledge base.
What it can touch
- Data sources: Apple Health export, Fitbit API/CSV, Oura API, Generic CSV/Generic JSON imports
- Local data files: data/profile.json, data/fitness/activities.json, data/fitness/heart-rate.json, data/sleep/sleep-records.json, data/fitness/recovery.json
- Knowledge base index and WellAlly.tech article links
Caveats
- Risk level declared as critical
- License: MIT
- Declared safety: imports stored locally with validation and mapping; ensure explicit user authorization for data access
# 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. ## When to Use - You need to import or normalize health data from sources like Apple Health, Fitbit, Oura, or CSV/JSON exports. - You want to connect personal health data workflows to the WellAlly.tech knowledge base. - The task involves data import, health-data management, or article recommendations driven by user health context. ## 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 Stan
- When to Use
- Core Features
- 1. Digital Health Data Import
- 2. WellAlly.tech Knowledge Base Integration
- 3. Data Standardization
- 4. Intelligent Article Recommendations
- Usage Instructions
- Trigger Conditions
- Execution Steps
- Output Format
- Data Import Output
- Knowledge Base Query Output
- Intelligent Recommendation Output
- Data Sources
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
What does the wellally-tech skill do?
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.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-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 sickn33/agentic-awesome-skills, a repository with 44,414 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.