{
  "specVersion": "1.0",
  "host": {
    "displayName": "Skills Board",
    "identifier": "did:web:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app",
    "description": "Skills Board is the agent-native skills registry for teams. Keep your team's AI skills in one place, and reach them from your agent through MCP.",
    "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app"
  },
  "entries": [
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:server:skills-board-mcp",
      "displayName": "Skills Board MCP server",
      "description": "Search a team's saved AI skills and collections, get install commands, discover public or repository skills, and save skills back to the library. User-delegated OAuth; see /auth.md.",
      "type": "application/mcp-server-card+json",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "which AI skills does my team use",
        "search my team's skill library for a code review skill",
        "get the install command for a skill my team saved",
        "save this GitHub skill to our team library",
        "what skills are in our onboarding collection"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:skill:team-skill-library",
      "displayName": "Skills Board team library skill",
      "description": "Agent Skill (SKILL.md) covering how to use a team's Skills Board library from an agent: find a saved skill, hand off an install command, and save a skill back.",
      "type": "text/markdown",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/skills/team-skill-library/SKILL.md",
      "representativeQueries": [
        "how do I use Skills Board from Claude Code",
        "skill for working with a shared team skill library",
        "how do I install a Skills Board collection"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:index:agent-skills",
      "displayName": "Agent Skills discovery index",
      "description": "The Agent Skills Discovery index (RFC v0.2.0) listing the skills Skills Board publishes, each with a sha256 digest of its artifact.",
      "type": "application/json",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "list the agent skills published by skillsboard.sh",
        "agent skills discovery index for this site"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:schema:openapi",
      "displayName": "Skills Board OpenAPI description",
      "description": "OpenAPI 3.1 description of the public HTTP surface: the MCP endpoint, the liveness endpoint, and the discovery documents.",
      "type": "application/openapi+json",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/openapi.json",
      "representativeQueries": [
        "what HTTP endpoints does Skills Board expose",
        "OpenAPI spec for the Skills Board API"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:doc:developer-docs",
      "displayName": "Skills Board developer documentation",
      "description": "How to connect an agent to the MCP server, what each tool does and which scope it needs, and the versioning, error, and rate-limit conventions every public endpoint follows.",
      "type": "text/markdown",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/developers.md",
      "representativeQueries": [
        "how do I connect an agent to Skills Board",
        "what MCP tools does Skills Board expose",
        "Skills Board API rate limits and error codes",
        "does the Skills Board API have a versioning policy"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:server:skills-board-mcp-manifest",
      "displayName": "Skills Board MCP registry manifest",
      "description": "The server.json manifest the MCP registry publishes this server from: identity, version, repository, and the remote streamable HTTP endpoint.",
      "type": "application/json",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/server.json",
      "representativeQueries": [
        "Skills Board MCP server manifest",
        "what is the Skills Board MCP endpoint URL"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:doc:agent-authentication",
      "displayName": "Agent authentication guide (auth.md)",
      "description": "How an agent registers as an OAuth client with Skills Board, gets a user-delegated access token bound to the MCP resource, which scopes exist, and what happens on revocation.",
      "type": "text/markdown",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/auth.md",
      "representativeQueries": [
        "how does an agent authenticate with Skills Board",
        "OAuth scopes needed to write to a Skills Board library",
        "what happens when a Skills Board token is revoked"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:doc:site-overview",
      "displayName": "Skills Board overview for agents (llms.txt)",
      "description": "What Skills Board is, what a saved skill is and is not, and an index of the Markdown twin of every public page.",
      "type": "text/markdown",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/llms.txt",
      "representativeQueries": [
        "what is Skills Board",
        "is Skills Board free",
        "does a saved skill on Skills Board mean it was security reviewed"
      ]
    },
    {
      "identifier": "urn:air:skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app:doc:pricing",
      "displayName": "Skills Board pricing",
      "description": "Machine-readable pricing: the hosted product is free with no paid tier, and the code is open source for self-hosting.",
      "type": "text/markdown",
      "url": "https://skillsboard-12xoykyrj-tommasos-projects-bb9d6551.vercel.app/pricing.md",
      "representativeQueries": [
        "how much does Skills Board cost",
        "does Skills Board have a paid plan or a trial"
      ]
    }
  ]
}
