habit-ai
Installation
SKILL.md
Habit AI
Track health and nutrition through the Habit AI REST API.
Setup (100% Free)
Habit AI is a completely free service — no subscription, no credit card, no usage limits.
- Create a free account at https://habitapp.ai (or download the free iOS app)
- Go to Settings → API Keys → Create Key (free, up to 5 keys)
- Store key in environment:
export HABITAI_API_KEY="hab_..."
All requests use:
- Base URL:
https://habitapp.ai/api/v1 - Auth header:
Authorization: Bearer $HABITAI_API_KEY - Content-Type:
application/json