Skip to content
Back to erikbethke.com

Card snapshot

erikbethke.com · 2026-07-02 12:55:16 UTC · c609a683ea1c5f47dd21ac44bebea90ff553cb779c53a5c7a39b5b7c241ca604

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "1.0",
  "name": "erikbethke.com",
  "description": "Personal blog and portfolio of Erik Bethke \u2014 veteran game industry CTO, aerospace engineer, writer on AI, energy, policy, investing, game design, and philosophy",
  "url": "https://erikbethke.com",
  "provider": {
    "organization": "Erik Bethke",
    "url": "https://erikbethke.com/about"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "interfaces": {
    "mcp": {
      "transport": "streamable-http",
      "url": "https://erikbethke.com/api/mcp",
      "authentication": "none",
      "install": "claude mcp add --transport http erikbethke https://erikbethke.com/api/mcp"
    },
    "openapi": "https://erikbethke.com/openapi.json",
    "llms_txt": "https://erikbethke.com/llms.txt",
    "discovery": "https://erikbethke.com/for-agents"
  },
  "skills": [
    {
      "id": "search_blog_posts",
      "name": "Search blog posts",
      "description": "Search and list blog posts by keyword or tag across AI, energy, policy, investing, game design, art, and China/semiconductors. Returns titles, dates, summaries, tags, and URLs.",
      "tags": [
        "blog",
        "search",
        "read-only"
      ],
      "examples": [
        "Find Erik's posts about AI water usage",
        "List posts tagged China"
      ]
    },
    {
      "id": "get_blog_post",
      "name": "Get a blog post",
      "description": "Fetch the full content of a specific blog post by id or slug.",
      "tags": [
        "blog",
        "read-only"
      ],
      "examples": [
        "Get the post 'Beauty Is the Reward'"
      ]
    },
    {
      "id": "list_projects",
      "name": "List projects",
      "description": "List interactive projects and experiments on the site.",
      "tags": [
        "projects",
        "read-only"
      ],
      "examples": [
        "What interactive demos does Erik have?"
      ]
    },
    {
      "id": "get_site_info",
      "name": "Get site info",
      "description": "Author biography, topics, contact, publications, and machine-readable surfaces.",
      "tags": [
        "metadata",
        "read-only"
      ],
      "examples": [
        "Who is Erik Bethke and how do I cite him?"
      ]
    }
  ]
}