{
  "name": "Go-Orca",
  "description": "Custom CRM and business software development. Agents can query leads, calculate CRM ROI, estimate build costs, and authenticate via anonymous or identity-assertion flows.",
  "url": "https://go-orca.tech",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "crm-roi-calculator",
      "name": "CRM ROI Calculator",
      "description": "Calculate the annual savings and ROI of switching from spreadsheets or off-the-shelf CRM to a custom Go-Orca CRM.",
      "tags": ["crm", "roi", "calculator", "business"],
      "examples": [
        "What's the ROI of a custom CRM for a 15-person sales team spending 5 hours/week on manual data entry?",
        "Calculate CRM payback period for $30k investment with $2k/month current tool spend"
      ],
      "inputModes": ["text"],
      "outputModes": ["text"]
    },
    {
      "id": "leads-api",
      "name": "Leads Pipeline API",
      "description": "Read and update leads in the Go-Orca CRM pipeline. Requires authentication via /api/agent/auth.",
      "tags": ["leads", "crm", "api", "pipeline"],
      "examples": [
        "List all new leads from this week",
        "Mark lead from Premier Fence as contacted"
      ],
      "inputModes": ["text"],
      "outputModes": ["text"]
    },
    {
      "id": "quote-request",
      "name": "Quote Request",
      "description": "Submit a custom software project quote request on behalf of a user.",
      "tags": ["quote", "crm", "contact"],
      "examples": [
        "Submit a quote request for a 10-person CRM with Stripe integration"
      ],
      "inputModes": ["text"],
      "outputModes": ["text"]
    }
  ]
}
