AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Saudi Food

skill-moshe-ship-hurmoz-saudi-food · by Moshe-ship

Saudi food delivery and restaurant POS APIs (Foodics, HungerStation, Jahez, Careem)

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-moshe-ship-hurmoz-saudi-food

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-moshe-ship-hurmoz-saudi-food)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Saudi Food? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

تقنيات المطاعم وتوصيل الطعام في السعودية

واجهات برمجية لأنظمة نقاط البيع (POS) وتوصيل الطعام في السوق السعودي — Foodics، هنقرستيشن، جاهز، وكريم.

Foodics (فودكس)

نظام إدارة مطاعم ونقاط بيع سعودي يخدم 30,000+ مطعم. يوفّر REST API v5 شامل.

الإعداد

  1. سجّل كمطوّر في: https://console.foodics.com
  2. أنشئ تطبيق OAuth2 واحصل على Access Token
  3. التوثيق الكامل: https://dash.foodics.com/api-docs

جلب قائمة المنتجات

curl -X GET "https://api.foodics.com/v5/products" \
  -H "Authorization: Bearer ${FOODICS_TOKEN}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"

جلب الطلبات

curl -X GET "https://api.foodics.com/v5/orders" \
  -H "Authorization: Bearer ${FOODICS_TOKEN}" \
  -H "Accept: application/json"

جلب الفروع

curl -X GET "https://api.foodics.com/v5/branches" \
  -H "Authorization: Bearer ${FOODICS_TOKEN}" \
  -H "Accept: application/json"

جلب المخزون

curl -X GET "https://api.foodics.com/v5/inventory-items" \
  -H "Authorization: Bearer ${FOODICS_TOKEN}" \
  -H "Accept: application/json"

الموارد المتاحة: المنتجات، الطلبات، المخزون، الفروع، التعديلات (Modifiers)، التصنيفات، الموظفين، والمزيد.

HungerStation (هنقرستيشن)

منصة توصيل طعام سعودية (تابعة لـ Delivery Hero). توفّر API للشركاء لإدارة الطلبات والقوائم والعروض.

الإعداد

  1. سجّل في بوابة المطوّرين: https://developer.hungerstation.com
  2. احصل على بيانات الاعتماد للـ API
curl -X GET "https://api.hungerstation.com/v1/orders" \
  -H "Authorization: Bearer ${HUNGERSTATION_TOKEN}" \
  -H "Accept: application/json"

الخدمات: إدارة الطلبات، كتالوج المنتجات، العروض والتخفيضات.

Jahez (جاهز)

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

الإعداد

  1. بوابة التكامل: https://integration-portal.jahez.net
  2. للتواصل: integration@jahez.net

Careem (كريم)

خدمة توصيل طعام مع API لنقاط البيع.

الإعداد

  1. التوثيق: https://docs.careemnow.com
  2. ربط نظام POS مع منصة كريم

عرض النتيجة

بيانات المطعم
المنصة: {{platform}}
النوع: {{data_type}}
العدد: {{count}}
البيانات: {{data}}

متى تستخدم

  • المستخدم يسأل عن واجهات برمجية للمطاعم أو نظام POS
  • ربط مع توصيل الطعام في السعودية
  • أي ذكر لـ فودكس أو Foodics
  • الاستفسار عن هنقرستيشن أو HungerStation
  • التكامل مع جاهز أو كريم
  • إدارة الطلبات أو المخزون أو الفروع للمطاعم

المراجع

  • Foodics Console: https://console.foodics.com
  • Foodics API Docs: https://dash.foodics.com/api-docs
  • HungerStation Developer: https://developer.hungerstation.com
  • Jahez Integration: https://integration-portal.jahez.net
  • Careem POS Docs: https://docs.careemnow.com

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.