From slim
Remove the saved condense API key (returns to trial limits). Use when the user wants to logout or clear their key.
How this skill is triggered — by the user, by Claude, or both
Slash command
/slim:slim-logoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Removes the locally stored API key. The plugin will fall back to trial mode (limited monthly savings tracking).
Removes the locally stored API key. The plugin will fall back to trial mode (limited monthly savings tracking).
Use your terminal tool:
node ~/.slimmer/plugin/cli/slim.js logout
Or simply:
slim logout
This is the Grok equivalent of a logout action paired with /slim-login.
After running, the change takes effect on the next session or tool use.
npx claudepluginhub lcbo/codecondense_claude_plugin --plugin slimCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.