{
  "version": "1.0.0",
  "provider": {
    "name": "clone.fyi",
    "description": "Curated technology and culture links, news, and podcasts. Your favorite founder's favorite bookmark.",
    "url": "https://clone.fyi",
    "contact": "hello@clone.fyi"
  },
  "capabilities": [
    "content-feed",
    "content-search",
    "rss",
    "podcast-streaming"
  ],
  "content_types": [
    "articles",
    "podcasts"
  ],
  "shows": [
    {
      "name": "Tasteland",
      "description": "Culture and taste-making"
    },
    {
      "name": "Boys Club",
      "description": "Web3 and crypto culture"
    },
    {
      "name": "Creative Complaint",
      "description": "Creative industry discourse"
    },
    {
      "name": "The Desire Question",
      "description": "Exploring desire and motivation"
    }
  ],
  "authentication": "none",
  "endpoints": {
    "skill": "/skill.md",
    "llms_txt": "/llms.txt",
    "content_feed": "/api/content/agent",
    "content_search": "/api/discover/agent",
    "rss": "/rss.xml",
    "skills_index": "/.well-known/skills/index.json",
    "agent_card": "/.well-known/agent-card.json"
  },
  "links": {
    "social": {
      "warpcast": "https://warpcast.com/clone",
      "instagram": "https://www.instagram.com/clone.fyi"
    }
  }
}