{
  "protocolVersion": "0.3.0",
  "name": "Christian Dalager",
  "description": "Personal blog and website of Christian Dalager. A public, read-only content resource (posts in Danish about software development). This card advertises content discovery, not an interactive agent endpoint.",
  "url": "https://dalager.com/",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "provider": {
    "organization": "Christian Dalager",
    "url": "https://dalager.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "read-content",
      "name": "Read site content",
      "description": "Discover and read blog posts and pages. Machine-readable indexes are published at /llms.txt, /sitemap.xml, /feed.xml and /feed.json.",
      "tags": ["blog", "content", "reading", "danish"],
      "examples": [
        "List the most recent blog posts",
        "Summarize the latest post from dalager.com",
        "Fetch the site's llms.txt index"
      ]
    }
  ]
}
