Install
$ agentstack add skill-moshe-ship-hurmoz-quran-search ✓ 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
بحث في القرآن الكريم
جلب آية بالرقم
curl -s "https://api.alquran.cloud/v1/ayah/SURAH:AYAH/ar.alafasy"
مثال — الآية 255 من البقرة (آية الكرسي):
curl -s "https://api.alquran.cloud/v1/ayah/2:255/editions/quran-uthmani,ar.alafasy" | jq '.data[0].text'
النتيجة المتوقعة:
"اللَّهُ لَا إِلَٰهَ إِلَّا هُوَ الْحَيُّ الْقَيُّومُ ۚ لَا تَأْخُذُهُ سِنَةٌ وَلَا نَوْمٌ ..."
جلب سورة كاملة
curl -s "https://api.alquran.cloud/v1/surah/SURAH_NUMBER/quran-uthmani"
مثال — سورة الفاتحة:
curl -s "https://api.alquran.cloud/v1/surah/1/quran-uthmani" | jq '.data.ayahs[].text'
مثال — سورة يس (السورة 36):
curl -s "https://api.alquran.cloud/v1/surah/36/quran-uthmani" | jq '.data.name,.data.ayahs | length'
جلب جزء كامل
curl -s "https://api.alquran.cloud/v1/juz/JUZ_NUMBER/quran-uthmani"
مثال — الجزء 30 (جزء عمّ):
curl -s "https://api.alquran.cloud/v1/juz/30/quran-uthmani" | jq '.data.ayahs | length'
بحث بالكلمة
curl -s "https://api.alquran.cloud/v1/search/KEYWORD/all/ar"
مثال — البحث عن "الرحمن":
curl -s "https://api.alquran.cloud/v1/search/الرحمن/all/ar" | jq '.data.count, .data.matches[:3]'
مثال — البحث عن "صبر":
curl -s "https://api.alquran.cloud/v1/search/صبر/all/ar" | jq '.data.count'
البحث في سورة محددة
curl -s "https://api.alquran.cloud/v1/search/KEYWORD/SURAH_NUMBER/ar"
مثال — البحث عن "نور" في سورة النور فقط:
curl -s "https://api.alquran.cloud/v1/search/نور/24/ar" | jq '.data.matches[]'
جلب آية مع الترجمة
curl -s "https://api.alquran.cloud/v1/ayah/SURAH:AYAH/editions/quran-uthmani,en.sahih"
مثال — آية الكرسي مع الترجمة الإنجليزية:
curl -s "https://api.alquran.cloud/v1/ayah/2:255/editions/quran-uthmani,en.sahih" \
| jq '{arabic: .data[0].text, english: .data[1].text}'
الطبعات المتاحة
| الطبعة | الوصف | |--------|-------| | quran-uthmani | الرسم العثماني (الأساسي) | | quran-simple | بدون تشكيل | | ar.alafasy | تلاوة العفاسي (رابط صوتي) | | ar.husary | تلاوة الحصري | | en.sahih | ترجمة صحيح إنترناشيونال | | en.pickthall | ترجمة بيكثال | | ur.ahmedali | ترجمة أوردو |
لعرض جميع الطبعات المتاحة:
curl -s "https://api.alquran.cloud/v1/edition" | jq '.data | length'
عرض النتيجة
عند عرض آية:
سورة [اسم السورة] — آية [رقم]
﴿ نص الآية ﴾
قواعد شرعية مهمة
- ما تفسّر من عندك — قل "للتفسير المفصل ارجع لتفسير ابن كثير أو الطبري"
- إذا طلب تفسير مختصر، اعطِ المعنى العام المتفق عليه فقط
- لا تجتهد في أحكام فقهية
- عند ذكر آية، تأكد من دقة النص بمراجعة API
- استخدم الأقواس القرآنية ﴿ ﴾ دائما عند عرض الآيات
- إذا طلب المستخدم "سورة كذا" بدون تحديد آية، اعرض أول 5 آيات واسأل إذا يريد المزيد
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.