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

Quran Search

skill-moshe-ship-hurmoz-quran-search · by Moshe-ship

Quran verse search and lookup via AlQuran Cloud API

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

Install

$ agentstack add skill-moshe-ship-hurmoz-quran-search

✓ 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-quran-search)

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 Quran Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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.