← Back to Skills Marketplace
202
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install time-converter
Description
Convert time between specified IANA timezones with optional date input, supporting multiple time formats and displaying timezone offsets.
Usage Guidance
Do not run chmod +x or execute a convert_time binary unless you can inspect it first. The package you received contains only README.md and SKILL.md — the executable/script is missing. Ask the publisher for the convert_time script or the source code, and review its contents (look for shebang, any network calls, or subprocess/system commands) before making it executable. Confirm the script's Python requirements (Python 3.9+ for zoneinfo) and run it in a sandboxed environment if you must test it. If the publisher cannot provide source or a trustworthy homepage, treat the skill as incomplete and avoid installing or executing anything from it.
Capability Analysis
Type: OpenClaw Skill
Name: time-converter
Version: 1.0.0
The skill bundle contains metadata and documentation for a standard timezone conversion utility. The instructions in SKILL.md and README.md are consistent with the stated purpose, providing clear usage examples and installation steps (chmod +x) without any evidence of malicious intent, prompt injection, or suspicious data handling.
Capability Assessment
Purpose & Capability
The stated purpose (converting timezones) matches the described behavior and uses Python's zoneinfo. However, the SKILL.md references a local executable (~/.openclaw/skills/time-converter/convert_time) and mentions Python but the package contains only README.md and SKILL.md — no script or explicit requirement for a python binary is declared.
Instruction Scope
Runtime instructions are narrowly scoped (make a script executable and run convert_time), and do not ask for unrelated files or credentials. The concern is that the instructions direct the user to chmod and run an executable that is not included in the bundle; running unknown executables is risky. The SKILL.md also claims Python zoneinfo usage but doesn't instruct how to invoke Python or include the script content.
Install Mechanism
No install spec or downloads are present (lower risk). The only install step is a chmod of a path inside ~/.openclaw/skills/... which assumes a file will exist there — since no file is included, this is likely an incomplete package rather than an active supply-chain install. No external URLs or archives are used.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to a simple timezone conversion tool.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request elevated persistence or modify other skills' configuration. No privilege concerns detected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install time-converter - After installation, invoke the skill by name or use
/time-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Convert time between timezones
Metadata
Frequently Asked Questions
What is Time Converter?
Convert time between specified IANA timezones with optional date input, supporting multiple time formats and displaying timezone offsets. It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.
How do I install Time Converter?
Run "/install time-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Time Converter free?
Yes, Time Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Time Converter support?
Time Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Time Converter?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills