How this skill is triggered — by the user, by Claude, or both
Slash command
/the-marmot-network:choose-marmotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user invokes `/choose-marmot` to pick or change their marmot character.
The user invokes /choose-marmot to pick or change their marmot character.
Read the current character from ~/.themarmotnetwork/character.json (if it exists, tell the user their current character).
Present the character options:
Character images can be found at The Marmot Network /human page.
Ask the user to pick using AskUserQuestion:
Write their selection to ~/.themarmotnetwork/character.json (create the directory with mkdir -p if needed):
{"name": "<chosen name>"}
Confirm the change.
npx claudepluginhub intaek-h/the-marmot-marketplace --plugin the-marmot-networkManages a coding companion via /buddy command. Shows, pets, renames, or configures the companion using MCP tools. Includes fallback diagnostics for MCP server issues.
Creates CLAUDE.local.md configs defining custom personas for Claude Code, with identity, language style (self-reference, tone, emojis), behavior rules, and danger safeguards. Templates: catgirl, butler. Triggers: persona, CLAUDE.local.md.
Discover and use Venice public characters (persona-driven system prompts with a bound model). Covers GET /characters (search/filter/sort), /characters/{slug}, /characters/{slug}/reviews, the Character schema, and how to apply a character via venice_parameters.character_slug in chat completions.