always-current-datetime
Refresh Every Reply With Current Date and Time
Long conversations can rely on stale dates, times, or timezone assumptions. This skill acquires a fresh local clock anchor and resolves temporal language before replying.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "always-current-datetime" from https://skillstore.io/skills/srinitude-always-current-datetime.md and its manifest at https://skillstore.io/api/skills/srinitude-always-current-datetime/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "always-current-datetime". What date is tomorrow?
النتيجة المتوقعة:
[2026-08-31 15:48:20 UTC] Tomorrow is Tuesday, September 1, 2026.
جارٍ استخدام "always-current-datetime". Schedule the review for next Friday.
النتيجة المتوقعة:
[2026-08-31 15:48:20 UTC] Does next Friday mean September 4 or September 11, 2026?
جارٍ استخدام "always-current-datetime". Use the configured timezone for this deadline.
النتيجة المتوقعة:
[2026-08-31 15:48:20 UTC] The deadline will use UTC unless you provide another valid IANA timezone.
التدقيق الأمني
مخاطر متوسطةAll 59 static findings are false positives caused by documentation syntax, local validation text, restricted configuration access, or a controlled test subprocess. A semantic review found one medium concern: the skill intentionally runs a bundled Python script before every direct reply, even when time is irrelevant.
مخاوف أمنية مؤكدة (1)
عوامل الخطر
📁 الوصول إلى نظام الملفات (3)
⚙️ الأوامر الخارجية (34)
🔑 متغيرات البيئة (2)
🌐 الوصول إلى الشبكة (1)
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/srinitude-always-current-datetime/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/srinitude-always-current-datetime?utm_source=security_passport_badge)شارة HTML
<a href="https://skillstore.io/skills/srinitude-always-current-datetime?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/srinitude-always-current-datetime/security.svg" alt="Skillstore security assessment" loading="lazy"></a>بطاقة قابلة للتضمين
<iframe src="https://skillstore.io/embed/skills/srinitude-always-current-datetime.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>الاستشهادات الأكاديمية (APA · BibTeX · CFF)
اقتباس APA
srinitude. (2026). always-current-datetime security audit report (audit version 7) [Author version 0.1.0]. Skillstore. https://skillstore.io/skills/srinitude-always-current-datetime/audits/7اقتباس BibTeX
@techreport{srinitude-srinitude-always-current-datetime-2026,
author = {srinitude},
title = {always-current-datetime security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/srinitude-always-current-datetime/audits/7},
note = {Author version 0.1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "always-current-datetime security audit report (audit version 7)"
version: "0.1.0"
type: report
authors:
- name: "srinitude"
date-released: "2026-08-31"
url: "https://skillstore.io/skills/srinitude-always-current-datetime/audits/7"
identifiers:
- type: other
value: "skillstore:srinitude-always-current-datetime:audit:7"
description: "Skillstore immutable audit report identifier"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
Clarify Relative Deadlines
Resolve terms such as tomorrow or next Friday against a fresh timezone-aware anchor.
Prepare Absolute Tool Arguments
Convert relative dates into explicit values before calendar, search, or deployment tools run.
Track Time Across Long Sessions
Refresh temporal context after new messages, resumes, compaction, or local date changes.
جرّب هذه الموجّهات
What is the current date and time in my configured timezone?
Using the fresh clock anchor, tell me the exact date for tomorrow and preserve my original wording.
I need this next Friday. Show the possible absolute dates and ask one concise question if the phrase is ambiguous.
Resolve every relative date in this request before any tool call. Use absolute timestamps with timezone offsets and identify unresolved assumptions.
أفضل الممارسات
- Provide an explicit IANA timezone when system-local time is not appropriate.
- Acquire the anchor before interpreting relative dates or calling date-sensitive tools.
- Ask one concise question when a weekday phrase has multiple common meanings.
تجنب
- Do not reuse an anchor captured before the newest direct user message.
- Do not guess a date after invalid timezone input or clock failure.
- Do not treat this skill as a reminder, calendar, or scheduling service.