Unixtime

v3.0.0

Convert Unix timestamps to dates and back. Use when parsing epoch values, calculating time differences, debugging logs, or generating relative dates.

0· 257·0 current·0 all-time
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
Name/description (convert Unix timestamps, countdowns, ranges) align with the provided SKILL.md and the included Bash script which implements those utilities. There are no extra capabilities (cloud, networking, or unrelated tooling) requested.
Instruction Scope
SKILL.md contains concrete CLI commands and usage limited to timestamp/date conversions. The runtime instructions and the script only reference standard local utilities (date, awk, printf, optional python3) and do not read unrelated files, environment secrets, or send data externally.
Install Mechanism
No install spec is present (instruction-only skill with an included script). No network downloads, package installs, or archive extraction are performed by an installer. The only runtime dependency is optional python3 and standard Unix utilities.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the script does not access any secrets or external credentials. The optional use of python3 is only to compute milliseconds locally.
Persistence & Privilege
The skill is not always-enabled and has no special persistence or elevated privileges. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears coherent and low-risk: it performs local time/epoch conversions using a Bash script and standard utilities, requests no secrets, and has no network calls. As with any third‑party script, inspect the source (you already have scripts/script.sh) before running and consider executing in a limited/isolated environment if you have stricter security policies. If you want absolute assurance, review the remainder of the script (the manifest showed the file was truncated in the listing) to confirm there are no unexpected commands near the end.

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

latestvk97awgv6r1wgt4hs177q1fwygh836z1p

License

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

Comments