buddy

star 27

Show your companion, pet it, check stats, or toggle reactions. Routes to save-buddy MCP server tools.

jrykn By jrykn schedule Updated 4/9/2026

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:

  • /buddy or /buddy show - Call the buddy_show MCP tool. It returns a pre-rendered companion card. Display it exactly as returned in a code block.
  • /buddy pet - Call the buddy_pet MCP tool and display the returned reaction.
  • /buddy stats - Call the buddy_stats MCP tool and display the returned JSON.
  • /buddy mute or /buddy off - Call the buddy_mute MCP tool with {"muted": true}.
  • /buddy unmute or /buddy on - Call the buddy_mute MCP tool with {"muted": false}.
  • /buddy react - Call the buddy_react MCP tool with recent conversation context.

Do not recreate the companion card layout yourself. The buddy_show tool already returns the full formatted ASCII card.

Install via CLI
npx skills add https://github.com/jrykn/save-buddy --skill buddy
Repository Details
star Stars 27
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator