Skip to main content

time-fetcher

Instructions for fetching current Dubai time via bash command

الانتقال إلى التثبيت

معلومات المصدر

المستودع
shanraisshan/claude-code-best-practice
آخر نشاط في المصدر
١٢ مارس ٢٠٢٦ في ١٣:٣٠
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٦٥٬٩٥٤
التفرعات
٦٬٥٤٥

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
time-fetcher
description
Instructions for fetching current Dubai time via bash command
user-invocable
false
## Dubai Time Fetcher ### Command ```bash 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
عرض على GitHub