← Back to Skills Marketplace
cdmichaelb

Vitamin Tracker Channel

by cdmichaelb · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vitamin-tracker-channel
Description
Manage vitamin/supplement reminders across configurable daily time slots via cron jobs. Use when adjusting supplement schedules, adding/removing supplements,...
Usage Guidance
This skill appears to do exactly what it says: parse a workspace VITAMINS.md and create cron-delivered reminders in the specified channel. Before installing or running it: 1) ensure the openclaw CLI is trusted on your system (it performs the job creation/removal); 2) back up existing cron jobs (or verify none use the vitamins-*-reminder name) because the script removes any jobs with that naming pattern; 3) set VITAMIN_CHANNEL_ID and VITAMIN_TIMEZONE correctly and confirm VITAMINS.md contains only non-sensitive info; 4) run the script manually first to review the created job JSON output (the script prints job creation status) so you can confirm behavior before letting cron deliver messages autonomously.
Capability Assessment
Purpose & Capability
Name and description match the delivered Python script and SKILL.md: the script parses VITAMINS.md, and uses the openclaw CLI to remove and recreate cron jobs that post reminders to a specified channel. Required runtime tools (python3 and openclaw CLI) are appropriate for this task.
Instruction Scope
Instructions stay within scope: they read $WORKSPACE/VITAMINS.md, list/remove/create cron jobs via the openclaw cron CLI, and format reminder messages. Caution: the script unconditionally removes any existing jobs named vitamins-*-reminder before recreating them, which can delete other jobs that share that naming convention; SKILL.md does mention backing up existing jobs, but users should verify there are no naming collisions.
Install Mechanism
No install spec (instruction-only plus included script). Nothing is downloaded or written by an installer. The script will run locally and requires the existing 'openclaw' CLI and python3, which the SKILL.md documents.
Credentials
Declared env vars (VITAMIN_CHANNEL_ID, VITAMIN_TIMEZONE, optional WORKSPACE) are appropriate. The script constructs an internal session key string ('agent:main:discord:channel:{channel_id}') and passes it to the openclaw cron command; this appears to be how the platform binds cron jobs to a delivery session. No unrelated credentials or secrets are requested.
Persistence & Privilege
The skill creates persistent cron jobs (managed by openclaw) that will deliver messages over the network when they run — this is expected for a reminder tool. always:false and no special platform-wide configuration changes are requested. Users should be aware cron jobs persist until removed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vitamin-tracker-channel
  3. After installation, invoke the skill by name or use /vitamin-tracker-channel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added runtime requirements (python3, openclaw CLI), fixed network call disclosure, documented job removal behavior
v1.0.0
Initial release — configurable supplement reminder cron manager
Metadata
Slug vitamin-tracker-channel
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Vitamin Tracker Channel?

Manage vitamin/supplement reminders across configurable daily time slots via cron jobs. Use when adjusting supplement schedules, adding/removing supplements,... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Vitamin Tracker Channel?

Run "/install vitamin-tracker-channel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vitamin Tracker Channel free?

Yes, Vitamin Tracker Channel is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vitamin Tracker Channel support?

Vitamin Tracker Channel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vitamin Tracker Channel?

It is built and maintained by cdmichaelb (@cdmichaelb); the current version is v1.0.1.

💬 Comments