render
Generate a ProfileKit card URL with ready-to-paste markdown and HTML snippets for embedding in GitHub profiles. Specify card type and optional parameters; returns the embed URL, markdown image syntax, and HTML code. Use list_cards first to discover available types and parameters.
Instructions
Build a ProfileKit card URL plus ready-to-paste markdown and HTML snippets for the given card type and params. Does NOT fetch the SVG itself — the URL is what consumers embed. Call list_cards first if unsure which type or what params the user's card accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Card type (e.g. 'stats', 'hero', 'snake'). Must be one of the keys returned by list_cards. | |
| params | No | Card-specific parameters as key/value pairs (e.g. {username: 'heznpc', theme: 'tokyo_night'}). See list_cards output for common params per type. Values are stringified and URL-encoded. | |
| alt | No | Optional alt text for the markdown image. Defaults to the card type. |