# Islamic Finance

> Islamic finance calculations including zakat, halal screening, and banking terms

- **Type:** Skill
- **Install:** `agentstack add skill-moshe-ship-hurmoz-islamic-finance`
- **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/islamic-finance

## Install

```sh
agentstack add skill-moshe-ship-hurmoz-islamic-finance
```

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

## About

# المالية الإسلامية

## حاسبة الزكاة

### زكاة المال
```
النصاب = سعر 85 غرام ذهب (تقريبا)
المبلغ الواجب = إجمالي المال × 2.5%
```

عند السؤال عن الزكاة:
1. اسأل عن إجمالي المال المدّخر (الذي مر عليه سنة هجرية)
2. احسب النصاب بسعر الذهب الحالي:

```bash
# سعر الذهب الحالي
curl -s "https://api.gold-api.com/price/XAU" 2>/dev/null || echo "تحقق من سعر الذهب يدويا"
```

3. اعرض النتيجة:

حاسبة الزكاة:
- إجمالي المال: [المبلغ]
- النصاب (85غ ذهب): ~[المبلغ] [العملة]
- هل بلغ النصاب: نعم/لا
- مبلغ الزكاة (2.5%): [المبلغ]

### أنواع الزكاة الأخرى
| النوع | النسبة | الملاحظات |
|-------|--------|-----------|
| زكاة المال | 2.5% | على المال المدّخر سنة |
| زكاة الذهب | 2.5% | النصاب 85 غرام |
| زكاة الفضة | 2.5% | النصاب 595 غرام |
| زكاة الأسهم | 2.5% | على القيمة السوقية |
| زكاة التجارة | 2.5% | على عروض التجارة |
| زكاة الزروع | 5% أو 10% | 10% بدون ري، 5% بري |
| زكاة الفطر | صاع من طعام | قبل صلاة العيد |

## فحص الاستثمار الحلال

### المعايير الأساسية
الاستثمار حلال إذا:
1. لا يتعامل بالربا (فوائد بنكية)
2. لا ينتج/يبيع: كحول، تبغ، قمار، لحم خنزير
3. لا يتضمن غرر مفرط (مخاطرة غير واضحة)
4. نشاط تجاري حقيقي واضح
5. نسبة الديون الربوية < 33% من إجمالي الأصول

### مصادر فحص الأسهم
- musaffa.com — فحص شرعي للأسهم العالمية
- islamicly.com — تطبيق فحص حلال
- finispia.com — تصنيف شرعي

## مصطلحات البنوك الإسلامية

| المصطلح | المعنى | المقابل التقليدي |
|---------|--------|-----------------|
| مرابحة | بيع بربح معلوم | قرض بفائدة |
| إجارة | تأجير منتهي بالتمليك | ليسينغ |
| مضاربة | شراكة بالجهد والمال | صندوق استثمار |
| مشاركة | شراكة متناقصة | تمويل مشترك |
| تورّق | شراء سلعة وبيعها نقدا | سحب نقدي |
| صكوك | سندات إسلامية | سندات تقليدية |
| تكافل | تأمين تعاوني | تأمين تجاري |
| وديعة | حساب ادخار بدون فائدة | حساب توفير |

## القواعد
- لا تفتِ — قل "هذا رأي جمهور العلماء" أو "استشر مستشارك الشرعي"
- للزكاة: نبّه أن الحساب تقريبي
- للاستثمارات: نبّه أن التصنيف الشرعي يختلف بين الهيئات

## 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-islamic-finance
- 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%.
