← 返回 Skills 市场
bytesagain3

Unixtime

作者 bytesagain3 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
336
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install unixtime
功能描述
Convert Unix timestamps to dates and back. Use when parsing epoch values, calculating time differences, debugging logs, or generating relative dates.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unixtime
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unixtime 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug unixtime
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 8
常见问题

Unixtime 是什么?

Convert Unix timestamps to dates and back. Use when parsing epoch values, calculating time differences, debugging logs, or generating relative dates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 336 次。

如何安装 Unixtime?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install unixtime」即可一键安装,无需额外配置。

Unixtime 是免费的吗?

是的,Unixtime 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Unixtime 支持哪些平台?

Unixtime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Unixtime?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.0。

💬 留言讨论