{
  "schema_version": "1.0",
  "skills": [
    {
      "id": "fetch-value-catalog",
      "name": "Fetch Mnemom Value Catalog",
      "description": "Retrieve Mnemom's 25-entry behavioral value catalog used to describe agent alignment.",
      "path": "/.well-known/agent-skills/fetch-value-catalog/SKILL.md",
      "api": "https://api.mnemom.ai/openapi.json"
    },
    {
      "id": "fetch-aap-jwks",
      "name": "Fetch AAP JWKS",
      "description": "Fetch the public Ed25519 JSON Web Key Set used to verify Mnemom AAP attestation tokens.",
      "path": "/.well-known/agent-skills/fetch-aap-jwks/SKILL.md",
      "api": "https://api.mnemom.ai/openapi.json"
    },
    {
      "id": "lookup-a2a-agent-card",
      "name": "Lookup A2A Agent Card",
      "description": "Fetch a per-agent A2A AgentCard projection with embedded AAP attestation for a given agent id.",
      "path": "/.well-known/agent-skills/lookup-a2a-agent-card/SKILL.md",
      "api": "https://api.mnemom.ai/openapi.json"
    }
  ]
}
