# Arabic Siri

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

- **Type:** Skill
- **Install:** `agentstack add skill-moshe-ship-hurmoz-arabic-siri`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Moshe-ship](https://agentstack.voostack.com/s/moshe-ship)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Moshe-ship](https://github.com/Moshe-ship)
- **Source:** https://github.com/Moshe-ship/hurmoz/tree/main/arabic-siri

## Install

```sh
agentstack add skill-moshe-ship-hurmoz-arabic-siri
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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"
}
```

3. أضف إجراء "إظهار النتيجة"
4. سمّ الاختصار: "هيرمز" أو "مساعدي"

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

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

أو خصص عبارة مخصصة:
- "يا سيري، اسأل المساعد"
- "يا سيري، هرمز"

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

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

### الطقس
"شو حالة الجو في جدة اليوم؟"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```bash
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](https://github.com/Moshe-ship)
- **Source:** [Moshe-ship/hurmoz](https://github.com/Moshe-ship/hurmoz)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-moshe-ship-hurmoz-arabic-siri
- Seller: https://agentstack.voostack.com/s/moshe-ship
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
