{
  "schema_version": "0.3.0",
  "name": "josesoto-ai-content-agent",
  "display_name": "Jose Soto — Content Agent",
  "description": "Agent card para descubrimiento y consulta del contenido público de josesoto.ai: manifiesto, ensayos, bio y proyectos de Jose Soto sobre IA agéntica.",
  "url": "https://josesoto.ai",
  "version": "1.0.0",
  "documentation_url": "https://josesoto.ai/llms.txt",
  "publisher": {
    "name": "Jose Soto",
    "url": "https://josesoto.ai",
    "email": "jose@josesoto.ai"
  },
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "state_transition_history": false
  },
  "default_input_modes": [
    "text/plain",
    "application/json"
  ],
  "default_output_modes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "list-essays",
      "name": "Listar ensayos",
      "description": "Devuelve metadatos de todos los ensayos publicados.",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ],
      "tags": [
        "content",
        "essays"
      ],
      "examples": [
        {
          "input": "Dame la lista de ensayos.",
          "output": "Lista de ensayos con título, fecha, categoría, excerpt y URL canónica."
        }
      ]
    },
    {
      "id": "read-manifesto",
      "name": "Leer manifiesto",
      "description": "Devuelve el texto completo del manifiesto de Jose Soto.",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "text/markdown",
        "text/plain"
      ],
      "tags": [
        "content",
        "manifesto"
      ]
    },
    {
      "id": "read-bio",
      "name": "Leer biografía",
      "description": "Devuelve la biografía y datos públicos de Jose Soto.",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json",
        "text/markdown"
      ],
      "tags": [
        "content",
        "bio"
      ]
    }
  ],
  "endpoints": [
    {
      "name": "openapi",
      "url": "https://josesoto.ai/openapi.json",
      "description": "Especificación OpenAPI 3.1 de los endpoints públicos."
    },
    {
      "name": "llms_index",
      "url": "https://josesoto.ai/llms.txt",
      "description": "Índice LLM-friendly."
    },
    {
      "name": "llms_full",
      "url": "https://josesoto.ai/llms-full.txt",
      "description": "Contenido completo en texto plano."
    },
    {
      "name": "mcp",
      "url": "https://josesoto.ai/.well-known/mcp.json",
      "description": "Descubrimiento MCP."
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "supports_authenticated_extended_card": false
}