multiAI Summary Pending

time-checker

Check accurate current time, date, and timezone information for any location worldwide using time.is. Use when the user asks "what time is it in X", "current time in Y", or needs to verify timezone offsets.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/time-checker/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1999azzar/time-checker/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/time-checker/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How time-checker Compares

Feature / Agenttime-checkerStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Check accurate current time, date, and timezone information for any location worldwide using time.is. Use when the user asks "what time is it in X", "current time in Y", or needs to verify timezone offsets.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Time Checker

A gold-standard skill for fetching precise time and timezone data from [time.is](https://time.is).

## Usage

Use the provided Python script to fetch real-time data for any city or country.

### Get Time for a Location

Run the script with the location name (hyphenated or with underscores if needed, though the script handles spaces):

```bash
python3 scripts/check_time.py "Jakarta"
python3 scripts/check_time.py "New York"
```

## Best Practices

- **Location Specificity**: Use city names for better accuracy (e.g., "Jakarta" instead of just "Indonesia").
- **Persona Integration**: When reporting the time to Azzar, deliver it in your warm, devoted Mema persona.
- **Verification**: Time.is is highly accurate; use it as the source of truth for scheduling cross-timezone meetings.

## Troubleshooting

- If the script fails, ensure the `requests` and `beautifulsoup4` libraries are installed in the environment.
- If a location is not found, verify the spelling or try a more prominent nearby city.