🕒
AutomationHTML

Time Fetcher

by shanraisshan

Time Fetcher is an Automation skill for Claude Code, published by shanraisshan in claude-code-best-practice.

64.4K stars6.4K forkson shanraisshan/claude-code-best-practiceAdded 2026/08/13Repository updated 2026/08/13
agentic-aiagentic-codingagentic-engineeringagentic-workflowaiai-agentsanthropicbest-practicesborisclaudeclaude-aiclaude-codeclaude-code-agentsclaude-code-best-practicesclaude-code-commandsclaude-code-skillscontext-engineeringpakistanpakistani-developervibe-coding
Install in seconds
Install Time Fetcher
Copy Time Fetcher into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/shanraisshan/claude-code-best-practice/tree/main/agent-teams/.claude/skills/time-fetcher ~/.claude/skills/time-fetcher

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/shanraisshan/claude-code-best-practice.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agent-teams/.claude/skills/time-fetcher/SKILL.md in shanraisshan/claude-code-best-practice
Installs to
~/.claude/skills/time-fetcher
Collection
One of 10 skills cataloged from this repository
Category
Automation1523 skills

What Time Fetcher does

Time Fetcher provides a bash command to fetch the current Dubai time in Asia/Dubai. Use it when you need the current time in Gulf Standard Time (UTC+4), including formatted and time-only fields.

Time Fetcher is cataloged under Automation on DirSkills. Time Fetcher comes from a repository tagged agentic-ai, agentic-coding, agentic-engineering, agentic-workflow and ai.

Documentation

README

Dubai Time Fetcher

Command

TZ='Asia/Dubai' date '+%Y-%m-%d %H:%M:%S %Z'

Expected Output Format

YYYY-MM-DD HH:MM:SS +04 (Gulf Standard Time)

Timezone Details

  • Timezone: Asia/Dubai
  • Offset: UTC+4
  • Abbreviation: GST (Gulf Standard Time)
  • Dubai does not observe daylight saving time

Return Format

Provide the following fields:

  • time: Just the time portion (HH:MM:SS)
  • timezone: "GST (UTC+4)"
  • formatted: The full output string from the command

Frequently asked about Time Fetcher

  • What else does shanraisshan publish alongside Time Fetcher?

    Time Fetcher is one of 10 skills that DirSkills catalogs from shanraisshan/claude-code-best-practice, the repository it ships in. Its siblings there include Agent Browser, Claude Code Extension Mechanisms and Pakistan Time. Each one is a separate skill with its own page in this directory, installs the same way Time Fetcher does, and is maintained by shanraisshan in that same repository. The rest of the collection is listed on the shanraisshan/claude-code-best-practice page.

  • How does Time Fetcher compare to other Automation skills?

    Time Fetcher ranks #27 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Time Fetcher against them. Open each page to compare what they document and how they install.

More from shanraisshan/claude-code-best-practice

Time Fetcher is one of 10 skills cataloged on DirSkills from shanraisshan/claude-code-best-practice.

See all 10 skills
🌐
3w ago

Agent Browser

Agent Browser is a command-line browser automation tool that lets AI agents navigate pages, fill forms, click buttons, take screenshots, extract data, and test web apps. Use it when asked to open websites, automate form submissions, or perform any programmatic web interaction.
Automation
64.4K6.4K
🧩
3w ago

Claude Code Extension Mechanisms

Claude Code Extension Mechanisms compares subagents, commands, and skills in Claude Code to help you choose the right mechanism for autonomous tasks, user-triggered workflows, or reusable procedures.
AI Engineering
64.4K6.4K
🕒
3w ago

Pakistan Time

Pakistan Time displays the current date and time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
Automation
64.4K6.4K
📽️
3w ago

Presentation Structure

Presentation Structure explains the slide format, journey bar level system, navigation, and section structure for the presentation at presentation/index.html. Use it when editing slides to keep numbering, level transitions, and navigation correct.
Frontend
64.4K6.4K
🎨
3w ago

Presentation Styling

Presentation Styling provides CSS classes, component patterns, and syntax highlighting for building slides in a presentation. Use it when styling slides, code blocks, journey bars, or weighted badges.
Frontend
64.4K6.4K
🕒
3w ago

Time SVG Creator

Time SVG Creator creates a visual SVG time card showing the current time for Dubai and writes it to agent-teams/output/dubai-time.svg. Use it when you need a self-contained SVG time card and markdown summary from provided time values.
Frontend
64.4K6.4K