Claude

install.compatibility

Fetch platform compatibility metadata for a HeyClaude skill entry.

Remote heyclaude/heyclaude

Remote (network-hosted)

Other tools also called install.compatibility? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "pattern": "^[a-z0-9-]+$",
      "maxLength": 120,
      "minLength": 1,
      "description": "Slug of the skill entry to check compatibility for."
    },
    "category": {
      "type": "string",
      "pattern": "^[a-z0-9-]+$",
      "maxLength": 120,
      "minLength": 1,
      "description": "Entry category (defaults to 'skills')."
    }
  }
}
          

Provider

Claude →