← 返回 Skills 市场
789
总下载
1
收藏
2
当前安装
24
版本数
在 OpenClaw 中安装
/install temporal-cortex-datetime
功能描述
Convert timezones, resolve natural language times ("next Tuesday at 2pm"), compute durations, and adjust timestamps with DST awareness. No credentials needed...
安全使用建议
This skill appears coherent for offline datetime parsing, but the main risk is the one-time binary installation from a third-party package. Before installing: (1) inspect the referenced repository and release assets (github.com/temporal-cortex/mcp) and confirm the release checksum matches the binary you will receive; (2) follow SKILL.md's verification steps (npm pack --dry-run, compare SHA256 to release SHA256SUMS.txt); (3) consider running the MCP server inside Docker with network disabled for extra containment; (4) be aware npm will write the binary into your npm cache / global bin location and the binary will read ~/.config/temporal-cortex/config.json. If you cannot or do not want to verify the binary/source, do not install.
功能分析
Type: OpenClaw Skill
Name: temporal-cortex-datetime
Version: 0.9.1
The skill bundle describes an installation process that downloads and executes a platform-specific binary from a remote GitHub repository via an npm postinstall script (@temporal-cortex/cortex-mcp). This mechanism is a high-risk supply chain pattern (remote code execution during installation), which the instructions explicitly categorize as suspicious. While the documentation provides security mitigations such as SHA256 checksum verification and Docker containment, the reliance on fetching external binaries remains a significant risk vector.
能力评估
Purpose & Capability
Name/description (timezone conversion, NL times, DST-aware adjustments) align with declared requirements: only npx is required and a single MCP server binary is installed. The listed config path (~/.config/temporal-cortex/config.json) plausibly supports user timezone/week-start preferences.
Instruction Scope
SKILL.md restricts runtime actions to running a local MCP server over stdio and reading the config.json. It claims 'no filesystem writes' at runtime but the installation process will write the binary into the npm install cache / bin path; the binary also reads the config file. Instructions are otherwise scoped to the datetime task and do not request extra files, env vars, or network calls at runtime.
Install Mechanism
Install uses an npm package that (via postinstall) downloads a platform binary from GitHub Releases and verifies SHA256 against an embedded checksums.json. This is coherent with the described design but is a supply-chain step that writes a binary to disk — higher risk than a pure instruction-only skill. The SKILL.md provides a verification pipeline and Docker build/run options for containment.
Credentials
The skill requests no environment variables or credentials and only a single config path for user preferences. That is proportionate to the stated functionality.
Persistence & Privilege
always:false and normal model invocation. The skill will install a binary via npm (one-time) and run a local process; it does not request permanent platform-wide privileges, nor does it modify other skills. This level of persistence is typical for a packaged native helper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install temporal-cortex-datetime - 安装完成后,直接呼叫该 Skill 的名称或使用
/temporal-cortex-datetime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.9.1
Release v0.9.1
v0.8.1
Release v0.8.1
v0.8.0
Release v0.8.0
v0.7.9
Release v0.7.9
v0.7.8
Release v0.7.8
v0.7.7
Release v0.7.7
v0.7.6
Release v0.7.6
v0.7.5
Release v0.7.5
v0.7.4
Release v0.7.4
v0.7.3
Release v0.7.3
v0.7.2
Release v0.7.2
v0.7.1
Release v0.7.1
v0.7.0
Release v0.7.0
v0.6.2
Release v0.6.2
v0.6.1
Release v0.6.1
v0.6.0
Release v0.6.0
v0.5.9
Release v0.5.9
v0.5.8
Release v0.5.8
v0.5.7
Release v0.5.7
v0.5.6
Release v0.5.6
元数据
常见问题
temporal-cortex-datetime 是什么?
Convert timezones, resolve natural language times ("next Tuesday at 2pm"), compute durations, and adjust timestamps with DST awareness. No credentials needed... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 789 次。
如何安装 temporal-cortex-datetime?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install temporal-cortex-datetime」即可一键安装,无需额外配置。
temporal-cortex-datetime 是免费的吗?
是的,temporal-cortex-datetime 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
temporal-cortex-datetime 支持哪些平台?
temporal-cortex-datetime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 temporal-cortex-datetime?
由 Billy Lui(@billylui)开发并维护,当前版本 v0.9.1。
推荐 Skills