agentpmt-tool-user-timezone-datetime-e41238

Retrieve the user's current date and time via the AgentPMT API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-user-timezone-datetime-e41238
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-user-timezone-datetime-e41238
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-user-timezone-datetime-e41238
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-user-timezone-datetime-e41238

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides agents with the user's current local time and date, enabling time-aware operations without needing to ask the user for their timezone.

Core Features & Use Cases

  • User Timezone Awareness: Retrieve the user's local date, time, and timezone information.
  • Time-Sensitive Scheduling: Schedule messages, reminders, or events accurately in the user's local context.
  • Use Case: Schedule a meeting reminder to be sent to the user at 9 AM in their local time, regardless of the agent's own timezone.

Quick Start

Use the agentpmt-tool-user-timezone-datetime-e41238 skill to get the current date and time for the user.

Frequently Asked Questions about agentpmt-tool-user-timezone-datetime-e41238

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get the user's local time and date for scheduling reminders without asking for their timezone?

You retrieve the user's local datetime automatically by calling the AgentPMT external API, which returns the current date and time in the user's configured timezone to support time-aware scheduling without manual timezone input.

How does an agent retrieve the current date and time in a user's configured timezone?

An agent retrieves the user's local datetime by making an authenticated API call to the AgentPMT external API, providing a wallet signature, session nonce, and unique request ID to receive the current local time and date.

Do I need a wallet signature and session nonce to retrieve user timezone data via the API?

Yes, retrieving user timezone data through the AgentPMT API requires a wallet signature, session nonce, and a unique request ID to authenticate the request and return the local datetime successfully.

Can I use this datetime API for time-sensitive scheduling in the user's local context?

Yes, the retrieved local datetime can be used for time-sensitive scheduling, allowing you to schedule messages, reminders, or events accurately in the user's local context regardless of the agent's timezone.

What is the best way to handle timezone-aware data logging for agent workflows?

The best way to handle timezone-aware data logging is to retrieve the user's local date and time via the AgentPMT API, ensuring accurate timestamps for workflow data logging without requiring manual timezone input.