{
  "$schema": "https://www.badirtech.com/.well-known/agent-skills/index.json",
  "note": "Implements the emerging Agent Skills Discovery draft convention (informal, pre-standardization as of 2026). Each skill below maps to a real, currently-live endpoint on www.badirtech.com — none are speculative. \"digest\" is a self-referential SHA-256 of each skill object's own canonical JSON (excluding the digest field), for integrity verification of this descriptor, not a hash of server-side implementation code.",
  "organization": "https://www.badirtech.com/organization.json",
  "lastUpdated": "2026-07-17",
  "skills": [
    {
      "name": "jordan-tax-legal-search",
      "description": "Searches an official Jordanian tax/legal text library (income tax, sales tax, JoFotara e-invoicing rules) and returns cited excerpts. Falls back to a DeepSeek-based answer, still scoped to Jordanian tax law, when the question is in-scope but not found in the library.",
      "url": "https://www.badirtech.com/api/ask",
      "type": "application/json",
      "method": "POST",
      "exampleInput": {
        "question": "كم ضريبة المبيعات على الطحينة؟"
      },
      "digest": "sha256-438wn8ulIyQBE4v1DO0LH4YCotkf/SKPjTwE35a40ts="
    },
    {
      "name": "exempt-entity-lookup",
      "description": "Looks up whether a named entity or Jordanian tax number is registered as sales-tax exempt or zero-rated, from an internal reference list of about 198 entities.",
      "url": "https://www.badirtech.com/api/ask",
      "type": "application/json",
      "method": "POST",
      "exampleInput": {
        "question": "وزارة الصحة الرقم الضريبي"
      },
      "digest": "sha256-jHkZN1AM1uY8K+oQvAPcwVp1MjmC2UE9IVdYRdLBX8M="
    },
    {
      "name": "company-product-information",
      "description": "Structured, machine-readable facts about BadirTech / Badir & Sanid for Information Technology and its products (Sanid, ERP solutions, CoreCheques), services, industries, and Sanid pricing tiers.",
      "url": "https://www.badirtech.com/company.json",
      "type": "application/json",
      "method": "GET",
      "exampleInput": null,
      "digest": "sha256-uQoLih2rdqT1VpAc1qmqdzG+c2ZmVdA/HzQm6KFfktk="
    },
    {
      "name": "sanid-ai-assistant",
      "description": "General-purpose Q&A assistant embedded on www.badirtech.com, scoped strictly to Jordanian tax/regulatory questions and BadirTech/Sanid product questions. Declines out-of-scope questions. Informational only, not a substitute for a certified tax or legal advisor.",
      "url": "https://www.badirtech.com/api/ask",
      "type": "application/json",
      "method": "POST",
      "exampleInput": {
        "question": "ما هو ساند؟"
      },
      "digest": "sha256-KcqJpAdP/1F7j0P8wSIBXg4ZLdQxr8+bb6dNLrM7WmY="
    },
    {
      "name": "trial-request",
      "description": "Submits a Sanid trial request. Delivered by email to the BadirTech sales team; no server-side storage beyond the outgoing email.",
      "url": "https://www.badirtech.com/api/register",
      "type": "application/json",
      "method": "POST",
      "exampleInput": {
        "fullName": "string (3-100 chars)",
        "phoneNumber": "string (phone format)",
        "businessSector": "string (3-2000 chars)",
        "formType": "trial"
      },
      "digest": "sha256-Ez0XKadTirZtukDxYc6SXBe96nmjr4bjAZWopqLuFN0="
    },
    {
      "name": "support-request",
      "description": "Opens a technical support ticket. Delivered by email to the BadirTech support team; no server-side storage beyond the outgoing email.",
      "url": "https://www.badirtech.com/api/register",
      "type": "application/json",
      "method": "POST",
      "exampleInput": {
        "fullName": "string (3-100 chars)",
        "phoneNumber": "string (phone format)",
        "businessSector": "string (3-2000 chars)",
        "formType": "support"
      },
      "digest": "sha256-bkNeYQ5id8txKLbs/Q6JERXBsSFDxzZCnBPGCSfxe7Q="
    }
  ]
}
