← Back to Skills Marketplace
xueyetianya

Symptom

by bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
235
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install symptom
Description
Log health symptoms, track patterns, and chart trends. Use when logging symptoms, tracking frequency, charting trends, reviewing patterns.
README (SKILL.md)

Symptom

Symptom — a fast health & wellness tool. Log anything, find it later, export when needed.

Why Symptom?

  • 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
symptom help

# Check current status
symptom status

# View your statistics
symptom stats

Commands

Command What it does
symptom log Log
symptom track Track
symptom chart Chart
symptom goal Goal
symptom remind Remind
symptom weekly Weekly
symptom monthly Monthly
symptom compare Compare
symptom export Export
symptom streak Streak
symptom milestone Milestone
symptom trend Trend
symptom stats Summary statistics
symptom export \x3Cfmt> Export (json
symptom search \x3Cterm> Search entries
symptom recent Recent activity
symptom status Health check
symptom help Show this help
symptom version Show version
symptom $name: $c entries
symptom Total: $total entries
symptom Data size: $(du -sh "$DATA_DIR" 2>/dev/null
symptom Version: v2.0.0
symptom Data dir: $DATA_DIR
symptom Entries: $(cat "$DATA_DIR"/*.log 2>/dev/null
symptom Disk: $(du -sh "$DATA_DIR" 2>/dev/null
symptom Last: $(tail -1 "$DATA_DIR/history.log" 2>/dev/null
symptom Status: OK
symptom [Symptom] log: $input
symptom Saved. Total log entries: $total
symptom [Symptom] track: $input
symptom Saved. Total track entries: $total
symptom [Symptom] chart: $input
symptom Saved. Total chart entries: $total
symptom [Symptom] goal: $input
symptom Saved. Total goal entries: $total
symptom [Symptom] remind: $input
symptom Saved. Total remind entries: $total
symptom [Symptom] weekly: $input
symptom Saved. Total weekly entries: $total
symptom [Symptom] monthly: $input
symptom Saved. Total monthly entries: $total
symptom [Symptom] compare: $input
symptom Saved. Total compare entries: $total
symptom [Symptom] export: $input
symptom Saved. Total export entries: $total
symptom [Symptom] streak: $input
symptom Saved. Total streak entries: $total
symptom [Symptom] milestone: $input
symptom Saved. Total milestone entries: $total
symptom [Symptom] trend: $input
symptom Saved. Total trend entries: $total

Data Storage

All data is stored locally at ~/.local/share/symptom/. 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 to be a simple offline CLI tool and is internally consistent. Before installing/running: (1) review scripts/script.sh yourself (it's a plain bash script) to confirm you are comfortable with its behavior; (2) run it as a normal user (not root) to limit impact; (3) note it stores sensitive health notes at ~/.local/share/symptom — consider file permissions or encrypting backups if you want stronger privacy; (4) the package includes no network calls or credential requests, but only run software from sources you trust and keep backups of your data.
Capability Analysis
Type: OpenClaw Skill Name: symptom Version: 2.0.1 The skill is a straightforward health symptom logging tool that stores data locally in ~/.local/share/symptom/. Analysis of scripts/script.sh shows no network activity, no unauthorized file access, and no persistence mechanisms. While the SKILL.md contains some shell-like snippets in its documentation table and the script has a minor logic bug (the 'export' command is defined twice in the case statement, making the actual export function unreachable), there is no evidence of malicious intent or high-risk behavior.
Capability Assessment
Purpose & Capability
Name/description (symptom logging, tracking, charting) match the included script and SKILL.md. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs use of a local command-line tool; the runtime script implements only local file operations (create directory, append logs, search, export). The instructions do not ask the agent to read unrelated system configuration or transmit data externally.
Install Mechanism
There is no install spec (instruction-only), but a script file (scripts/script.sh) is included in the bundle. The repository does not automatically install binaries or fetch remote code — the script will run locally if placed on PATH or invoked directly.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script uses the user's HOME to create ~/.local/share/symptom, which is proportional for local data storage.
Persistence & Privilege
Skill is not always-enabled and does not request elevated system privileges. It writes only to a per-user data directory under the home directory and does not modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install symptom
  3. After installation, invoke the skill by name or use /symptom
  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
yaml-fix+quality
v2.0.0
Domain-specific upgrade
Metadata
Slug symptom
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Symptom?

Log health symptoms, track patterns, and chart trends. Use when logging symptoms, tracking frequency, charting trends, reviewing patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.

How do I install Symptom?

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

Is Symptom free?

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

Which platforms does Symptom support?

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

Who created Symptom?

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

💬 Comments