From swisher
Restore Claude Code to Anthropic account auth. Run the bundled switcher and reply with a formatted status panel. Use only when the user invokes /swisher:anthropic.
How this skill is triggered — by the user, by Claude, or both
Slash command
/swisher:anthropicThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the bundled switcher:
Run the bundled switcher:
!node "${CLAUDE_PLUGIN_ROOT}/scripts/swisher.mjs" switch anthropic --json
Reply based on the result:
If snapshotUsed is true (switching back from GLM or MiniMax):
## ✅ Restored Anthropic Auth
**Provider:** Anthropic (default)
**Snapshot restored:** ✅ yes — original settings recovered
{clearedKeys?.length > 0 ? `**Removed provider keys:** ${clearedKeys.join(", ")}` : ""}
⚠️ **Restart Claude Code** or open a new terminal session to pick up the restored auth.
If snapshotUsed is false (already on Anthropic or first-ever use):
## ✅ Already on Anthropic
**Provider:** Anthropic (default)
**Settings:** unchanged — no keys were modified
{summary}
Ready to switch? Use `/swisher:glm` or `/swisher:minimax` to activate a third-party provider.
npx claudepluginhub misterwonderful/swisher --plugin swisherCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.