Mena logistics
Use this skill when building Arab/MENA shipping, courier, last-mile, label, rate, tracking, pickup, webhook, fulfillment, OMS, WMS, and inventory integrations for Aramex, Bosta, ShipBlu, OTO, Omniful, Naqel, SMSA, SPL, Quiqup, Shipa, Aymakan, and similar providers.From its SKILL.md
npx -y skills add ArabAgentSkills/Skills --skill mena-logisticsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 4 commands, including `Read `sources.yml`` and 3 more.
SKILL.md
4.1 KB, 848 tokens by cl100k_base, as published. Nobody here has run it
MENA Logistics
When To Use
Use this skill for logistics work in Arab/MENA contexts, especially when the prompt includes: shipping, courier, label, tracking, pickup, last mile, fulfillment, 3PL, OMS, WMS, inventory, Omniful.
When Not To Use
- Do not create live shipments without explicit approval.
- Do not assume COD or return support without sources.
Required Inputs
- Country or market.
- Target vendor, if already selected.
- Desired workflow: vendor selection, implementation, review/debugging, launch readiness, or source research.
- Sandbox vs production state.
- Whether live customer, payment, tax, identity, bank, or payroll data is involved.
Common Workflows
- Identify shipment lifecycle stage: rates, create shipment, label, pickup, tracking, return, or cancellation.
- Read vendor file for docs access and known gotchas.
- Return a test plan with address, COD, label, and tracking checks.
- Keep carrier-specific facts tied to source URLs.
Default Workflow
- Read
sources.ymlto see available vendors and confidence. - If a vendor is named, read only
vendors/<vendor-id>.mdfor that vendor. - If choosing vendors, compare only vendors in this skill's registry: aramex, aymakan, bosta, dubai-makani, fetchr, jeebly, naqel, omniful, oto, quiqup, saudi-national-address-api-spl, saudi-post-spl, and 3 more.
- Load
references/integration-checklist.mdonly for implementation, review, or launch-readiness work. - Use
scripts/list-vendors.mjsfor a deterministic vendor list when needed. - Answer with source-backed facts, explicit unknowns, and validation steps.
Decision Tree
- Named vendor: read that vendor file, then answer narrowly.
- Vendor selection: filter by country, docs access, maturity, and source quality before recommending.
- Implementation: include auth, sandbox, webhook/callback, retries, idempotency, logging, and error handling only where source-backed.
- Review/debugging: compare the user's plan or code against the vendor file,
sources.yml, andreferences/integration-checklist.md. - Source research: update facts only when an official source, developer portal, GitHub repo, OpenAPI/Postman asset, or government source supports the claim.
- Missing docs: say
Needs vendor accessorUnknown from public docs.
Response Contract
- Start by naming the skill file and vendor/reference files used.
- Give a short recommendation or implementation path before details.
- Separate source-backed facts from assumptions and unknowns.
- Include country/market fit, docs access, docs confidence, and source-quality caveats when selecting vendors.
- Include a validation checklist with sandbox/test steps, rollback or retry notes, and manual approval gates for high-risk work.
- Never provide live-action instructions that move money, tax documents, bank data, identity data, payroll data, or outbound messages without explicit human approval.
Files To Read
- Routing and process:
SKILL.md. - Vendor facts:
vendors/*.md. - Source map:
sources.yml. - Implementation review:
references/integration-checklist.md. - Example response style:
examples/source-backed-answer.md.
Safety Rules
- Use test accounts or sandbox where available.
- Protect customer addresses and phone numbers.
- Do not bypass gated carrier portals.
- Keep retries idempotent for shipment creation.
Validation Checklist
- Vendor facts map back to
source_urls. - Unknowns are labeled instead of guessed.
- Sandbox and production are separated.
- Secrets are not printed or committed.
- High-risk live actions require explicit human approval.
- Evals in
evals/prompts.ymlstill cover the changed workflow.
Done Criteria
- The answer names the files read or source-backed references used.
- The implementation plan includes tests and rollback/verification steps.
- No unsupported regional, API, compliance, pricing, or endpoint claims are included.
What ships with it: 22 files
32.4 KB alongside SKILL.md, 1 of them executable
evals/
- expected_behaviors.yml749 B
- prompts.yml969 B
examples/
- source-backed-answer.md1.3 KB
references/
- integration-checklist.md1.2 KB
scripts/
- list-vendors.mjsruns369 B
vendors/
- aramex.md1.7 KB
- aymakan.md1.5 KB
- bosta.md1.4 KB
- dubai-makani.md1.5 KB
- fetchr.md1.4 KB
- jeebly.md1.5 KB
- naqel.md1.5 KB
- omniful.md2.0 KB
- oto.md1.5 KB
- quiqup.md1.5 KB
- saudi-national-address-api-spl.md1.5 KB
- saudi-post-spl.md1.4 KB
- shipa.md1.4 KB
- shipblu.md1.5 KB
- smsa-express.md1.5 KB
- README.md1.6 KB
- sources.yml3.4 KB
Gives 0 of the 12 instructions most operations skills give in 848 tokens
Counted across 483 of the 484 authors here whose files we hold, read 2026-08-07
- Collect monitoring data throughout the simulationin 14 of 483, across 6 files
- Set the random seed for reproducibilityin 14 of 483, across 6 files
- Validate simulations against analytical solutionsin 12 of 483, across 4 files
- Clarify goals, constraints, and inputsin 11 of 483, across 2 files
- Implement contract tests for integration pointsin 11 of 483, across 2 files
- Implement strangler fig infrastructure with API gatewayin 11 of 483, across 2 files
- Audit modernized components for security vulnerabilitiesin 11 of 483, across 2 files
- Avoid Python blocking calls in processesin 10 of 483, across 3 files
- Use resource context managers for automatic cleanupin 9 of 483, across 2 files
- Maintain consistent time unitsin 9 of 483, across 2 files
- Validate outcomes against success criteriain 8 of 483, across 1 file
- Analyze the legacy codebase for technical debtin 8 of 483, across 1 file
Said here and by no other author read
- read the vendor file for the selected provider
- compare only vendors from the registry
- load the implementation checklist for implementation work
- run the vendor list script when needed
- answer with source-backed facts and explicit unknowns
- name the skill and vendor files used
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.