{
  "version": "1.0",
  "name": "AnswerStack",
  "description": "AnswerStack agent skills and MCP tools",
  "skills": [
    {
      "id": "browse-site",
      "name": "Browse AnswerStack",
      "description": "Read and navigate the AnswerStack public Q&A corpus",
      "url": "https://www.answerstack.io/"
    },
    {
      "id": "get-llms-txt",
      "name": "Read llms.txt",
      "description": "Fetch the AnswerStack llms.txt site summary for agents",
      "url": "https://www.answerstack.io/llms.txt"
    },
    {
      "id": "search-answers",
      "name": "Search answers",
      "description": "Search citation-backed Q&A records by query",
      "url": "https://www.answerstack.io/search"
    },
    {
      "id": "records-api",
      "name": "Records archive",
      "description": "Fetch recent published records as JSON",
      "url": "https://www.answerstack.io/api/records"
    },
    {
      "id": "api-docs",
      "name": "API documentation",
      "description": "Read the public AnswerStack API documentation",
      "url": "https://www.answerstack.io/api"
    },
    {
      "id": "mcp",
      "name": "AnswerStack MCP",
      "description": "Model Context Protocol tools for AnswerStack",
      "url": "https://www.answerstack.io/mcp"
    }
  ]
}