📦 Vitamin — 技能工具

v2.0.1

Track vitamin and supplement intake with goals and reminders. Use when logging supplements, setting nutrition goals, reviewing history, or scheduling doses.

0· 183·0 当前·0 累计
bytesagain1 头像by @bytesagain1·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/18
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

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

CommandWhat it does
vitamin logLog
vitamin trackTrack
vitamin chartChart
vitamin goalGoal
vitamin remindRemind
vitamin weeklyWeekly
vitamin monthlyMonthly
vitamin compareCompare
vitamin exportExport
vitamin streakStreak
vitamin milestoneMilestone
vitamin trendTrend
vitamin statsSummary statistics
vitamin export Export (jsoncsvtxt)
vitamin search Search entries
vitamin recentRecent activity
vitamin statusHealth check
vitamin helpShow this help
vitamin versionShow version
vitamin $name:$c entries
vitamin Total:$total entries
vitamin Datasize: $(du -sh "$DATA_DIR" 2>/dev/nullcut -f1)
vitamin Version:v2.0.0
vitamin Datadir: $DATA_DIR
vitamin Entries:$(cat "$DATA_DIR"/*.log 2>/dev/nullwc -l) total
vitamin Disk:$(du -sh "$DATA_DIR" 2>/dev/nullcut -f1)
vitamin Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/nullecho 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

数据来源ClawHub ↗ · 中文优化:龙虾技能库