{
  "name": "Zippy Lawn Mapping",
  "description": "Free robotic-lawn-mower fit agent from Zippy Lawnz, a U.S. robotic mower dealer and installer (Segway Navimow, Mammotion, Yarbo — sales and shipping nationwide, hands-on installation in PA/MD/DE/VA/CO). Give it a street address: it measures the lawn from satellite imagery, checks RTK sky view and cellular signal, and recommends which robotic mower actually fits. Every map-derived figure is a labeled preliminary estimate — the Zippy team confirms by phone or on site before anyone buys.",
  "version": "1.0.0",
  "provider": {
    "organization": "Zippy Lawnz",
    "url": "https://zippylawnz.us"
  },
  "iconUrl": "https://zippylawnz.us/img/zippy-z.png",
  "documentationUrl": "https://zippylawnz.us/robotic-lawn-mapping-software",
  "supportedInterfaces": [
    {
      "url": "https://zippy-site-profiler-production.up.railway.app/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "clerkSessionJwt": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT",
      "description": "Clerk session JWT minted for a signed-in human at https://app.zippylawnz.us. There is no programmatic agent registration and no API keys — https://zippylawnz.us/auth.md documents how access really works. For partner or fleet access, Call or Text Us at 410-725-7500."
    }
  },
  "security": [
    {
      "clerkSessionJwt": []
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "lawn-site-profile",
      "name": "Lawn Site Profiling",
      "description": "Turn a U.S. street address into a preliminary robotic-mower Site Profile: mowable area and perimeter measured on satellite imagery, mowing zones and connecting channels, slope, RTK sky-view readiness, and an estimated cellular signal. The map, drawing, live area, and sky view need no account — agents can hand a user straight in with the address prefilled: https://app.zippylawnz.us/?q=<street address>&src=<your-agent-name>.",
      "tags": ["lawn-measurement", "site-survey", "satellite-imagery", "rtk", "gnss"],
      "examples": [
        "How big is the lawn at 123 Main St, Easton MD, and will an RTK mower hold signal under its trees?"
      ]
    },
    {
      "id": "mower-recommendation",
      "name": "Robotic Mower Recommendation",
      "description": "Recommend which robotic mower actually fits a measured lawn — Segway Navimow, Mammotion, or Yarbo — from its area, zones, slope, and sky view, with honest per-model reasoning about capacity, hills, and tree cover. Current specs and prices for every stocked model are indexed at https://zippylawnz.us/llms.txt under 'Mower reality checks'.",
      "tags": ["product-recommendation", "robotic-mowers", "navimow", "mammotion", "yarbo"],
      "examples": [
        "Which robot mower handles a 0.7-acre yard with a 20-degree slope and heavy tree cover?"
      ]
    },
    {
      "id": "yard-chat",
      "name": "Yard-Specific Q&A",
      "description": "A texting-style assistant that answers questions against a customer's own Site Profile — mower fit, RTK antenna placement, installation, maintenance, and Yarbo snow removal — and knows which figures are measured versus predicted, so it says 'we'll confirm on site' only when that's true. Requires the customer's signed-in session (see https://zippylawnz.us/auth.md); anything the maps can't verify goes to the Zippy team: Call or Text Us at 410-725-7500.",
      "tags": ["chat", "customer-support", "robotic-mowers", "snow-removal"],
      "examples": [
        "Where should the RTK antenna go on my house?"
      ]
    }
  ]
}
