Vitamin
Terminal-first Vitamin manager. Keep your health & wellness data organized with simple commands.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 18 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name and description describe a local CLI health tracker and the included script implements commands that read/write only to a per-user data directory (~/.local/share/vitamin). There are no declared env vars, credentials, or unrelated binaries required, so the requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md and the script direct the agent/user to operate entirely on local files under $HOME/.local/share/vitamin and to use local CLI utilities (du, cat, tail, grep, etc.). That stays within the stated scope. Note: values written into logs are not escaped when exported to JSON, which can break or corrupt exports; grep is invoked with user input as a pattern (possible surprising behavior for patterns starting with '-') but there is no evidence of arbitrary file access outside DATA_DIR. Also, the provided script in the package listing is truncated, so a full audit of runtime behavior could not be completed.
Install Mechanism
There is no install spec and no network download; the skill is a script plus instructions. This is low-risk from an install perspective because nothing is fetched or installed automatically.
Credentials
The skill requests no credentials, no environment variables, and uses only HOME to set a data directory. The scope of environment/config access is proportionate to a local CLI tool.
Persistence & Privilege
The skill does not request permanent/global privileges (always:false) and does not modify other skills or system-wide agent settings. It writes only to its own data directory under the user's home.
Assessment
This appears to be a simple, local CLI journaling/tracking tool that stores data under ~/.local/share/vitamin and does not require any credentials or network access. Before installing or running it: (1) review the full script file — the provided listing is truncated here so I couldn't fully inspect it for any hidden network calls or unexpected behavior; (2) be aware exports do not escape values for JSON, so exported JSON may be malformed if entries contain quotes/newlines; (3) run it in a sandbox or container if you have any doubt, and back up any important files before use; (4) verify the author/site (bytesagain.com) if you want provenance. If you can provide the complete script content (not truncated), I can raise confidence by re-checking for any hidden network calls or other issues.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
Vitamin
Terminal-first Vitamin manager. Keep your health & wellness data organized with simple commands.
Why Vitamin?
- 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
vitamin help
# Check current status
vitamin status
# View your statistics
vitamin stats
Commands
| Command | What it does |
|---|---|
vitamin log | Log |
vitamin track | Track |
vitamin chart | Chart |
vitamin goal | Goal |
vitamin remind | Remind |
vitamin weekly | Weekly |
vitamin monthly | Monthly |
vitamin compare | Compare |
vitamin export | Export |
vitamin streak | Streak |
vitamin milestone | Milestone |
vitamin trend | Trend |
vitamin stats | Summary statistics |
vitamin export | <fmt> Export (json |
vitamin search | <term> Search entries |
vitamin recent | Recent activity |
vitamin status | Health check |
vitamin help | Show this help |
vitamin version | Show version |
vitamin $name: | $c entries |
vitamin Total: | $total entries |
vitamin Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
vitamin Version: | v2.0.0 |
vitamin Data | dir: $DATA_DIR |
vitamin Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
vitamin Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
vitamin Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
vitamin Status: | OK |
vitamin [Vitamin] | log: $input |
vitamin Saved. | Total log entries: $total |
vitamin [Vitamin] | track: $input |
vitamin Saved. | Total track entries: $total |
vitamin [Vitamin] | chart: $input |
vitamin Saved. | Total chart entries: $total |
vitamin [Vitamin] | goal: $input |
vitamin Saved. | Total goal entries: $total |
vitamin [Vitamin] | remind: $input |
vitamin Saved. | Total remind entries: $total |
vitamin [Vitamin] | weekly: $input |
vitamin Saved. | Total weekly entries: $total |
vitamin [Vitamin] | monthly: $input |
vitamin Saved. | Total monthly entries: $total |
vitamin [Vitamin] | compare: $input |
vitamin Saved. | Total compare entries: $total |
vitamin [Vitamin] | export: $input |
vitamin Saved. | Total export entries: $total |
vitamin [Vitamin] | streak: $input |
vitamin Saved. | Total streak entries: $total |
vitamin [Vitamin] | milestone: $input |
vitamin Saved. | Total milestone entries: $total |
vitamin [Vitamin] | trend: $input |
vitamin Saved. | Total trend entries: $total |
Data Storage
All data is stored locally at ~/.local/share/vitamin/. 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…
