← Back to Skills Marketplace
Timestamp Converter
by
LeonardoDpanda
· GitHub ↗
· v1.0.0
302
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install timestamp-converter
Description
Convert between Unix timestamps, ISO 8601 dates, and human-readable formats. Use when working with timestamps from APIs, logs, or databases that need convers...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: timestamp-converter
Version: 1.0.0
The OpenClaw AgentSkills skill bundle provides a utility for converting and manipulating timestamps across various formats and timezones. The `SKILL.md` file contains clear instructions and Python code examples using standard libraries like `datetime`, `timezone`, `timedelta`, and `zoneinfo`. There is no evidence of malicious intent, data exfiltration, unauthorized system access, or prompt injection attempts against the AI agent. The declared dependencies (`pytz` for older Python versions) are standard for date/time handling.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install timestamp-converter - After installation, invoke the skill by name or use
/timestamp-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Daily auto-generated skill
Metadata
Frequently Asked Questions
What is Timestamp Converter?
Convert between Unix timestamps, ISO 8601 dates, and human-readable formats. Use when working with timestamps from APIs, logs, or databases that need convers... It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.
How do I install Timestamp Converter?
Run "/install timestamp-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Timestamp Converter free?
Yes, Timestamp Converter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Timestamp Converter support?
Timestamp Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Timestamp Converter?
It is built and maintained by LeonardoDpanda (@leonardodpanda); the current version is v1.0.0.
More Skills