{
  "protocolVersion": "0.2",
  "name": "Tech Daily",
  "description": "Daily Tech, Startups & VC News Podcast",
  "url": "https://tech-daily-cao.pages.dev",
  "version": "1.0",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "find_episode_by_topic",
      "name": "Find episode by topic",
      "description": "Find a Tech Daily episode covering a topic, person, or company. Resolved by full-text search over title, description, and transcript via /search-index.json.",
      "tags": [
        "podcast",
        "search",
        "discovery"
      ],
      "examples": [
        "Which Tech Daily episode covers AI agents?",
        "Find the episode where they interview <name>",
        "Episodes about regulation"
      ]
    },
    {
      "id": "search_transcripts",
      "name": "Search transcripts",
      "description": "Free-text search over all episode transcripts. Returns ranked episode IDs.",
      "tags": [
        "podcast",
        "search",
        "transcripts"
      ]
    },
    {
      "id": "get_latest_episode",
      "name": "Get latest episode",
      "description": "Return the most recently published episode with title, date, description, and audio URL.",
      "tags": [
        "podcast",
        "browse"
      ]
    },
    {
      "id": "list_episodes",
      "name": "List episodes",
      "description": "Return the full episode list (newest first) with metadata.",
      "tags": [
        "podcast",
        "browse"
      ]
    },
    {
      "id": "subscribe_via_rss",
      "name": "Subscribe via RSS",
      "description": "Return the canonical RSS feed URL for podcast app subscription.",
      "tags": [
        "podcast",
        "subscribe"
      ]
    }
  ]
}
