{
  "name": "RooAGI Product Guide",
  "description": "A read-only agent that explains RooAGI products, capabilities, downloads, and public API resources.",
  "version": "1.0.0",
  "provider": {
    "organization": "RooAGI",
    "url": "https://rooagi.com"
  },
  "documentationUrl": "https://rooagi.com/.well-known/agent-skills/index.json",
  "supportedInterfaces": [
    {
      "url": "https://rooagi.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "product-discovery",
      "name": "RooAGI product discovery",
      "description": "Explains RooAGI products, their roles in the AI agent lifecycle, and which product may fit a use case.",
      "tags": ["rooagi", "products", "ai-agents", "infrastructure"],
      "examples": [
        "What products does RooAGI offer?",
        "Which RooAGI product provides vector search?",
        "How can I download the RooAGI MCP Server?"
      ]
    },
    {
      "id": "public-resource-discovery",
      "name": "Public resource discovery",
      "description": "Directs agents to RooAGI's public product pages, downloads, API documentation, and Markdown briefing.",
      "tags": ["documentation", "api", "downloads", "markdown"],
      "examples": [
        "Where is the RooAGI API documentation?",
        "Where can I find RooAGI's agent-readable product summary?"
      ]
    }
  ]
}
