Symptom
Symptom — a fast health & wellness tool. Log anything, find it later, export when needed.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 40 · 0 current installs · 0 all-time installs
bybytesagain4@xueyetianya
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise a local health logging tool and the provided script implements local logging, stats, search, and export to files under ~/.local/share/symptom — consistent with the stated purpose.
Instruction Scope
SKILL.md and the script instruct only local actions (reading/writing files, using grep/tail/wc/du) and do not reference external endpoints or request unrelated system data or credentials. The 'feedback' URL is informational only.
Install Mechanism
No install specification or downloads are present. The skill is instruction-only with a bundled shell script; nothing is fetched from external URLs during install.
Credentials
No environment variables, secrets, or config paths are requested. Data is written to a per-user directory in HOME (~/.local/share/symptom), which is proportionate to a journaling tool.
Persistence & Privilege
always is false, the skill is user-invocable and not forced into every agent run. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be a straightforward, offline CLI journaling tool that stores entries at ~/.local/share/symptom and provides export/search functionality. Before installing, consider: (1) review the full, untruncated script on disk to ensure it matches the provided copy (the manifest showed the script was truncated in the listing), (2) back up any sensitive data before using export (the JSON exporter does not escape arbitrary input robustly and may produce malformed JSON if entries contain quotes/newlines), and (3) verify you are comfortable with the tool writing files to your home directory. There are no network calls or credential requests in the visible code, but always inspect any bundled script before running it on a machine holding sensitive data.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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 | <fmt> Export (json |
symptom search | <term> 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 | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
