quran-search

Fetch Quran verses and surah data from the AlQuran Cloud API.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/jackquelinunpredictable827/mkhlab --skill quran-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quran-search
Source: https://github.com/jackquelinunpredictable827/mkhlab/tree/main/hermes-skills/quran-search
Command: npx skills add https://github.com/jackquelinunpredictable827/mkhlab --skill quran-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic access to Quran verses and surah data by querying the AlQuran Cloud API, enabling fast, automated scripture lookups within AI workflows.

Core Features & Use Cases

  • Retrieve a specific ayah by reference (e.g., 2:255) in Arabic text.
  • Fetch an entire surah in authenticated, readable formats.
  • Perform keyword-based searches across the Quran and present concise results for study or reference.

Quick Start

Ask your AI to fetch ayah 2:255 from Surah Al-Baqarah using the AlQuran Cloud API.

Frequently Asked Questions about quran-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch a specific Quran verse using an API?

Fetch a specific Quran verse by querying the AlQuran Cloud API with an ayah reference like 2:255 to retrieve the Arabic text. You can retrieve individual ayahs programmatically by supplying the surah and ayah numbers to the endpoint.

Can I search for keywords across the Arabic text of the Quran?

Yes, you can perform keyword-based searches across the Arabic text of the Quran via the AlQuran Cloud API. The skill processes these searches and presents concise, readable results for study or reference.

What do I need to retrieve Quran surah data programmatically?

To retrieve Quran surah data programmatically, you need an environment with curl and internet access to perform HTTP requests and parse the AlQuran Cloud API responses. No additional libraries are required.

How do I pull an entire surah from the AlQuran Cloud API?

Pull an entire surah from the AlQuran Cloud API by requesting the surah-wide fetch feature, which returns authenticated, readable Arabic text formats. This allows you to extract complete chapters for automated scripture lookup.

Does this approach to fetching Quran verses work offline?

No, fetching Quran verses with this approach does not work offline because it requires internet access to perform HTTP requests to the AlQuran Cloud API. An active connection is necessary to query and parse the scripture data.