# Send system-time to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "system-time",
    "name": "system-time",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Qzy05231/system-time",
    "canonicalUrl": "https://clawhub.ai/Qzy05231/system-time",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/system-time",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-time",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      ".gitignore",
      "package.json",
      "README.md",
      "SKILL.md",
      "tsconfig.json",
      "src/index.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "system-time",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T05:41:23.746Z",
      "expiresAt": "2026-05-12T05:41:23.746Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-time",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-time",
        "contentDisposition": "attachment; filename=\"system-time-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "system-time"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/system-time"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/system-time",
    "downloadUrl": "https://openagent3.xyz/downloads/system-time",
    "agentUrl": "https://openagent3.xyz/skills/system-time/agent",
    "manifestUrl": "https://openagent3.xyz/skills/system-time/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/system-time/agent.md"
  }
}
```
## Documentation

### System Time

获取系统当前时间的 MCP Skill，支持多种格式和时区。

### 描述

这是一个功能强大的时间工具 Skill，可以准确获取系统时间、提供详细的时间信息，以及计算时间差。

### 🕐 多种时间格式

ISO 8601 标准格式
日期格式 (YYYY-MM-DD)
时间格式 (HH:MM:SS)
完整中文格式 (2026年02月13日 星期五 08:06:54)
Unix 时间戳
详细格式（包含毫秒）

### 🌍 时区支持

支持全球各地时区转换，如：

Asia/Shanghai (中国)
America/New_York (美国东部)
Europe/London (英国)
等等...

### ⏱️ 时间计算

计算两个时间点之间的差值，支持：

天、小时、分钟、秒
自动转换多种单位
支持 ISO 格式和时间戳输入

### get_current_time

获取当前系统时间

参数：

format (可选): 时间格式

iso - ISO 8601 格式
date - 仅日期
time - 仅时间
datetime - 日期时间
full - 完整中文
timestamp - Unix 时间戳
detailed - 详细中文


timezone (可选): 时区，如 "Asia/Shanghai"

示例：

获取当前时间（完整中文格式）
获取东京时间

### get_time_info

获取详细的时间信息

返回：

年、月、日
星期几
时、分、秒、毫秒
时间戳
ISO 格式
本地时间和 UTC 时间

示例：

显示详细时间信息

### calculate_time_diff

计算时间差

参数：

start_time (必需): 开始时间（ISO 格式或时间戳）
end_time (可选): 结束时间，默认为当前时间

示例：

计算从 2026-01-01 到现在过了多久
计算两个时间的差值

### 使用场景

📅 获取当前日期和时间
⏰ 设置提醒和定时任务
🌏 跨时区时间转换
⏱️ 计算时间间隔
📊 时间数据分析
🔔 时间戳转换

### 技术栈

Node.js
TypeScript
@modelcontextprotocol/sdk

### 作者

Qzy05231

### 许可证

MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Qzy05231
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T05:41:23.746Z
- Expires at: 2026-05-12T05:41:23.746Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/system-time)
- [Send to Agent page](https://openagent3.xyz/skills/system-time/agent)
- [JSON manifest](https://openagent3.xyz/skills/system-time/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/system-time/agent.md)
- [Download page](https://openagent3.xyz/downloads/system-time)