{
  "name": "Alpha Insights Agent",
  "version": "0.0.85",
  "description": "Agent-readable Alpha Insights service for discovering and reading AI, agentic systems, and software engineering content.",
  "supportedInterfaces": [
    {
      "url": "https://slavakurilyak.com/api/agent",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Alpha Insights",
    "url": "https://slavakurilyak.com"
  },
  "documentationUrl": "https://slavakurilyak.com/.well-known/agent-skills/alpha-insights/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "discover-agent-contracts",
      "name": "Discover Agent Contracts",
      "description": "Return public Alpha Insights discovery endpoints for API, authentication, skills, MCP, and content access.",
      "tags": [
        "discovery",
        "agent-contracts",
        "metadata"
      ]
    },
    {
      "id": "read-markdown-content",
      "name": "Read Markdown Content",
      "description": "Fetch public Alpha Insights pages and posts through markdown-first routes and content negotiation.",
      "tags": [
        "content",
        "markdown",
        "reading"
      ]
    },
    {
      "id": "discover-membership-options",
      "name": "Discover Membership Options",
      "description": "Inspect public membership and payment discovery metadata for agent-native subscription flows.",
      "tags": [
        "membership",
        "payments",
        "subscriptions"
      ]
    }
  ]
}