# Saudi Legal

> الخدمات القانونية السعودية -- ناجز ووثق للمحاكم والصكوك والوكالات الشرعية

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

## Install

```sh
agentstack add skill-moshe-ship-hurmoz-saudi-legal
```

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

## About

# الخدمات القانونية السعودية (ناجز + وثق)

دليل التكامل مع الخدمات القانونية الرقمية في المملكة العربية السعودية.

---

## الإعداد

### وثق (Wathq)

```bash
export WATHQ_API_KEY="your-wathq-api-key"
```

احصل على المفتاح من بوابة المطورين: https://developer.wathq.sa

### ناجز (Najiz)

التسجيل عبر بوابة المطورين: https://developers.najiz.sa
للتواصل: takamul@moj.gov.sa

---

## ناجز (Najiz) -- وزارة العدل

بوابة المطورين: https://developers.najiz.sa

ناجز هي المنصة الرقمية لوزارة العدل وتوفر أكثر من **63 منتج API** موزعة على عدة مجالات.

### المجالات الرئيسية

| المجال | عدد الواجهات | الوصف |
|--------|-------------|-------|
| القضاء | 21+ | إدارة القضايا، الحجوزات، الجلسات |
| التنفيذ | 27+ | طلبات التنفيذ، الحجز على الأموال، منع السفر |
| تبادل العقارات | 49+ | نقل الملكية، الرهن العقاري، الإفراغ |
| التوثيق | متعددة | العقود، الوكالات، التصديقات |

### أمثلة على الواجهات

#### الاستعلام عن قضية

```bash
curl -X GET "https://api.najiz.sa/v1/cases/{caseNumber}" \
  -H "Authorization: Bearer ${NAJIZ_TOKEN}" \
  -H "Content-Type: application/json"
```

#### الاستعلام عن طلب تنفيذ

```bash
curl -X GET "https://api.najiz.sa/v1/enforcement/{requestNumber}" \
  -H "Authorization: Bearer ${NAJIZ_TOKEN}" \
  -H "Content-Type: application/json"
```

#### الاستعلام عن صك عقاري

```bash
curl -X GET "https://api.najiz.sa/v1/real-estate/{deedNumber}" \
  -H "Authorization: Bearer ${NAJIZ_TOKEN}" \
  -H "Content-Type: application/json"
```

---

### بديل في حال عدم توفر الخدمة

> إذا كانت واجهة ناجز غير متاحة، استخدم بوابة ناجز الويب مباشرة: najiz.sa

## وثق (Wathq) -- واجهات التحقق القانوني

بوابة المطورين: https://developer.wathq.sa

### التحقق من وكالة شرعية

```bash
curl -X GET "https://api.wathq.sa/v5/power-of-attorney/{number}" \
  -H "apiKey: ${WATHQ_API_KEY}" \
  -H "Accept: application/json"
```

**الاستجابة:**

```json
{
  "powerOfAttorneyNumber": "123456789",
  "status": "ACTIVE",
  "issueDate": "1445-06-15",
  "expiryDate": "1446-06-15",
  "principalName": "...",
  "agentName": "...",
  "powers": ["..."]
}
```

### التحقق من صك عقاري

```bash
curl -X GET "https://api.wathq.sa/v5/real-estate-deeds/{number}" \
  -H "apiKey: ${WATHQ_API_KEY}" \
  -H "Accept: application/json"
```

**الاستجابة:**

```json
{
  "deedNumber": "987654321",
  "status": "ACTIVE",
  "propertyType": "residential",
  "area": "500",
  "city": "الرياض",
  "ownerName": "..."
}
```

### البحث عن علامة تجارية

```bash
curl -X GET "https://api.wathq.sa/v5/trademarks?q=SEARCH_TERM" \
  -H "apiKey: ${WATHQ_API_KEY}" \
  -H "Accept: application/json"
```

---

## عرض النتيجة

```
نتيجة التحقق القانوني
النوع: {{ type }}
الرقم: {{ number }}
الحالة: {{ status }}
التفاصيل: {{ details }}
```

---

## متى تستخدم

استخدم هذه المهارة عندما يسأل المستخدم عن:
- الخدمات القانونية السعودية أو المحاكم
- ناجز أو وزارة العدل
- التحقق من وكالة شرعية (Power of Attorney)
- الاستعلام عن صك عقاري (Real Estate Deed)
- طلبات التنفيذ أو الحجز
- وثق أو العلامات التجارية
- Najiz developer APIs

---

## المراجع

- بوابة مطوري ناجز: https://developers.najiz.sa
- بوابة مطوري وثق: https://developer.wathq.sa
- وزارة العدل: https://www.moj.gov.sa
- البريد الإلكتروني: takamul@moj.gov.sa

## 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-saudi-legal
- 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%.
