← 返回 Skills 市场
Time
作者
Joaquin Quezada Hernandez
· GitHub ↗
· v0.3.0
921
总下载
2
收藏
5
当前安装
3
版本数
在 OpenClaw 中安装
/install time
功能描述
LLM temporal reasoning scaffold for the temporal CLI.
安全使用建议
This skill appears to be what it says: a helper for the 'temporal' CLI. Before installing: prefer running the included scripts/install.sh (it performs checksum verification for known bundled versions) instead of the curl examples in the README (those skip checksums). If you want the 'latest' release, obtain and supply TEMPORAL_SHA256 to avoid blind installs. Inspect the GitHub repo (Ikana/temporal) to establish trust, pin a version when possible, and consider installing to ~/.local/bin (or running in a sandbox/container) if you prefer not to place a new binary in /usr/local/bin.
功能分析
Type: OpenClaw Skill
Name: time
Version: 0.3.0
The `SKILL.md` file provides direct `curl` commands for installing the `temporal` binary from GitHub releases without any checksum verification. While the skill documentation notes this as less secure and recommends using `scripts/install.sh` (which does perform checksum verification), the unverified installation instructions are still present and could be followed by an AI agent or user. This introduces a significant supply chain vulnerability, as a compromised GitHub release could lead to arbitrary code execution on the host system.
能力评估
Purpose & Capability
The skill is explicitly a helper for the temporal CLI and only requires the 'temporal' binary. No unrelated credentials, config paths, or unrelated binaries are requested.
Instruction Scope
SKILL.md confines actions to running the temporal CLI, editing/reading a local time.md, and using a /tmp scratch directory. It instructs running scripts/install.sh (provided) if temporal is missing. One caveat: the document includes explicit curl examples that download GitHub release binaries without checksum verification — the README notes this and recommends the provided installer instead.
Install Mechanism
There is no platform package spec; the included scripts/install.sh downloads a release binary from the project's GitHub releases and verifies a bundled SHA-256 for v0.1.0. Using GitHub releases is normal, and the installer verifies checksums when a bundled digest is available. The SKILL.md's ad-hoc curl examples bypass checksum verification (acknowledged in the text), which raises a moderate risk if followed blindly. The installer will refuse to install arbitrary 'latest' releases unless the user supplies TEMPORAL_SHA256, which is a cautious design.
Credentials
No sensitive environment variables or credentials are required. The installer accepts optional overrides (TEMPORAL_VERSION, TEMPORAL_INSTALL_DIR, TEMPORAL_SHA256), which are reasonable for controlling installation behavior.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. The installer places the binary in /usr/local/bin when writable or ~/.local/bin otherwise — standard installer behavior and scoped to the tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install time - 安装完成后,直接呼叫该 Skill 的名称或使用
/time触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
- Updates to install script and documentation for more robust and flexible checksum handling.
- `scripts/install.sh` now verifies SHA-256 checksums using values bundled with the installer (not from remote release files).
- Added support for custom install directory and version overrides via `TEMPORAL_INSTALL_DIR` and `TEMPORAL_VERSION`.
- Documentation clarifies curl usage does not verify checksums and recommends the installer as the preferred method.
- New option to supply a custom checksum via `TEMPORAL_SHA256` for versions that lack a bundled value.
v0.2.0
- New installer script (`scripts/install.sh`) added for automated `temporal` CLI setup.
- Prerequisites now detail how to use the installer, including OS/arch auto-detection and checksum verification.
- Installer installs to `/usr/local/bin` or `~/.local/bin` based on permissions, and allows version override via `TEMPORAL_VERSION`.
- Metadata section added for better toolchain integration.
- Existing manual install methods and usage remain available and unchanged.
v0.1.0
Initial release with temporal reasoning support via the temporal CLI.
- Provides scaffolding for date, deadline, scheduling, and relative time tasks.
- Adopts a strict ego-moving temporal metaphor: users move forward through time; future events are ahead, past are behind.
- Details installation instructions for multiple platforms and checksum verification.
- Documents core temporal CLI commands (init, add, show, now, refresh, remove, seq, span).
- Introduces annotated timeline, sequences, and durations format in Markdown.
- Includes scratch pad workflow for temporary reasoning.
- States key usage rules and output conventions.
元数据
常见问题
Time 是什么?
LLM temporal reasoning scaffold for the temporal CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 921 次。
如何安装 Time?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install time」即可一键安装,无需额外配置。
Time 是免费的吗?
是的,Time 完全免费(开源免费),可自由下载、安装和使用。
Time 支持哪些平台?
Time 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Time?
由 Joaquin Quezada Hernandez(@ikana)开发并维护,当前版本 v0.3.0。
推荐 Skills