Allergy

Take control of Allergy with this health & wellness toolkit. Clean interface, local storage, zero configuration.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 26 · 0 current installs · 0 all-time installs
byBytesAgain2@ckchzh
MIT-0
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The script implements a local command-line allergy/tracking tool that writes logs and exports data from ~/.local/share/allergy, matching the SKILL.md description (offline, local storage, CLI). Minor metadata mismatch: SKILL.md declares v2.0.0 while registry lists version 1.0.1.
Instruction Scope
SKILL.md instructs usage of an 'allergy' CLI and shows outputs that reference $DATA_DIR; the included script performs only local file operations (mkdir, read/write logs, grep, tail, du, wc). The documentation assumes the 'allergy' command is available on PATH, but there is no explicit install guidance in the package.
Install Mechanism
No install spec is provided even though a runnable script (scripts/script.sh) is included. That is not inherently malicious, but it means the user or integrator must place the script on PATH or otherwise install it; the package does not automatically install arbitrary remote code.
Credentials
The skill requests no environment variables, no credentials, and accesses only files under the user's home directory (~/.local/share/allergy), which is proportional to the stated purpose.
Persistence & Privilege
The skill does not request elevated privileges, does not set always: true, and only writes to a user-owned data directory. It does not modify other skills or system-wide configuration.
Assessment
This package appears to be a simple local CLI that stores data under ~/.local/share/allergy and does not phone home or request secrets. Before installing, verify the script origin (the SKILL.md references bytesagain.com but registry metadata lists no homepage), place the script in a safe location (and inspect it fully), and consider running it in a limited account or container if you want to be extra cautious. Note: export JSON and CSV routines do not escape user-provided values (could produce malformed output), and search uses grep with user input (special characters or leading '-' may change behavior) — these are functional bugs rather than evidence of malicious intent.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk978ns28851qvf1b3wcwc4adgd831se6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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

# See what you can do
allergy help

# Check current status
allergy status

# View your statistics
allergy stats

Commands

CommandWhat it does
allergy logLog
allergy trackTrack
allergy chartChart
allergy goalGoal
allergy remindRemind
allergy weeklyWeekly
allergy monthlyMonthly
allergy compareCompare
allergy exportExport
allergy streakStreak
allergy milestoneMilestone
allergy trendTrend
allergy statsSummary statistics
allergy export<fmt> Export (json
allergy search<term> Search entries
allergy recentRecent activity
allergy statusHealth check
allergy helpShow this help
allergy versionShow version
allergy $name:$c entries
allergy Total:$total entries
allergy Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
allergy Version:v2.0.0
allergy Datadir: $DATA_DIR
allergy Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
allergy Disk:$(du -sh "$DATA_DIR" 2>/dev/null
allergy Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
allergy Status:OK
allergy [Allergy]log: $input
allergy Saved.Total log entries: $total
allergy [Allergy]track: $input
allergy Saved.Total track entries: $total
allergy [Allergy]chart: $input
allergy Saved.Total chart entries: $total
allergy [Allergy]goal: $input
allergy Saved.Total goal entries: $total
allergy [Allergy]remind: $input
allergy Saved.Total remind entries: $total
allergy [Allergy]weekly: $input
allergy Saved.Total weekly entries: $total
allergy [Allergy]monthly: $input
allergy Saved.Total monthly entries: $total
allergy [Allergy]compare: $input
allergy Saved.Total compare entries: $total
allergy [Allergy]export: $input
allergy Saved.Total export entries: $total
allergy [Allergy]streak: $input
allergy Saved.Total streak entries: $total
allergy [Allergy]milestone: $input
allergy Saved.Total milestone entries: $total
allergy [Allergy]trend: $input
allergy Saved.Total trend entries: $total

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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…