← Back to Skills Marketplace
ckchzh

Allergy

by BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
254
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install allergy
Description
Log allergens, track reactions, and chart symptom patterns over time. Use when identifying triggers, preparing reports, or setting reminders.
README (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

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 \x3Cfmt> Export (json
allergy search \x3Cterm> 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: $(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 | [email protected]

Usage Guidance
This skill appears coherent and local-only: it stores logs in ~/.local/share/allergy and does not request credentials or make network calls in the visible portion of the script. Before installing/running, consider: (1) inspect the full scripts/script.sh file yourself (the package content was truncated here — part of the script could not be reviewed in this report); (2) ensure you trust the bytesagain.com source and the repository; (3) be aware health data entered is saved plain-text in your home directory and included if you run the export — treat exports as sensitive; (4) since there is no automated installer, you'll need to place the script on PATH or run it directly; (5) run it under your unprivileged user account and check file permissions for ~/.local/share/allergy. If you want higher assurance, request the full script content for manual review or run it in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill Name: allergy Version: 2.0.1 The Allergy skill is a local health tracking tool designed to log allergens and symptoms to a local directory (~/.local/share/allergy/). Analysis of the shell script (scripts/script.sh) confirms it performs only local file operations (reading/writing logs) and lacks any network connectivity, data exfiltration, or persistence mechanisms. Although the script contains a logic bug where a duplicate 'export' case prevents the actual export function from executing, and the SKILL.md documentation is redundantly formatted, the code is functionally transparent and lacks any malicious intent or significant security vulnerabilities.
Capability Assessment
Purpose & Capability
Name/description (log allergens, track reactions, chart patterns) align with required artifacts: no external credentials, no unrelated binaries, and the included script implements local logging and export to JSON/CSV/TXT in a DATA_DIR under the user's home directory.
Instruction Scope
SKILL.md describes only local CLI usage and references data under $DATA_DIR; instructions do not ask the agent to read unrelated system files, access external endpoints, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only), but a runnable script (scripts/script.sh) is included. That is plausible (author may expect the user to install the script manually), but it's a small mismatch worth noting: the skill bundles code but doesn't declare how it should be installed or placed on PATH.
Credentials
No environment variables or credentials are required. The script uses HOME to construct a local DATA_DIR only, which is proportional to the stated offline/local purpose.
Persistence & Privilege
Skill is not marked always:true and does not request system-wide changes or other skills' credentials. It only writes to its own data directory under the user's home.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install allergy
  3. After installation, invoke the skill by name or use /allergy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Slug allergy
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Allergy?

Log allergens, track reactions, and chart symptom patterns over time. Use when identifying triggers, preparing reports, or setting reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.

How do I install Allergy?

Run "/install allergy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Allergy free?

Yes, Allergy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Allergy support?

Allergy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Allergy?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.

💬 Comments