{
  "$schema": "https://agent-skills.dev/schemas/index.json",
  "version": "0.1.0",
  "site": "https://www.neuvottelija.fi",
  "description": "Agent skills for working with the Neuvottelija podcast corpus — search, cite, deep-link, and summarize episodes, guests, topics, transcripts, and OpenClaw articles.",
  "skills": [
    {
      "name": "search-episodes",
      "title": "Search Neuvottelija episodes",
      "description": "Find episodes by topic, guest, or free-text query. Returns slug, title, guests, topics, and canonical URL.",
      "url": "https://www.neuvottelija.fi/.well-known/agent-skills/search-episodes.md",
      "tags": ["podcast", "search", "episodes"]
    },
    {
      "name": "cite-episode",
      "title": "Cite a Neuvottelija episode correctly",
      "description": "Produce a citation for an episode, with guest list, date, and canonical URL. Includes timestamp citation format.",
      "url": "https://www.neuvottelija.fi/.well-known/agent-skills/cite-episode.md",
      "tags": ["citation", "attribution"]
    },
    {
      "name": "search-transcripts",
      "title": "Search inside transcripts",
      "description": "Search transcript segments for a phrase. Returns matches with timestamp and YouTube deep-link.",
      "url": "https://www.neuvottelija.fi/.well-known/agent-skills/search-transcripts.md",
      "tags": ["transcripts", "search", "deep-link"]
    },
    {
      "name": "find-guest-by-topic",
      "title": "Find guests who discussed a topic",
      "description": "Given a topic, return guests who have appeared on episodes tagged with that topic.",
      "url": "https://www.neuvottelija.fi/.well-known/agent-skills/find-guest-by-topic.md",
      "tags": ["guests", "topics", "discovery"]
    },
    {
      "name": "summarize-episode",
      "title": "Summarize an episode with citations",
      "description": "Produce a concise summary of an episode using the show notes, transcript, and extracted facts. Always include a timestamp citation for each substantive claim.",
      "url": "https://www.neuvottelija.fi/.well-known/agent-skills/summarize-episode.md",
      "tags": ["summary", "citation"]
    },
    {
      "name": "openclaw-articles",
      "title": "Discover OpenClaw articles (Samantha & Stöbä)",
      "description": "List and fetch OpenClaw articles — notes from the Samantha & Stöbä AI agent pair on memory, coordination, and knowledge work.",
      "url": "https://www.neuvottelija.fi/.well-known/agent-skills/openclaw-articles.md",
      "tags": ["openclaw", "ai-agents", "articles"]
    }
  ]
}
