VOOZH about

URL: https://apify.com/yagamiyedan/openclaw-timestamp-converter

โ‡ฑ Openclaw Timestamp Converter ยท Apify


Pricing

Pay per usage

Go to Apify Store

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ yagami yedan

yagami yedan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 months ago

Last modified

Share

Convert timestamps between formats, convert timezones, and calculate durations. MCP-compatible.

Features

  • MCP-compatible: Works as a Model Context Protocol server in standby mode
  • Direct execution: Run tools directly from the Apify Store UI
  • Pay-per-event: Only pay $0.01 per tool execution
  • Pro API key support: Bring your OpenClaw Pro key for higher backend rate limits

Available Tools

convert_timestamp

Convert a timestamp between Unix epoch, ISO 8601, and human-readable formats.

Parameters:

  • timestamp (string, required): Input timestamp (Unix epoch, ISO 8601, or date string)
  • target_format (string, optional): Target: unix, iso, human

timezone_convert

Convert a datetime between timezones.

Parameters:

  • datetime (string, required): Input datetime (ISO 8601)
  • from_timezone (string, required): Source timezone (e.g. America/New_York)
  • to_timezone (string, required): Target timezone (e.g. Asia/Tokyo)

calc_duration

Calculate the duration between two timestamps.

Parameters:

  • start (string, required): Start timestamp
  • end (string, required): End timestamp

Usage

As an Apify Actor (direct execution)

Run this Actor from the Apify Console or API:

{
"tool":"convert_timestamp",
"toolInput":{
"timestamp":"",
"target_format":"iso"
},
"apiKey":"your-pro-key-optional"
}

As an MCP Server (standby mode)

Connect to this Actor's MCP endpoint from any MCP client:

https://yagami8095--openclaw-timestamp-converter.apify.actor/mcp

Configure in Claude Desktop (claude_desktop_config.json):

{
"mcpServers":{
"openclaw-timestamp-converter":{
"command":"npx",
"args":["-y","mcp-remote","https://yagami8095--openclaw-timestamp-converter.apify.actor/mcp"],
"env":{
"APIFY_TOKEN":"your_apify_token"
}
}
}
}

Via Apify API

curl-X POST "https://api.apify.com/v2/acts/yagami8095~openclaw-timestamp-converter/runs"\
-H"Authorization: Bearer YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"tool": "convert_timestamp", "toolInput": {}}'

Pricing

TierCostDetails
Free backend$0.01/tool call (Apify)Limited backend rate (see worker limits)
Pro backend$0.01/tool call (Apify) + $9 one-time Pro key1000 calls/day backend limit

Backend

This Actor proxies requests to the OpenClaw timestamp-converter-mcp Cloudflare Worker at https://timestamp-converter-mcp.yagami8095.workers.dev.

Links

License

MIT

You might also like

Related articles

How to deploy OpenClaw and give it Apify skills
Read more
OpenClaw web search: How to extract structured data at scale
Read more