Equipment Maintenance Log

v1.0.0

Track lab equipment calibration dates and send maintenance reminders for pipettes, balances, centrifuges, and other instruments. Validates date formats and s...

0· 26·0 current·0 all-time
byAIpoch@aipoch-ai
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 name/description (track calibration dates, reminders) aligns with the provided script and SKILL.md. Required resources are minimal and appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs running the included script and specifies input validation, workflows, and output formats. The runtime instructions only reference the packaged script and local file operations; they do not request unrelated files, credentials, or external endpoints.
Install Mechanism
No install spec is present (instruction-only skill plus a bundled script). There are no downloads or third-party install steps that would add risk.
Credentials
The skill requires no environment variables, no external credentials, and no config paths beyond creating/using a local data file (~/.openclaw/equipment_log.json). Those local file accesses are proportional for a persistent log.
Persistence & Privilege
The skill persists records to ~/.openclaw/equipment_log.json (creates the directory if needed). This is expected for a logging tool but is persistent storage in the user's home directory — users should be aware data will be kept locally.
Assessment
This skill appears coherent and local-only, but note the following before installing: (1) it creates and writes persistent data at ~/.openclaw/equipment_log.json — review that file and its permissions if you have privacy concerns; (2) the script does not perform any network I/O or request credentials, so it will not exfiltrate data by itself; (3) validate that the 30-day×interval approximation for next due dates is acceptable for your audit needs; (4) you can inspect scripts/main.py yourself (it is small and readable) to confirm behavior; (5) run the script in a limited environment or with a backup of your home directory if you want to be extra cautious. Overall this skill is internally consistent with its stated purpose.

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

latestvk972hydj5s44yq8ye5ermz3ckh842t60

License

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

Comments