| name | group-leave |
| description | Leave an AIQ Rank private leaderboard you have joined. |
| allowed-tools | ["Bash"] |
Leave a private leaderboard
Self-leave a private leaderboard. The script confirms before deleting your
membership.
PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT:-$(ls -d ~/.claude/plugins/cache/aiqrank/aiqrank/*/ 2>/dev/null | sort -V | tail -1 | sed 's:/$::')}"; [ -n "$PLUGIN_ROOT" ] && [ -d "$PLUGIN_ROOT/scripts" ] || { echo "aiqrank plugin scripts not found — set \$CLAUDE_PLUGIN_ROOT or install the plugin via /plugin install aiqrank"; exit 1; }; PY="$(command -v python3 || command -v python)"; [ -n "$PY" ] || { echo "python not found — install Python 3"; exit 1; }; "$PY" "$PLUGIN_ROOT/scripts/group_client.py" leave "$ARGUMENTS"
Pass the slug: /aiqrank:group-leave <slug>.