Skip to content
Back to OptiMobile

Card snapshot

optimobile.ai · 2026-09-03 23:06:33 UTC · ab10bd829deb4e8cb74fd220b1f6abf90fea52a229a4d804cb1c19aaa8530169

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "OptiMobile",
  "description": "Agent-native practice management for UK domiciliary opticians, care homes and healthcare. Manage patients, schedule home visits, compute & record NHS GOS/enhanced-services claims, dispensing, clinical records and prescriptions, recalls and reports.",
  "url": "https://drlcpojpxoltrfiktcno.supabase.co/functions/v1/api",
  "documentationUrl": "https://github.com/CSOAI-ORG/optimobile-practice-hub/blob/main/openapi.yaml",
  "version": "1.0.0",
  "provider": {
    "organization": "MEOK AI Labs",
    "url": "https://meok.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "endpoints": {
    "mcp": "https://github.com/CSOAI-ORG/optimobile-practice-hub/tree/main/mcp-server",
    "openapi": "https://github.com/CSOAI-ORG/optimobile-practice-hub/blob/main/openapi.yaml",
    "rest": "https://drlcpojpxoltrfiktcno.supabase.co/functions/v1/api"
  },
  "skills": [
    {
      "id": "estimate_visit_value",
      "name": "Estimate domiciliary visit value",
      "description": "Estimate the NHS value (GBP) of a home/care-home visit for N residents.",
      "tags": [
        "nhs",
        "fees",
        "domiciliary"
      ],
      "examples": [
        "What's the NHS value of an 8-resident care home visit?"
      ]
    },
    {
      "id": "gos_claim_fee",
      "name": "Compute GOS/enhanced-services fee",
      "description": "Compute the fee for a GOS1, MECS, GERS or POCS claim.",
      "tags": [
        "nhs",
        "gos",
        "fees"
      ],
      "examples": [
        "Fee for a domiciliary GOS1 sight test, first patient?"
      ]
    },
    {
      "id": "manage_patients",
      "name": "Manage patients",
      "description": "Create and list practice patients (housebound / care-home).",
      "tags": [
        "patients",
        "crm"
      ],
      "examples": [
        "Add patient Edith Smith at Oakland Care Home."
      ]
    },
    {
      "id": "schedule_visit",
      "name": "Schedule a domiciliary visit",
      "description": "Book a home/care-home visit with an auto-estimated NHS value.",
      "tags": [
        "scheduling",
        "domiciliary"
      ],
      "examples": [
        "Schedule a visit to Oakland Care Home next Tuesday for 8 residents."
      ]
    },
    {
      "id": "record_claim",
      "name": "Record a GOS claim",
      "description": "Record a GOS/enhanced-services claim with a server-computed fee.",
      "tags": [
        "nhs",
        "gos",
        "claims"
      ],
      "examples": [
        "Record a domiciliary GOS1 claim for patient X."
      ]
    },
    {
      "id": "manage_dispensing",
      "name": "Dispensing",
      "description": "Record frames/lenses/voucher dispensing and track status.",
      "tags": [
        "dispensing",
        "retail"
      ],
      "examples": [
        "Add a \u00a3200 frames order for patient X with an NHS voucher."
      ]
    },
    {
      "id": "clinical_records",
      "name": "Clinical records & prescriptions",
      "description": "Record clinical examination findings and optical prescriptions (Rx).",
      "tags": [
        "clinical",
        "rx"
      ],
      "examples": [
        "Record an Rx of R +2.00/-0.75x180 add +2.50 for patient X."
      ]
    },
    {
      "id": "recalls",
      "name": "Recalls",
      "description": "Identify patients due/overdue for a sight test (24-month recall).",
      "tags": [
        "recalls",
        "revenue"
      ],
      "examples": [
        "Which patients are overdue for a sight test?"
      ]
    }
  ]
}