Latest release: v2026.9.2Download zip
Compatibility
Security Scan
OpenClaw
Benign
high confidenceCredentials
The plugin operates on command output already returned through the agent tool-result path and does not request broad filesystem indexing, credential access, network access, or mutation authority.
Install Mechanism
Package metadata declares a standard plugin runtime extension and no install scripts; it depends on the external npm package tokenjuice 0.8.1 for reducer behavior.
Instruction Scope
No bundled skill instructions, prompt overrides, role changes, or user-directed behavior manipulation were found.
Persistence & Privilege
No background worker, persistence mechanism, privilege escalation, automatic command execution, or destructive action was present in the inspected artifacts.
Purpose & Capability
The declared purpose is output compaction, and the runtime registers middleware that processes tool-result content for exec/bash-style outputs via tokenjuice.
Assessment
Install this if you want long exec/bash outputs compacted before the agent sees them. Users who need exact raw command output in every turn should account for that behavior or disable the plugin.Verification
Tags
@openclaw/tokenjuice
Official Tokenjuice output compaction plugin for OpenClaw.
Tokenjuice compacts noisy exec and bash tool results after commands run, before the result is fed back into the active agent session. It does not rewrite commands, rerun commands, or change exit codes.
Install
openclaw plugins install @openclaw/tokenjuice
Restart the Gateway after installing or updating the plugin.
Enable
openclaw config set plugins.entries.tokenjuice.enabled true
Equivalent:
openclaw plugins enable tokenjuice
Docs
Package
- Plugin id:
tokenjuice - Package:
@openclaw/tokenjuice - Minimum OpenClaw host:
2026.5.28
