← Back to Skills Marketplace
Unixtime
by
bytesagain3
· GitHub ↗
· v3.0.0
· MIT-0
336
Downloads
0
Stars
1
Active Installs
8
Versions
Install in OpenClaw
/install unixtime
Description
Convert Unix timestamps to dates and back. Use when parsing epoch values, calculating time differences, debugging logs, or generating relative dates.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: unixtime
Version: 3.0.0
The UnixTime skill is a standard utility for date and timestamp conversions, providing features like epoch conversion, countdowns, and range analysis. The implementation in `scripts/script.sh` uses standard Bash practices and system utilities (`date`, `awk`) to perform calculations, with proper input validation for numeric values and safe variable quoting to prevent shell injection. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unixtime - After installation, invoke the skill by name or use
/unixtime - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: Real unix timestamp tool.
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Unixtime?
Convert Unix timestamps to dates and back. Use when parsing epoch values, calculating time differences, debugging logs, or generating relative dates. It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.
How do I install Unixtime?
Run "/install unixtime" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Unixtime free?
Yes, Unixtime is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Unixtime support?
Unixtime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Unixtime?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v3.0.0.
More Skills