get-current-time

star 0

Get the current date and time in various formats and timezones. Use when the user asks "What time is it?", "What's the date today?", "Current time in [timezone]", or any request for current time/date information.

Kamisorara By Kamisorara schedule Updated 2/1/2026

name: get-current-time description: Get the current date and time in various formats and timezones. Use when the user asks "What time is it?", "What's the date today?", "Current time in [timezone]", or any request for current time/date information.

Get Current Time

Overview

Retrieves the current date and time with support for multiple formats, timezones, and locale-specific output.

Quick Start

Get current time in default format (ISO 8601):

python3 get-current-time/scripts/get_time.py

Get time in a specific format:

python3 get-current-time/scripts/get_time.py --format "%Y-%m-%d %H:%M:%S"

Get time in a specific timezone:

python3 get-current-time/scripts/get_time.py --timezone "Asia/Shanghai"

Available Formats

Format Description Example
iso ISO 8601 format (default) 2025-01-15T14:30:00+08:00
date Date only 2025-01-15
time Time only 14:30:00
full Full readable format Wednesday, January 15, 2025 at 2:30 PM
timestamp Unix timestamp 1736927400

Common Timezones

  • Asia/Shanghai - China Standard Time
  • America/New_York - Eastern Time
  • America/Los_Angeles - Pacific Time
  • Europe/London - GMT/BST
  • Asia/Tokyo - Japan Standard Time
  • UTC - Coordinated Universal Time

Resources

scripts/get_time.py

Main script for retrieving current time. Supports custom formats and timezones via command-line arguments.

Install via CLI
npx skills add https://github.com/Kamisorara/MiO-assistant --skill get-current-time
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator