Timestamp Converter

v1.0.0

Convert between Unix timestamps, ISO 8601 dates, and human-readable formats. Use when working with timestamps from APIs, logs, or databases that need convers...

0· 247·2 current·2 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 match the content of SKILL.md: all code and examples relate to converting timestamps, ISO8601, timezone handling, batch processing, and date arithmetic. Nothing requested (no env vars, no binaries) is out of scope.
Instruction Scope
Runtime instructions are purely code examples for local timestamp manipulation. They do not read files, access environment variables, call external endpoints, or instruct the agent to collect or transmit unrelated data.
Install Mechanism
There is no install spec (instruction-only). The doc mentions 'pip install pytz' as an optional dependency and recommends Python 3.9+ zoneinfo as an alternative — this is reasonable and proportionate for timezone support, but it does imply installing a third-party PyPI package if the user follows that suggestion.
Credentials
The skill requires no environment variables, credentials, or config paths. SKILL.md does not reference any secrets or unrelated environment state.
Persistence & Privilege
Skill is not marked always:true and does not request any persistent system presence or modify other skills/configurations. Agent autonomous invocation remains default but is not combined with other concerning flags.
Assessment
This skill appears safe and coherent for converting and formatting timestamps. Before using: ensure your runtime Python version matches the examples (zoneinfo requires Python 3.9+), decide whether to install pytz (optional), and validate/sanitize any untrusted timestamp inputs. Be aware of DST and timezone-name correctness when converting zones. If you plan to run these snippets in a sensitive environment, run them locally or review any third-party packages (like pytz) before installing.

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

latestvk97b1xg17frnawwa3a13xfr91h826bjw

License

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

Comments