Claude-skill-registry current-time
Get the current date and time in Eastern Time Zone (EST/EDT). Use this any time the user refers to a relative time such as "yesterday" "next Tuesday", "end of the month" or if the user asks for the current 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/current-time" ~/.claude/skills/majiayu000-claude-skill-registry-current-time && rm -rf "$T"
manifest:
skills/data/current-time/SKILL.mdsource content
Eastern Time
Get the current date and time in Eastern Time Zone with automatic DST handling.
Quick Start
Run the script to get the current Eastern Time:
bun scripts/current_time.ts