{
  "name": "clone.fyi",
  "description": "Curated technology and culture links, news, and podcasts",
  "url": "https://clone.fyi",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "content-feed",
      "name": "Content Feed",
      "description": "Get curated links, news, and podcast episodes",
      "tags": [
        "news",
        "podcasts",
        "curation"
      ],
      "examples": [
        "What are today's top links on clone.fyi?",
        "Get the latest podcast episodes",
        "Show me Tasteland episodes"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "content-search",
      "name": "Content Search",
      "description": "Search clone.fyi content by keyword or date",
      "tags": [
        "search",
        "discovery"
      ],
      "examples": [
        "Search clone.fyi for crypto news",
        "Find articles about AI from this week"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}