← 返回 Skills 市场
ckchzh

Allergy

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
254
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install allergy
功能描述
Log allergens, track reactions, and chart symptom patterns over time. Use when identifying triggers, preparing reports, or setting reminders.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install allergy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /allergy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
Slug allergy
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Allergy 是什么?

Log allergens, track reactions, and chart symptom patterns over time. Use when identifying triggers, preparing reports, or setting reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。

如何安装 Allergy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install allergy」即可一键安装,无需额外配置。

Allergy 是免费的吗?

是的,Allergy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Allergy 支持哪些平台?

Allergy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Allergy?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论