| name | Allergy |
| description | Log allergens, track reactions, and chart symptom patterns over time. Use when identifying triggers, preparing reports, or setting reminders. |
| version | 2.0.0 |
| author | BytesAgain |
| homepage | https://bytesagain.com |
| source | https://github.com/bytesagain/ai-skills |
| tags | ["wellness","fitness","self-care","allergy","personal"] |
Cleanup Review
python scripts/_reset_state.py is an optional cleanup helper for the Allergy skill. It may recursively remove /tmp/skill_build. Show the exact paths first, explain whether they are skill-private temporary paths or user state, and run the cleanup only after the user confirms.
Allergy
Take control of Allergy with this health & wellness toolkit. Clean interface, local storage, zero configuration.
Why Allergy?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
allergy help
allergy status
allergy stats
Commands
| Command | What it does |
|---|
allergy log | Log |
allergy track | Track |
allergy chart | Chart |
allergy goal | Goal |
allergy remind | Remind |
allergy weekly | Weekly |
allergy monthly | Monthly |
allergy compare | Compare |
allergy export | Export |
allergy streak | Streak |
allergy milestone | Milestone |
allergy trend | Trend |
allergy stats | Summary statistics |
allergy export | Export (json |
allergy search | Search entries |
allergy recent | Recent activity |
allergy status | Health check |
allergy help | Show this help |
allergy version | Show version |
allergy $name: | $c entries |
allergy Total: | $total entries |
allergy Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
allergy Version: | v2.0.0 |
allergy Data | dir: $DATA_DIR |
allergy Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
allergy Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
allergy Last: |
Data Storage
All data is stored locally at ~/.local/share/allergy/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com