← Back to Skills Marketplace
Vitamin
by
bytesagain-lab
· GitHub ↗
· v2.0.1
· MIT-0
245
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install vitamin
Description
Track vitamin and supplement intake with goals and reminders. Use when logging supplements, setting nutrition goals, reviewing history, or scheduling doses.
Usage Guidance
This skill appears to be a simple, offline CLI tracker that stores data at ~/.local/share/vitamin. If you install it, review the script (scripts/script.sh) yourself if you want extra certainty, and back up or inspect any existing files in ~/.local/share/vitamin before running. There are no network calls or credential requests in the provided files, but if future versions add installs or external endpoints re-check those changes.
Capability Analysis
Type: OpenClaw Skill
Name: vitamin
Version: 2.0.1
The Vitamin skill is a straightforward CLI tool for logging and tracking supplement intake. All data is stored locally in the user's home directory (~/.local/share/vitamin/), and the shell script (scripts/script.sh) performs standard file operations like appending logs, grepping for search terms, and exporting data to JSON/CSV. There is no evidence of data exfiltration, remote code execution, or malicious instructions in the SKILL.md file.
Capability Assessment
Purpose & Capability
Name/description match the provided code and SKILL.md. The script implements local logging, export, search, and status commands consistent with a CLI vitamin tracker; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md and the script confine actions to the user's home directory (~/.local/share/vitamin). Commands read/write local .log files, produce exports, and show stats. There are no instructions to read unrelated system config, network endpoints, or external credentials.
Install Mechanism
This is an instruction-only skill with one included script; there is no install spec that downloads remote artifacts. Nothing is written outside the user's home data dir.
Credentials
No required env vars or credentials. The script uses HOME to build a per-user data directory (~/.local/share/vitamin), which is proportional to the tool's purpose.
Persistence & Privilege
always is false, the skill does not request elevated privileges or alter other skills or system-wide agent settings. It only creates/uses its own data directory under the user's home.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vitamin - After installation, invoke the skill by name or use
/vitamin - 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
Frequently Asked Questions
What is Vitamin?
Track vitamin and supplement intake with goals and reminders. Use when logging supplements, setting nutrition goals, reviewing history, or scheduling doses. It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.
How do I install Vitamin?
Run "/install vitamin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vitamin free?
Yes, Vitamin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vitamin support?
Vitamin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vitamin?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.1.
More Skills