用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Moshe-ship/hurmoz --skill saudi-openbanking命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | saudi-openbanking |
| description | الخدمات المصرفية المفتوحة السعودية -- إطار ساما وLean Technologies وبوابات البنوك |
| version | 1.0.0 |
| author | Mousa Abu Mazin |
| license | MIT |
| platforms | ["linux","macos"] |
| prerequisites | {"commands":["curl"],"env_vars":["LEAN_APP_TOKEN","ALRAJHI_TOKEN","ALINMA_TOKEN","ANB_TOKEN"]} |
| metadata | {"hermes":{"tags":["saudi","openbanking","sama","lean","banking","fintech","ais","pis"]}} |
تنبيه: استخدم بيانات اختبار فقط. لا تستخدم هويات وطنية حقيقية أو توكنات دفع حية أثناء التجربة. استخدم بيئة الاختبار (sandbox) دائماً. احذف السجلات بعد الانتهاء.
دليل التكامل مع إطار الخدمات المصرفية المفتوحة في المملكة العربية السعودية (SAMA Open Banking).
الموقع: https://openbanking.sa
أطلق البنك المركزي السعودي (ساما) إطار الخدمات المصرفية المفتوحة لتمكين مشاركة البيانات المالية بشكل آمن.
| الخدمة | الاختصار | الوصف |
|---|---|---|
| معلومات الحساب | AIS | الوصول لبيانات الحسابات والمعاملات |
| بدء الدفع | PIS | تنفيذ عمليات الدفع نيابة عن العميل |
| تأكيد الرصيد | CAF | التحقق من كفاية الرصيد دون كشف المبلغ |
أول مزود خدمة طرف ثالث (TSP) مرخص من ساما.
التوثيق: https://docs.leantech.me/v2.0-KSA/ بيئة الاختبار: https://sandbox.sa.leantech.me
export LEAN_APP_TOKEN="your-lean-app-token"
جميع الطلبات تتطلب lean-app-token في الهيدر.
curl -X POST "https://sandbox.sa.leantech.me/v2/customers" \
-H "lean-app-token: ${LEAN_APP_TOKEN}" \
-H "Content-Type: application/json" \
-d '{
"app_user_id": "user-123"
}'
curl -X GET "https://sandbox.sa.leantech.me/v2/customers/{customer_id}/accounts" \
-H "lean-app-token: ${LEAN_APP_TOKEN}" \
-H "Content-Type: application/json"
الاستجابة:
{
"accounts": [
{
"account_id": "acc_xxx",
"iban": "SA0000000000000000000000",
"currency": "SAR",
"balance": 15000.50,
"type": "current",
"bank": "Al Rajhi Bank"
}
]
}
curl -X GET "https://sandbox.sa.leantech.me/v2/customers/{customer_id}/accounts/{account_id}/transactions?from_date=2025-01-01&to_date=2025-03-01" \
-H "lean-app-token: ${LEAN_APP_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://sandbox.sa.leantech.me/v2/customers/{customer_id}/identity" \
-H "lean-app-token: ${LEAN_APP_TOKEN}" \
-H "Content-Type: application/json"
الاستجابة:
{
"full_name": "...",
"national_id": "1000000000",
"date_of_birth": "1990-01-01"
}
curl -X POST "https://sandbox.sa.leantech.me/v2/payouts" \
-H "lean-app-token: ${LEAN_APP_TOKEN}" \
-H "Content-Type: application/json" \
-d '{
"source_account_id": "acc_xxx",
"destination_iban": "SA0000000000000000000000",
"amount": 500.00,
"currency": "SAR",
"description": "تحويل"
}'
بوابة المطورين: https://developer.alrajhibank.com.sa/open-banking/
curl -X GET "https://api.alrajhibank.com.sa/open-banking/v1/accounts" \
-H "Authorization: Bearer ${ALRAJHI_TOKEN}" \
-H "Content-Type: application/json"
الخدمات: معلومات الحسابات، المعاملات، بدء الدفع
صفحة الخدمات المصرفية المفتوحة: https://alinma.com/en/Retail/Digital-Channels/Open-Banking
curl -X GET "https://api.alinma.com/open-banking/v1/accounts" \
-H "Authorization: Bearer ${ALINMA_TOKEN}" \
-H "Content-Type: application/json"
بوابة المطورين: https://developer.anb.com.sa
curl -X GET "https://api.anb.com.sa/open-banking/v1/accounts" \
-H "Authorization: Bearer ${ANB_TOKEN}" \
-H "Content-Type: application/json"
بيانات مصرفية
البنك: {{ bankName }}
الحساب: {{ accountType }}
IBAN: {{ iban }}
الرصيد: {{ balance }} {{ currency }}
آخر تحديث: {{ lastUpdated }}
استخدم هذه المهارة عندما يسأل المستخدم عن: