Install
openclaw skills install broedkrummen-overkill-token-optimizerOptimize and manage session tokens for workspace memory with commands to check usage, reset, index, search, and compress tokens.
openclaw skills install broedkrummen-overkill-token-optimizerToken optimization for OpenClaw agents. Reduces token usage through CLI compression, session management, and memory optimization.
Required: oktk CLI must be installed manually:
npm install -g oktk
Or see: https://github.com/satnamra/oktk
# Show token usage statistics
token-optimizer stats
# Check optimization level
token-optimizer check
# Index sessions for search
token-optimizer index
# Search sessions (use --hybrid for semantic+keyword)
token-optimizer search "query" --hybrid
# Compress command output (requires oktk)
token-optimizer compress git status
Set custom oktk path:
export OKTK_BIN=/path/to/oktk
~/.openclaw/workspace-memory-builder/.session_index/Overkill Token Optimizer v1.0.3