AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Arabic Siri

skill-moshe-ship-hurmoz-arabic-siri · by Moshe-ship

Arabic Siri integration for Hermes — trigger agent tasks via Arabic voice commands through Apple Shortcuts

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-moshe-ship-hurmoz-arabic-siri

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-moshe-ship-hurmoz-arabic-siri)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Arabic Siri? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

سيري بالعربي — Arabic Siri for Hermes

تشغيل مهام هيرمز عبر أوامر سيري الصوتية بالعربية.

كيف يشتغل

سيري يستقبل الأمر الصوتي بالعربي ثم يرسله لهيرمز عبر اختصار أبل.

إعداد اختصار سيري

الخطوة الأولى: إنشاء الاختصار

افتح تطبيق الاختصارات على الماك وأنشئ اختصار جديد:

  1. أضف إجراء "طلب إدخال" — النص: "شو تبي من هيرمز؟"
  2. أضف إجراء "الحصول على محتوى 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"
}
  1. أضف إجراء "إظهار النتيجة"
  2. سمّ الاختصار: "هيرمز" أو "مساعدي"

الخطوة الثانية: تفعيل سيري

قل: "يا سيري، شغّل هيرمز"

أو خصص عبارة مخصصة:

  • "يا سيري، اسأل المساعد"
  • "يا سيري، هرمز"

أوامر صوتية مقترحة

أوقات الصلاة

"يا سيري، شغّل هيرمز" ثم قل: "كم باقي على صلاة العصر في الرياض؟"

الطقس

"شو حالة الجو في جدة اليوم؟"

ترجمة

"ترجم لي good morning للعربي"

أخبار

"ورّني آخر أخبار التقنية"

تذكير

"ذكّرني أدفع فاتورة الكهرباء بكرة الساعة عشر"

بحث في القرآن

"ابحث لي عن آية فيها كلمة الصبر"

إعداد متقدم: اختصار بدون إدخال يدوي

اختصار يأخذ النص مباشرة من سيري بدون سؤال إضافي:

  1. أضف إجراء "إملاء النص" (يسجل صوتك مباشرة)
  2. أضف إجراء "الحصول على محتوى URL" مع النص المُملى
  3. أضف إجراء "نطق النص" لقراءة الرد بصوت عالي

بهالطريقة: تقول "يا سيري، هرمز" ثم تقول أمرك مباشرة والرد يجيك صوتياً.

ربط مع مهارات هيرمز

سيري يرسل النص لهيرمز واللي بدوره يوجهه للمهارة المناسبة:

  • "أوقات الصلاة" يروح لمهارة prayer-times
  • "ترجم" يروح لمهارة translate
  • "ابحث في القرآن" يروح لمهارة quran-search
  • أي أمر ثاني يتعامل معاه هيرمز مباشرة

استكشاف الأخطاء

لو سيري ما يفهم العربي:

  1. تأكد إن لغة سيري مضبوطة على العربية (الإعدادات > سيري > اللغة)
  2. أضف لوحة مفاتيح عربية
  3. تأكد إن "الاستماع لـ يا سيري" مفعّل

لو هيرمز ما يستجيب:

  1. تأكد إن سيرفر هيرمز شغال: curl http://localhost:3000/health
  2. تأكد إن مفتاح الواجهة البرمجية صحيح في الاختصار
  3. جرب الطلب يدوياً:
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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.