Install
$ agentstack add skill-moshe-ship-hurmoz-arabic-siri ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
سيري بالعربي — Arabic Siri for Hermes
تشغيل مهام هيرمز عبر أوامر سيري الصوتية بالعربية.
كيف يشتغل
سيري يستقبل الأمر الصوتي بالعربي ثم يرسله لهيرمز عبر اختصار أبل.
إعداد اختصار سيري
الخطوة الأولى: إنشاء الاختصار
افتح تطبيق الاختصارات على الماك وأنشئ اختصار جديد:
- أضف إجراء "طلب إدخال" — النص: "شو تبي من هيرمز؟"
- أضف إجراء "الحصول على محتوى URL":
URL: http://localhost:3000/api/v1/chat
Method: POST
Headers:
Content-Type: application/json
Authorization: Bearer YOUR_HERMES_API_KEY
Body (JSON):
{
"message": [Provided Input],
"session_id": "siri-arabic"
}
- أضف إجراء "إظهار النتيجة"
- سمّ الاختصار: "هيرمز" أو "مساعدي"
الخطوة الثانية: تفعيل سيري
قل: "يا سيري، شغّل هيرمز"
أو خصص عبارة مخصصة:
- "يا سيري، اسأل المساعد"
- "يا سيري، هرمز"
أوامر صوتية مقترحة
أوقات الصلاة
"يا سيري، شغّل هيرمز" ثم قل: "كم باقي على صلاة العصر في الرياض؟"
الطقس
"شو حالة الجو في جدة اليوم؟"
ترجمة
"ترجم لي good morning للعربي"
أخبار
"ورّني آخر أخبار التقنية"
تذكير
"ذكّرني أدفع فاتورة الكهرباء بكرة الساعة عشر"
بحث في القرآن
"ابحث لي عن آية فيها كلمة الصبر"
إعداد متقدم: اختصار بدون إدخال يدوي
اختصار يأخذ النص مباشرة من سيري بدون سؤال إضافي:
- أضف إجراء "إملاء النص" (يسجل صوتك مباشرة)
- أضف إجراء "الحصول على محتوى URL" مع النص المُملى
- أضف إجراء "نطق النص" لقراءة الرد بصوت عالي
بهالطريقة: تقول "يا سيري، هرمز" ثم تقول أمرك مباشرة والرد يجيك صوتياً.
ربط مع مهارات هيرمز
سيري يرسل النص لهيرمز واللي بدوره يوجهه للمهارة المناسبة:
- "أوقات الصلاة" يروح لمهارة prayer-times
- "ترجم" يروح لمهارة translate
- "ابحث في القرآن" يروح لمهارة quran-search
- أي أمر ثاني يتعامل معاه هيرمز مباشرة
استكشاف الأخطاء
لو سيري ما يفهم العربي:
- تأكد إن لغة سيري مضبوطة على العربية (الإعدادات > سيري > اللغة)
- أضف لوحة مفاتيح عربية
- تأكد إن "الاستماع لـ يا سيري" مفعّل
لو هيرمز ما يستجيب:
- تأكد إن سيرفر هيرمز شغال:
curl http://localhost:3000/health - تأكد إن مفتاح الواجهة البرمجية صحيح في الاختصار
- جرب الطلب يدوياً:
curl -X POST http://localhost:3000/api/v1/chat \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"message": "كم الساعة؟", "session_id": "test"}'
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Moshe-ship
- Source: Moshe-ship/hurmoz
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.