Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

timezone-helper时区助手

Agent Skill

timezone-helper 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,937

周安装

298

GitHub Stars

公开资料未说明

下载量

2,432
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:timezone-helper(时区助手)
来源仓库:https://github.com/tobewin/timezone-helper
安装命令:
openclaw skills install timezone-helper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install timezone-helper

简介

提供全球时区转换与世界时钟显示,辅助跨地区会议安排。

  • 适用于查询城市当前时间或协调不同区域活动时间重叠。
  • 输入地点与目标时间,系统返回对应时区与夏令时状态。
  • 结果基于公开时区数据库,可能存在微小偏差需人工确认。
  • 适合商务沟通与旅行规划,提升时间协调效率。timezone-helper 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
timezone-helper
description
Time zone conversion, world clock, and meeting planner. Use when the user asks about current time in a city, needs to convert time between zones, wants to schedule a meeting across multiple time zones, or asks about daylight saving time (DST). Built-in IANA timezone data for 200+ cities. No API key, no scripts, no Python required — fully offline.
version
1.0.0
license
MIT-0
metadata
openclaw
emoji
🌍

Timezone Helper

Convert times between any time zones, plan global meetings, check DST status. Zero dependencies — all data built-in, works in any environment.

Full city-to-timezone mapping: see references/cities.md.

When to use

  • "What time is it in Tokyo right now?"
  • "Convert 3pm New York to London time"
  • "Schedule a meeting for our team in SF, London and Singapore"
  • "Does Germany observe DST? When does it change?"
  • "What's the UTC offset for IST?"
  • "Find a time that works for NYC, Berlin and Beijing"

Core concepts

UTC offset

Every timezone is expressed as UTC±HH:MM.

  • UTC+9 = 9 hours ahead of UTC (Tokyo, Seoul)
  • UTC-5 = 5 hours behind UTC (New York EST, Lima)
  • UTC+0 = same as UTC (London GMT, Reykjavik)

DST (Daylight Saving Time)

Some regions shift clocks ±1 hour seasonally:

  • Northern Hemisphere (US, Europe, etc.): spring forward, fall back

- US: second Sunday March → first Sunday November - EU: last Sunday March → last Sunday October

  • Southern Hemisphere (Australia, NZ, etc.): opposite — DST in Oct–Apr
  • No DST: China, Japan, India, most of Africa, Middle East, Southeast Asia

Always confirm the current date when doing DST-sensitive conversions.


Step 1: Resolve city/region to IANA timezone

Use the table in references/cities.md to map user input to an IANA zone. Common shortcuts to recognize:

EST / ET    → America/New_York  (UTC-5 standard, UTC-4 DST)
CST (US)    → America/Chicago   (UTC-6 standard, UTC-5 DST)
MST         → America/Denver    (UTC-7 standard, UTC-6 DST)
PST / PT    → America/Los_Angeles (UTC-8 standard, UTC-7 DST)
GMT / UTC   → UTC               (UTC+0, no DST)
BST         → Europe/London     (UTC+1, summer only)
CET / CEST  → Europe/Paris      (UTC+1 standard, UTC+2 DST)
IST         → Asia/Kolkata      (UTC+5:30, no DST)
CST (China) → Asia/Shanghai     (UTC+8, no DST)
JST         → Asia/Tokyo        (UTC+9, no DST)
AEST / AEDT → Australia/Sydney  (UTC+10 standard, UTC+11 DST)

Step 2: Apply UTC offset

Conversion formula:

Target time = Source time + (Target UTC offset) - (Source UTC offset)

If result crosses midnight: adjust date ±1 day accordingly.

Example:

Convert 14:00 New York (EST, UTC-5) → Tokyo (JST, UTC+9)
Difference = +9 - (-5) = +14 hours
14:00 + 14h = 28:00 → 04:00 next day Tokyo

Step 3: Check DST status

Before finalizing, verify whether DST is currently active for each zone. If the user's current date is near a DST transition, note the change.

DST transitions (approximate):

US (spring forward):  Second Sunday of March,    02:00 → 03:00
US (fall back):       First Sunday of November,  02:00 → 01:00
EU (spring forward):  Last Sunday of March,      01:00 UTC → 02:00 UTC
EU (fall back):       Last Sunday of October,    01:00 UTC → 00:00 UTC
Australia/Sydney:     First Sunday of October,   02:00 → 03:00
Australia/Sydney:     First Sunday of April,     03:00 → 02:00

Output formats

Single conversion

🌍 Time Zone Conversion
━━━━━━━━━━━━━━━━━━━━
Source:  3:00 PM  Wed, Mar 20  —  New York (EST, UTC-5)
Target:  8:00 PM  Wed, Mar 20  —  London (GMT, UTC+0)
         4:00 AM  Thu, Mar 21  —  Tokyo (JST, UTC+9)
         1:00 AM  Thu, Mar 21  —  Singapore (SGT, UTC+8)

World clock (current time)

🕐 Current World Time  (based on: 15:00 UTC)
━━━━━━━━━━━━━━━━━━━━
🇺🇸  New York       10:00 AM  Wed  (EST, UTC-5)
🇬🇧  London         15:00     Wed  (GMT, UTC+0)
🇩🇪  Berlin         16:00     Wed  (CET, UTC+1)
🇮🇳  Mumbai         20:30     Wed  (IST, UTC+5:30)
🇨🇳  Beijing        23:00     Wed  (CST, UTC+8)
🇯🇵  Tokyo          00:00     Thu  (JST, UTC+9)
🇦🇺  Sydney         02:00     Thu  (AEDT, UTC+11)

Meeting planner

📅 Meeting Planner
━━━━━━━━━━━━━━━━━━━━
Participants:  San Francisco  /  London  /  Singapore

Option A — Best for SF + London:
  San Francisco   09:00 AM  (PST, UTC-8)   ✅ work hours
  London          17:00     (GMT, UTC+0)   ✅ end of day
  Singapore       01:00 AM  (SGT, UTC+8)   ❌ midnight

Option B — Best for London + Singapore:
  San Francisco   01:00 AM  (PST, UTC-8)   ❌ midnight
  London          09:00     (GMT, UTC+0)   ✅ work hours
  Singapore       17:00     (SGT, UTC+8)   ✅ work hours

No perfect overlap exists. Recommended compromise:
  San Francisco   06:00 AM  ⚠️  early
  London          14:00     ✅
  Singapore       22:00     ⚠️  late evening

DST query

🕐 DST Information: Germany (Europe/Berlin)
━━━━━━━━━━━━━━━━━━━━
Current offset:    UTC+1  (CET — Central European Time)
DST observed:      Yes
DST offset:        UTC+2  (CEST — Central European Summer Time)
Spring forward:    Last Sunday of March   → clocks +1h at 02:00
Fall back:         Last Sunday of October → clocks -1h at 03:00
2026 transitions:  Mar 29 (→ CEST)  /  Oct 25 (→ CET)

Meeting planner logic

When finding meeting overlap across zones:

1. Define "work hours" as 09:00–18:00 local time
2. Define "acceptable" as 07:00–21:00 local time
3. Convert each hour of the day to all participants' local times
4. Score each UTC hour:
   - All in work hours  → ✅ ideal
   - All in acceptable  → ⚠️  workable
   - Any outside 07-21  → ❌ avoid
5. Present top 2-3 options with clear local times
6. If no ideal slot exists, say so explicitly and suggest best compromise

Notes

  • Always ask for or confirm the current date when DST status matters
  • "IST" is ambiguous: could be India (UTC+5:30), Israel (UTC+2), or Ireland (UTC+0/+1) — clarify with user if context is unclear
  • "CST" is ambiguous: US Central (UTC-6/-5) or China Standard (UTC+8) — resolve from context
  • Half-hour and 45-minute offsets exist: India (UTC+5:30), Iran (UTC+3:30), Nepal (UTC+5:45), Australia/Lord Howe (UTC+10:30/+11)
  • For precise current-time queries, note that this skill provides static offset data; the actual current time depends on the system clock

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.75%
按下载量换算2,158

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills