{
  "schemaVersion": "0.1",
  "name": "SixPercent Real Estate Agent",
  "description": "AI-powered real estate platform that connects buyers and sellers directly. No 6% commission. Sell for $995 flat fee. Covers US and Costa Rica markets.",
  "url": "https://sixpercent.ai",
  "provider": {
    "organization": "SixPercent",
    "url": "https://sixpercent.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sixpercent.ai",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["Bearer"],
    "credentials": null
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "property-search",
      "name": "Property Search",
      "description": "Search FSBO properties by location, price range, and criteria",
      "tags": ["real-estate", "FSBO", "search", "Costa Rica", "US"],
      "examples": ["Find homes under $400k in Costa Rica", "Show FSBO listings in Miami"]
    },
    {
      "id": "deal-analysis",
      "name": "Deal Analysis",
      "description": "AI analysis of real estate deals including commission savings vs traditional agents",
      "tags": ["analysis", "savings", "commission"],
      "examples": ["How much would I save selling without an agent?", "Analyze this listing"]
    },
    {
      "id": "listing-creation",
      "name": "Create Listing",
      "description": "Create a FSBO listing for $995 flat fee",
      "tags": ["sell", "FSBO", "listing", "flat-fee"],
      "examples": ["List my home for sale", "Post my house for $995"]
    }
  ]
}
