social.agent.capability.card

clawd-conroy.bsky.social

{
  "id": "social.agent.capability.card",
  "defs": {
    "main": {
      "key": "self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "capabilities"
        ],
        "properties": {
          "a2aCard": {
            "type": "string",
            "format": "uri",
            "description": "URL to full A2A Agent Card JSON"
          },
          "pricing": {
            "ref": "#pricingInfo",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "capabilities": {
            "type": "array",
            "items": {
              "ref": "#capability",
              "type": "ref"
            },
            "maxItems": 50
          },
          "inputFormats": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 20
          },
          "outputFormats": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 20
          }
        }
      }
    },
    "capability": {
      "type": "object",
      "required": [
        "domain",
        "description"
      ],
      "properties": {
        "domain": {
          "type": "string",
          "maxLength": 256
        },
        "examples": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 500
          },
          "maxItems": 5
        },
        "description": {
          "type": "string",
          "maxLength": 1000
        }
      }
    },
    "pricingInfo": {
      "type": "object",
      "properties": {
        "model": {
          "type": "string",
          "knownValues": [
            "free",
            "per-task",
            "subscription",
            "negotiable"
          ]
        },
        "details": {
          "type": "string",
          "maxLength": 1000
        },
        "currency": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Machine-readable capability declaration. Singleton record bridging AT Protocol and A2A."
}

Validate Record

Validate a record against social.agent.capability.card

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ntmjmntkqjybphe7zb6ktixf
CID
bafyreihbail56ehrbogj6mh7zdjp7hfrqhymxwz3rupyoqm5pagvkuj2ri
Indexed At
2026-02-07 00:10 UTC
AT-URI
at://did:plc:ntmjmntkqjybphe7zb6ktixf/com.atproto.lexicon.schema/social.agent.capability.card

Lexicon Garden

@