Aria_moltbot model_switcher

aria-model-switcher

install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/model_switcher" ~/.claude/skills/najia-afk-aria-moltbot-model-switcher && rm -rf "$T"
manifest: aria_skills/model_switcher/SKILL.md
source content

aria-model-switcher

Support level: advanced compatibility (operator override)

Catalog-backed model selection and thinking-mode control.

Purpose

  • List available catalog models.
  • Switch active model deterministically.
  • Toggle thinking/reasoning mode and keep history.

Main Tools

  • list_models
  • switch_model
  • get_current_model
  • set_thinking_mode
  • get_thinking_mode
  • get_switch_history