Food Expiration Calculator

v1.0.0

Food expiration calculator. Use when user wants to check if a food product has expired based on production/purchase date and shelf life. Calculates expiratio...

0· 76·0 current·0 all-time
byJay@goog
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The script and SKILL.md implement a simple expiration-date calculator matching the name/description. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md only instructs running the included Python script with a product date and shelf-life string. The script only parses inputs, does date math, and prints results; it does not read other files, environment variables, or contact external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). This minimizes installation risk — nothing is downloaded or written to disk beyond the provided file.
Credentials
The skill requires no environment variables, credentials, or external configuration. The declared requirements match the implementation.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify system or other skills' configuration. Autonomous invocation is allowed by default but is not combined with any broad privileges.
Assessment
This skill appears safe: it contains a small Python script that parses dates and prints an expiration status, with no network activity or secret access. If you rely on exact calendar math, note the script approximates months as 30 days and years as 365 days. You can review the included scripts locally before running; run them in your normal environment (python3) — no external keys or installs are required.

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

latestvk97215mednjdmj9yzjnhkjf1s983j6zt

License

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

Comments