# Saudi Business

> Saudi business registration and company data via Wathq API

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

## Install

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

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

## About

# بيانات الشركات السعودية (وثق)

منصة وثق الرسمية — بيانات حكومية مباشرة من وزارة التجارة ووزارة العدل.

## الإعداد
1. سجّل في بوابة المطورين: https://developer.wathq.sa/en
2. تجربة مجانية: 100 استعلام خلال 30 يوم
3. اضبط المتغير: `export WATHQ_API_KEY=your_key`

## الاستعلام عن سجل تجاري
```bash
curl -s "https://api.wathq.sa/v5/commercialregistration/info/CR_NUMBER" \
  -H "apiKey: $WATHQ_API_KEY"
```

## الاستعلام عن عقد تأسيس
```bash
curl -s "https://api.wathq.sa/v5/commercialcontract/info/CR_NUMBER" \
  -H "apiKey: $WATHQ_API_KEY"
```

## الاستعلام عن صك عقاري
```bash
curl -s "https://api.wathq.sa/v5/realestate/deed/DEED_NUMBER" \
  -H "apiKey: $WATHQ_API_KEY"
```

## الاستعلام عن وكالة
```bash
curl -s "https://api.wathq.sa/v5/powerofattorney/info/POA_NUMBER" \
  -H "apiKey: $WATHQ_API_KEY"
```

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

بيانات الشركة:
- الاسم: [اسم الشركة]
- رقم السجل التجاري: [الرقم]
- الحالة: نشط/منتهي/ملغى
- تاريخ التأسيس: [التاريخ]
- المدينة: [المدينة]
- النشاط: [وصف النشاط]

## التسعير
| الباقة | السعر | الاستعلامات |
|--------|-------|------------|
| تجريبي | مجاني | 100 خلال 30 يوم |
| مسبق الدفع | من 5,000 ريال | حسب الاستهلاك |
| مؤسسي | حسب الاتفاق | غير محدود |

## متى تستخدم
- المستخدم يريد التحقق من شركة سعودية
- يبحث عن بيانات سجل تجاري
- يريد التأكد من صحة وكالة
- يبحث عن بيانات صك عقاري

## المرجع
- بوابة المطورين: https://developer.wathq.sa/en
- قائمة الواجهات: https://developer.wathq.sa/en/apis

## 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-business
- 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%.
