Vitamin Tracker Channel

v1.0.1

Manage vitamin/supplement reminders across configurable daily time slots via cron jobs. Use when adjusting supplement schedules, adding/removing supplements,...

0· 34·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk976e9h59a4dba8nxm2ejct3wx849jqg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments