{
  "version": "1.0",
  "name": "Entities",
  "description": "entities.org registry agent skills and MCP tools",
  "skills": [
    {
      "id": "browse-site",
      "name": "Browse entities.org",
      "description": "Read and navigate the entities.org public registry",
      "url": "https://www.entities.org/"
    },
    {
      "id": "get-llms-txt",
      "name": "Read llms.txt",
      "description": "Fetch the entities.org llms.txt site summary for agents",
      "url": "https://www.entities.org/llms.txt"
    },
    {
      "id": "registry-summary",
      "name": "Registry summary",
      "description": "Fetch public registry counts and coverage JSON",
      "url": "https://www.entities.org/api/public/registry/summary"
    },
    {
      "id": "api-docs",
      "name": "API documentation",
      "description": "Read the public entities.org API documentation",
      "url": "https://www.entities.org/api"
    },
    {
      "id": "mcp",
      "name": "entities.org MCP",
      "description": "Model Context Protocol tools for the public registry",
      "url": "https://www.entities.org/mcp"
    }
  ]
}