📦 Vitamin — 技能工具
v2.0.1Track vitamin and supplement intake with goals and reminders. Use when logging supplements, setting nutrition goals, reviewing history, or scheduling doses.
0· 183·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill’s files, instructions, and requested environment are consistent with a local, offline vitamin/supplement tracker that stores data under ~/.local/share/vitamin; nothing indicates unexpected network access or unrelated credential requests.
评估建议
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.详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.0.12026/3/16
v2.5 retry: desc+homepage+source+security
● 无害
安装命令
点击复制官方npx clawhub@latest install vitamin
镜像加速npx clawhub@latest install vitamin --registry https://cn.longxiaskill.com镜像同步中
技能文档
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 | Export (json | csv | txt) |
vitamin search | 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 | cut -f1) | |
vitamin Version: | v2.0.0 | ||
vitamin Data | dir: $DATA_DIR | ||
vitamin Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total | |
vitamin Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
vitamin Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null | echo never) | |
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