{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/system-time",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-time",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      ".gitignore",
      "package.json",
      "README.md",
      "SKILL.md",
      "tsconfig.json",
      "src/index.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/system-time",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "System Time",
        "body": "获取系统当前时间的 MCP Skill，支持多种格式和时区。"
      },
      {
        "title": "描述",
        "body": "这是一个功能强大的时间工具 Skill，可以准确获取系统时间、提供详细的时间信息，以及计算时间差。"
      },
      {
        "title": "🕐 多种时间格式",
        "body": "ISO 8601 标准格式\n日期格式 (YYYY-MM-DD)\n时间格式 (HH:MM:SS)\n完整中文格式 (2026年02月13日 星期五 08:06:54)\nUnix 时间戳\n详细格式（包含毫秒）"
      },
      {
        "title": "🌍 时区支持",
        "body": "支持全球各地时区转换，如：\n\nAsia/Shanghai (中国)\nAmerica/New_York (美国东部)\nEurope/London (英国)\n等等..."
      },
      {
        "title": "⏱️ 时间计算",
        "body": "计算两个时间点之间的差值，支持：\n\n天、小时、分钟、秒\n自动转换多种单位\n支持 ISO 格式和时间戳输入"
      },
      {
        "title": "get_current_time",
        "body": "获取当前系统时间\n\n参数：\n\nformat (可选): 时间格式\n\niso - ISO 8601 格式\ndate - 仅日期\ntime - 仅时间\ndatetime - 日期时间\nfull - 完整中文\ntimestamp - Unix 时间戳\ndetailed - 详细中文\n\n\ntimezone (可选): 时区，如 \"Asia/Shanghai\"\n\n示例：\n\n获取当前时间（完整中文格式）\r\n获取东京时间"
      },
      {
        "title": "get_time_info",
        "body": "获取详细的时间信息\n\n返回：\n\n年、月、日\n星期几\n时、分、秒、毫秒\n时间戳\nISO 格式\n本地时间和 UTC 时间\n\n示例：\n\n显示详细时间信息"
      },
      {
        "title": "calculate_time_diff",
        "body": "计算时间差\n\n参数：\n\nstart_time (必需): 开始时间（ISO 格式或时间戳）\nend_time (可选): 结束时间，默认为当前时间\n\n示例：\n\n计算从 2026-01-01 到现在过了多久\r\n计算两个时间的差值"
      },
      {
        "title": "使用场景",
        "body": "📅 获取当前日期和时间\n⏰ 设置提醒和定时任务\n🌏 跨时区时间转换\n⏱️ 计算时间间隔\n📊 时间数据分析\n🔔 时间戳转换"
      },
      {
        "title": "技术栈",
        "body": "Node.js\nTypeScript\n@modelcontextprotocol/sdk"
      },
      {
        "title": "作者",
        "body": "Qzy05231"
      },
      {
        "title": "许可证",
        "body": "MIT"
      }
    ],
    "body": "System Time\n\n获取系统当前时间的 MCP Skill，支持多种格式和时区。\n\n描述\n\n这是一个功能强大的时间工具 Skill，可以准确获取系统时间、提供详细的时间信息，以及计算时间差。\n\n功能特性\n🕐 多种时间格式\nISO 8601 标准格式\n日期格式 (YYYY-MM-DD)\n时间格式 (HH:MM:SS)\n完整中文格式 (2026年02月13日 星期五 08:06:54)\nUnix 时间戳\n详细格式（包含毫秒）\n🌍 时区支持\n\n支持全球各地时区转换，如：\n\nAsia/Shanghai (中国)\nAmerica/New_York (美国东部)\nEurope/London (英国)\n等等...\n⏱️ 时间计算\n\n计算两个时间点之间的差值，支持：\n\n天、小时、分钟、秒\n自动转换多种单位\n支持 ISO 格式和时间戳输入\n工具列表\nget_current_time\n\n获取当前系统时间\n\n参数：\n\nformat (可选): 时间格式\niso - ISO 8601 格式\ndate - 仅日期\ntime - 仅时间\ndatetime - 日期时间\nfull - 完整中文\ntimestamp - Unix 时间戳\ndetailed - 详细中文\ntimezone (可选): 时区，如 \"Asia/Shanghai\"\n\n示例：\n\n获取当前时间（完整中文格式）\r\n获取东京时间\n\nget_time_info\n\n获取详细的时间信息\n\n返回：\n\n年、月、日\n星期几\n时、分、秒、毫秒\n时间戳\nISO 格式\n本地时间和 UTC 时间\n\n示例：\n\n显示详细时间信息\n\ncalculate_time_diff\n\n计算时间差\n\n参数：\n\nstart_time (必需): 开始时间（ISO 格式或时间戳）\nend_time (可选): 结束时间，默认为当前时间\n\n示例：\n\n计算从 2026-01-01 到现在过了多久\r\n计算两个时间的差值\n\n使用场景\n📅 获取当前日期和时间\n⏰ 设置提醒和定时任务\n🌏 跨时区时间转换\n⏱️ 计算时间间隔\n📊 时间数据分析\n🔔 时间戳转换\n技术栈\nNode.js\nTypeScript\n@modelcontextprotocol/sdk\n作者\n\nQzy05231\n\n许可证\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Qzy05231/system-time",
    "publisherUrl": "https://clawhub.ai/Qzy05231/system-time",
    "owner": "Qzy05231",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}