{
  "name": "Sidekick AI Office Manager",
  "description": "AI-powered office manager for UK plumbers. Answers customer calls, books jobs, sends quotes, chases invoices, and manages scheduling — all through WhatsApp. No app to download.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://getmysidekick.com/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Sidekick",
    "url": "https://getmysidekick.com"
  },
  "documentationUrl": "https://getmysidekick.com/api/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "ai-call-answering",
      "name": "AI Call Answering",
      "description": "Answers customer calls professionally in your business name. Understands what they need, checks availability, and books appointments.",
      "tags": ["call-answering", "ai", "plumbing", "customer-service"],
      "examples": ["Answer calls for my plumbing business", "Set up AI receptionist"]
    },
    {
      "id": "job-management",
      "name": "Job Management",
      "description": "Manages diary, schedules jobs, and sends WhatsApp summaries with customer details and job requirements.",
      "tags": ["scheduling", "calendar", "whatsapp", "job-management"],
      "examples": ["Schedule a plumbing job", "Check my availability"]
    },
    {
      "id": "quoting",
      "name": "Quoting",
      "description": "Generates and sends professional quotes to customers. Follows up automatically if they don't respond.",
      "tags": ["quoting", "estimates", "follow-up", "automation"],
      "examples": ["Send a quote for a boiler install", "Follow up on pending quotes"]
    },
    {
      "id": "invoicing",
      "name": "Invoicing",
      "description": "Creates and sends invoices after job completion. Chases late payments automatically.",
      "tags": ["invoicing", "payments", "accounting", "automation"],
      "examples": ["Invoice the customer for today's job", "Chase overdue payments"]
    },
    {
      "id": "customer-follow-up",
      "name": "Customer Follow-Up",
      "description": "Sends review requests, checks satisfaction, and keeps customers coming back with timely follow-ups.",
      "tags": ["reviews", "follow-up", "customer-retention", "crm"],
      "examples": ["Ask for a review after job completion", "Follow up with past customers"]
    }
  ]
}
