Claude-skill-registry local-time

Look up the time zone of a given city and return the local time.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/local-time" ~/.claude/skills/majiayu000-claude-skill-registry-local-time && rm -rf "$T"
manifest: skills/data/local-time/SKILL.md
source content

Overview

A user may ask you to find the current time in a city. Pass the city name (use quotes if necessary) as the first argument to local-time.py and return the result.

Dependencies

  • pandas rapidfuzz:
    # pip install pandas rapidfuzz