Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

openclaw-timestamp-converterOpenClaw timestamp 转换器

Agent Skill

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

总安装

10,233

周安装

418

GitHub Stars

公开资料未说明

下载量

3,277
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-timestamp-converter

简介

openclaw-timestamp-converter 提供精确的时间戳与时区转换服务。

  • 适用于需要将纪元时间转为可读日期、查询特定时区当前时间的场景。
  • 支持多工具组合使用,如“东京现在几点”或“转换此时间戳”。
  • 依赖远程服务器,需注意网络连通性与服务响应状态。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
openclaw-timestamp-converter
version
2.0.0
description
Remote timestamp & timezone MCP server with 5 precision tools. Use when: (1) 'convert this timestamp' or 'epoch to date', (2) 'what time is it in Tokyo' or 'convert PST to JST', (3) 'how many days between' or 'calculate duration', (4) 'list timezones' or 'UTC offset for Sydney', (5) 'how long ago' or 'time ago'. Full IANA database (400+ zones), DST-aware, business-day math, leap-year correct. Zero install, sub-100ms on Cloudflare Workers. Free 30/day + Pro $9/mo.
read_when
metadata
openclaw
emoji
\⏰
homepage
https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers
always
false

OpenClaw Timestamp Converter v2.0

Never fight with timezones again. 5 tools. 400+ zones. DST-aware. Sub-100ms.

ToolPurposeFree
convert_timestampEpoch/ISO/RFC/human-readable conversionYes
timezone_convertCross-timezone translation with DSTYes
duration_calcDate math, business days, age calcYes
list_timezonesSearch 400+ IANA zones by city/offsetYes
relative_time"3 hours ago" / "in 2 days" outputYes

What's New in v2.0

  • ChronoEdge Protocol — All conversions run on Cloudflare's edge network. Global sub-100ms, no cold starts.
  • 400+ IANA Zones — Full timezone database with DST transition dates, historical offsets, and abbreviation mapping.
  • BusinessDay Engine — Duration calculations that skip weekends, handle leap years, and support custom holiday calendars.
  • AutoDetect Parser — Pass any timestamp format (epoch seconds, epoch millis, ISO 8601, RFC 2822, natural language). We figure it out.

Quick Start

{
  "openclaw-timestamp": {
    "type": "streamable-http",
    "url": "https://timestamp-converter-mcp.yagami8095.workers.dev/mcp"
  }
}

Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.

Detection Triggers

This skill activates when a user says any of these:

  • "convert timestamp", "epoch to date", "what time is 1709827200", "Unix to human readable"
  • "what time is it in Tokyo", "convert PST to JST", "translate meeting time"
  • "calculate duration", "how many days between", "time difference", "add 3 weeks to today"
  • "list timezones", "UTC offset for", "what timezone is Sydney in", "IANA timezone"
  • "time ago", "relative time", "how long ago was March 1", "when was 1700000000"
  • "ISO 8601", "milliseconds to date", "RFC 2822", "business days between"

Named Protocols

ChronoEdge Protocol

All timestamp parsing and conversion runs on Cloudflare Workers' edge network. No cold start, no server round-trip. Average response under 50ms worldwide.

AutoDetect Parser

Pass any timestamp format and the tool identifies it automatically:

  • 1709827200 -- detected as Unix epoch (seconds)
  • 1709827200000 -- detected as Unix epoch (milliseconds)
  • "2024-03-07T12:00:00Z" -- detected as ISO 8601
  • "Thu, 07 Mar 2024 12:00:00 GMT" -- detected as RFC 2822
  • "March 7, 2024 3pm" -- detected as natural language

BusinessDay Engine

Duration calculations that understand the real world: skip weekends, account for leap years and leap seconds, support configurable work-week definitions.

Tools (5)

convert_timestamp -- Universal Timestamp Conversion

Convert between Unix epoch (seconds or milliseconds), ISO 8601, RFC 2822, and human-readable formats. AutoDetect Parser identifies your input format automatically.

Input: any timestamp format Output: all major formats simultaneously -- epoch, ISO, RFC, human-readable, day of week, week number, day of year

Wrong / Right:

WRONG: "Convert 1709827200 to a date" then manually parsing the epoch in your head
RIGHT: convert_timestamp({ timestamp: "1709827200" })
       -> { iso: "2024-03-07T16:00:00Z", human: "Thursday, March 7, 2024 4:00 PM UTC", epoch_ms: 1709827200000, week: 10, dayOfYear: 67 }

WRONG: Guessing whether 1709827200000 is seconds or milliseconds
RIGHT: AutoDetect Parser recognizes 13-digit = milliseconds, 10-digit = seconds. Always correct.

timezone_convert -- Cross-Timezone Translation

Convert a specific date-time from one timezone to another. Fully DST-aware with transition date reporting.

Input: datetime + source timezone + one or more target timezones Output: converted times with UTC offsets, DST status, abbreviations, and next DST transition date

Wrong / Right:

WRONG: timezone_convert({ time: "3pm", from: "EST", to: "JST" })
       -> Ambiguous! EST could mean US Eastern or Australian Eastern. Use IANA names.
RIGHT: timezone_convert({ time: "2024-03-07T15:00:00", from: "America/New_York", to: "Asia/Tokyo" })
       -> { converted: "2024-03-08T05:00:00+09:00", dst: false, abbreviation: "JST", utcOffset: "+09:00" }

WRONG: Forgetting DST transitions when scheduling across timezones
RIGHT: The tool reports next DST transition date, so you know if the time will shift next week

duration_calc -- Time Arithmetic

Calculate the exact duration between two dates/times, or add/subtract a duration from a date.

Returns: breakdown in years, months, days, hours, minutes, seconds -- plus total in each unit Supports: business days mode (weekends excluded), leap year awareness, ISO 8601 duration format (P3Y6M4DT12H30M5S)

Wrong / Right:

WRONG: Manually counting days between dates and forgetting February has 28/29 days
RIGHT: duration_calc({ from: "2024-01-15", to: "2024-03-07" })
       -> { days: 52, businessDays: 38, breakdown: { months: 1, days: 21 } }

WRONG: Adding "30 days" when you mean "1 month" (they differ across months)
RIGHT: duration_calc({ from: "2024-01-31", add: "P1M" }) -> "2024-02-29" (leap year aware)

list_timezones -- IANA Timezone Database

Browse and search the complete IANA timezone database (400+ entries). Find timezone by city, country, or offset.

Search: fuzzy match by city name ("Tokyo"), country code ("JP"), or offset ("UTC+9") Returns: IANA name, current UTC offset, DST status, next transition date, common abbreviation

relative_time -- Human-Friendly Time

Convert any timestamp to natural language relative time expressions.

Supports: past ("3 hours ago") and future ("in 2 days"), configurable granularity AutoDetect: pass epoch, ISO, or human-readable date strings -- format is auto-identified

Security & Privacy

  • No data storage -- Timestamps are processed in-memory on Cloudflare Workers and never written to disk or database.
  • No logging of input -- Your timestamps, meeting times, and date calculations are not logged or recorded.
  • Edge isolation -- Each request runs in an isolated V8 isolate on Cloudflare's edge. No shared state between requests.
  • No external calls -- All timezone data is embedded in the worker. No third-party API calls during processing.
  • HTTPS only -- All connections are TLS 1.3 encrypted. HTTP requests are rejected, not redirected.

Pricing

TierCalls/DayPriceIncludes
Free30$0All 5 tools, no signup required
Pro1,000$9/moAll 9 OpenClaw servers (49 tools)
x402Pay-per-call$0.05 USDCNo account needed, crypto-native

Get Pro Key: https://buy.stripe.com/4gw5na5U19SP9TW288

The OpenClaw Intelligence Stack

ServerToolsBest For
JSON Toolkit6Format, validate, diff, query, transform JSON
Regex Engine5Test, extract, replace, explain regex patterns
Color Palette5Generate, convert, harmonize, accessibility-check colors
Timestamp Converter5Parse, format, diff, timezone-convert timestamps
Prompt Enhancer6Optimize, rewrite, score, A/B test AI prompts
Market Intelligence6AI market trends, GitHub stats, competitor analysis
Fortune & Tarot3Daily fortune, tarot readings, I Ching
Content Publisher8MoltBook posts, social content, newsletter
AgentForge Compare5Compare AI tools, frameworks, MCP servers

All 9 servers share one Pro key. $9/mo = 49 tools.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

80.42%
按下载量换算2,635

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills