Install
$ agentstack add skill-moshe-ship-hurmoz-saudi-legal ✓ 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
الخدمات القانونية السعودية (ناجز + وثق)
دليل التكامل مع الخدمات القانونية الرقمية في المملكة العربية السعودية.
الإعداد
وثق (Wathq)
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+ | نقل الملكية، الرهن العقاري، الإفراغ | | التوثيق | متعددة | العقود، الوكالات، التصديقات |
أمثلة على الواجهات
الاستعلام عن قضية
curl -X GET "https://api.najiz.sa/v1/cases/{caseNumber}" \
-H "Authorization: Bearer ${NAJIZ_TOKEN}" \
-H "Content-Type: application/json"
الاستعلام عن طلب تنفيذ
curl -X GET "https://api.najiz.sa/v1/enforcement/{requestNumber}" \
-H "Authorization: Bearer ${NAJIZ_TOKEN}" \
-H "Content-Type: application/json"
الاستعلام عن صك عقاري
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
التحقق من وكالة شرعية
curl -X GET "https://api.wathq.sa/v5/power-of-attorney/{number}" \
-H "apiKey: ${WATHQ_API_KEY}" \
-H "Accept: application/json"
الاستجابة:
{
"powerOfAttorneyNumber": "123456789",
"status": "ACTIVE",
"issueDate": "1445-06-15",
"expiryDate": "1446-06-15",
"principalName": "...",
"agentName": "...",
"powers": ["..."]
}
التحقق من صك عقاري
curl -X GET "https://api.wathq.sa/v5/real-estate-deeds/{number}" \
-H "apiKey: ${WATHQ_API_KEY}" \
-H "Accept: application/json"
الاستجابة:
{
"deedNumber": "987654321",
"status": "ACTIVE",
"propertyType": "residential",
"area": "500",
"city": "الرياض",
"ownerName": "..."
}
البحث عن علامة تجارية
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
- 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.