name: buddy description: Show your companion, pet it, check stats, or toggle reactions. Routes to save-buddy MCP server tools.
Route the user's command to the appropriate buddy MCP tool:
/buddyor/buddy show- Call thebuddy_showMCP tool. It returns a pre-rendered companion card. Display it exactly as returned in a code block./buddy pet- Call thebuddy_petMCP tool and display the returned reaction./buddy stats- Call thebuddy_statsMCP tool and display the returned JSON./buddy muteor/buddy off- Call thebuddy_muteMCP tool with{"muted": true}./buddy unmuteor/buddy on- Call thebuddy_muteMCP tool with{"muted": false}./buddy react- Call thebuddy_reactMCP tool with recent conversation context.
Do not recreate the companion card layout yourself. The buddy_show tool already returns the full formatted ASCII card.