skills/polymer-pay-chronos/SKILL.md
Timezone conversion and current time service via Polymer Pay proxy. Provides current time lookups, datetime conversions between timezones, and IANA timezone listings with accurate pricing for each operation.
npx skillsauth add polymerdao/pay-apis polymer-pay-chronosInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Timezone and datetime conversion service through the Polymer Pay proxy. Get current time for any timezone, convert datetimes between timezones, and retrieve supported IANA timezone lists.
All requests route through the Polymer Pay proxy and require an API key header:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/mavs-agent-army.fly.dev/api/chronos/api
Retrieve the current date and time for any IANA timezone.
Pricing: $0.005
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/mavs-agent-army.fly.dev/api/chronos/api/now?timezone=America/New_York",
"headers": {
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Parameters:
timezone (required): IANA timezone identifier (e.g., America/New_York, Europe/London, Asia/Tokyo)Response fields:
datetime: ISO 8601 formatted datetime (e.g., 2026-02-17T14:30:45.123Z)timezone: The requested timezone identifieroffset: UTC offset in hours (e.g., -5)Convert a specific datetime from one timezone to another.
Pricing: $0.005
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/mavs-agent-army.fly.dev/api/chronos/api/convert",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"datetime": "2026-02-17T09:00:00",
"fromTimezone": "America/New_York",
"toTimezone": "Asia/Tokyo"
}
}
Request body fields:
datetime (required): Date and time to convert (ISO 8601 format or YYYY-MM-DDTHH:mm:ss)fromTimezone (required): Source IANA timezone identifiertoTimezone (required): Target IANA timezone identifierResponse fields:
originalDatetime: Input datetimefromTimezone: Source timezonetoTimezone: Target timezoneconvertedDatetime: Converted datetime in target timezonefromOffset: Source timezone UTC offsettoOffset: Target timezone UTC offsetRetrieve a filtered list of supported IANA timezone identifiers.
Pricing: $0.005
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/mavs-agent-army.fly.dev/api/chronos/api/timezones?region=America&limit=50",
"headers": {
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Parameters:
region (optional): Filter by region prefix (e.g., America, Europe, Asia, Pacific)limit (optional): Maximum number of results to return (default: 50, max: 500)Response: Array of timezone objects with name and region fields
Verify service availability before spending credits.
Pricing: $0.00
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/mavs-agent-army.fly.dev/api/chronos/api/health",
"headers": {
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
America/New_York not abbreviations like ESTregion parameter to narrow results instead of fetching all timezonesdevelopment
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.