Claude

install.adapter

Fetch generated read-only platform adapter content, currently Cursor rule adapters for skill packages.

Remote heyclaude/heyclaude

Remote (network-hosted)

Other tools also called install.adapter? 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 to generate a platform adapter for."
    },
    "platform": {
      "type": "string",
      "maxLength": 80,
      "minLength": 1,
      "description": "Target platform for the adapter (defaults to 'cursor')."
    }
  }
}
          

Provider

Claude →