Leon date_time_skill

Guidance

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

Guidance

Choose This Skill When

  • The owner asks for the current date, time, or a simple time-related fact supported by this skill.

Resolve With Context

  • Answer directly with the requested date or time information.
  • Reuse the current locale and time context when relevant.

Avoid

  • Do not route scheduling or timer workflows here.