Claude

install.guidance

Fetch read-only install, config, usage, and package guidance for a HeyClaude entry.

Remote heyclaude/heyclaude

Remote (network-hosted)

Other tools also called install.guidance? 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 entry to get install guidance for."
    },
    "category": {
      "type": "string",
      "pattern": "^[a-z0-9-]+$",
      "maxLength": 120,
      "minLength": 1,
      "description": "Category of the entry (e.g. 'mcp', 'skills')."
    },
    "platform": {
      "type": "string",
      "maxLength": 80,
      "minLength": 1,
      "description": "Target platform to tailor the install steps (e.g. 'claude-desktop', 'cursor')."
    }
  }
}
          

Provider

Claude →