← 返回 Skills 市场
Timestamp Converter
作者
LeonardoDpanda
· GitHub ↗
· v1.0.0
302
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install timestamp-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/timestamp-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Daily auto-generated skill
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 Timestamp Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install timestamp-converter」即可一键安装,无需额外配置。
Timestamp Converter 是免费的吗?
是的,Timestamp Converter 完全免费(开源免费),可自由下载、安装和使用。
Timestamp Converter 支持哪些平台?
Timestamp Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Timestamp Converter?
由 LeonardoDpanda(@leonardodpanda)开发并维护,当前版本 v1.0.0。
推荐 Skills